HEX: #D6C14A
RGB: (214,193,74)
#D6C14A enthält hauptsächlich rote und grüne Farbe. Für #D6C14A ist eine «websichere» Webfarbe #CCCC33 (oder kurz #CC3).
Die Farbe #D6C14A wird in RGB als (214,193,74) definiert.
RGB: (214,193,74)
(84%, 76%, 29%)
R 214 von 255 = 84%
G 193 von 255 = 76%
B 74 von 255 = 29%
R + G + B ~ 63%. #D6C14A ziemlich helle Farbe.
R + G + B = 214 + 193 + 74 = 481 (100%)
R 214 von 481 ~ 44.49%
G 193 von 481 ~ 40.12%
B 74 von 481 ~ 15.38'%
Die Farbe #D6C14A wird in CMYK als (0,10,65,16) definiert.
CMYK: (0,10,65,16) C0M10Y65K16 (0%,10%,65%,16%) (0.00/0.10/0.65/0.16)
Farbe #D6C14A in den populären Farbmodellen.
D6 | C1 | 4A | |
---|---|---|---|
RGB | 214 | 193 | 74 |
HSL | 51° | 63.06% | 56.47% |
HSB/HSV | 51° | 65.42% | 83.92% |
CMYK | 0.00% | 9.81% | 65.42% |
16.08% |
Die Farbe #D6C14A in den populären Zahlensystemen.
Hexadezimal | D6 | C1 | 4A |
Dezimal | 214 | 193 | 74 |
Binär | 11010110 | 11000001 | 1001010 |
Oktal | 326 | 301 | 112 |
Dunkle Töne der Farbe #D6C14A
Helle Töne der Farbe #D6C14A
Beispiele css- und html für Elemente in der Farbe #D6C14A. Bitte benutzen Sie auch rgb(214,193,74) statt hex-Code.
.myTextColor { color: #D6C14A; }
<p style="color:#D6C14A">This sample text font color is #D6C14A.</p>
Die Farbe dieses Textes ist #D6C14A.
.myBgColor { background-color: #D6C14A; }
<div style="background-color:#D6C14A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D6C14A.
.myBorderColor { border: 1px solid #D6C14A; }
<div style="border:3px solid #D6C14A">Div</div>
Die Grenzen von diesem div sind in Farbe #D6C14A.
.myOpacity80 { color: #D6C14A; opacity: 0.8; }
<p style="color:#D6C14A;opacity:0.8;">80%</p>
Text in Farbe #D6C14A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D6C14A;}
<p style="text-shadow: 3px 3px 1px #D6C14A">Text here.</p>
Dieser Text hat den Schatten in Farbe #D6C14A.
.textShadow {text-shadow: 3px 3px 1px #D6C14A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D6C14A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D6C14A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D6C14A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D6C14A, Direction=45, Strength=4)">Text</p>
This text has shadow with #D6C14A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D6C14A;
-webkit-box-shadow: 1px 1px 3px 2px #D6C14A;
box-shadow: 1px 1px 3px 2px #D6C14A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D6C14A; -webkit-box-shadow: 1px 1px 3px 2px #D6C14A; box-shadow:1px 1px 3px 2px #D6C14A;">
Div content here
</div>
Dieser Text ist in der Farbe #D6C14A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D6C14A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D6C14A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D6C14A.
Kontrastfarbe für #hex ist #293EB5.