HEX: #D5C15F
RGB: (213,193,95)
#D5C15F enthält hauptsächlich rote und grüne Farbe. Für #D5C15F ist eine «websichere» Webfarbe #CCCC66 (oder kurz #CC6).
Die Farbe #D5C15F wird in RGB als (213,193,95) definiert.
RGB: (213,193,95)
(84%, 76%, 37%)
R 213 von 255 = 84%
G 193 von 255 = 76%
B 95 von 255 = 37%
R + G + B ~ 66%. #D5C15F ziemlich helle Farbe.
R + G + B = 213 + 193 + 95 = 501 (100%)
R 213 von 501 ~ 42.51%
G 193 von 501 ~ 38.52%
B 95 von 501 ~ 18.96'%
Die Farbe #D5C15F wird in CMYK als (0,9,55,16) definiert.
CMYK: (0,9,55,16)
C0M9Y55K16 (0%, 9%, 55%, 16%)
(0.00 / 0.09 / 0.55 / 0.16)
Farbe #D5C15F in den populären Farbmodellen.
D5 | C1 | 5F | |
---|---|---|---|
RGB | 213 | 193 | 95 |
HSL | 50° | 58.42% | 60.39% |
HSB/HSV | 50° | 55.40% | 83.53% |
CMYK | 0.00% | 9.39% | 55.40% |
16.47% |
Die Farbe #D5C15F in den populären Zahlensystemen.
Hexadezimal | D5 | C1 | 5F |
Dezimal | 213 | 193 | 95 |
Binär | 11010101 | 11000001 | 1011111 |
Oktal | 325 | 301 | 137 |
Dunkle Töne der Farbe #D5C15F
Helle Töne der Farbe #D5C15F
Beispiele css- und html für Elemente in der Farbe #D5C15F. Bitte benutzen Sie auch rgb(213,193,95) statt hex-Code.
.myTextColor { color: #D5C15F; }
<p style="color:#D5C15F">This sample text font color is #D5C15F.</p>
Die Farbe dieses Textes ist #D5C15F.
.myBgColor { background-color: #D5C15F; }
<div style="background-color:#D5C15F">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D5C15F.
.myBorderColor { border: 1px solid #D5C15F; }
<div style="border:3px solid #D5C15F">Div</div>
Die Grenzen von diesem div sind in Farbe #D5C15F.
.myOpacity80 { color: #D5C15F; opacity: 0.8; }
<p style="color:#D5C15F;opacity:0.8;">80%</p>
Text in Farbe #D5C15F und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D5C15F;}
<p style="text-shadow: 3px 3px 1px #D5C15F">Text here.</p>
Dieser Text hat den Schatten in Farbe #D5C15F.
.textShadow {text-shadow: 3px 3px 1px #D5C15F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D5C15F, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D5C15F und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D5C15F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D5C15F, Direction=45, Strength=4)">Text</p>
This text has shadow with #D5C15F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D5C15F;
-webkit-box-shadow: 1px 1px 3px 2px #D5C15F;
box-shadow: 1px 1px 3px 2px #D5C15F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D5C15F; -webkit-box-shadow: 1px 1px 3px 2px #D5C15F; box-shadow:1px 1px 3px 2px #D5C15F;">
Div content here
</div>
Dieser Text ist in der Farbe #D5C15F auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D5C15F auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D5C15F.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D5C15F.
Kontrastfarbe für #hex ist #2A3EA0.