HEX: #D7C14F
RGB: (215,193,79)
#D7C14F enthält hauptsächlich rote und grüne Farbe. Für #D7C14F ist eine «websichere» Webfarbe #CCCC66 (oder kurz #CC6).
Die Farbe #D7C14F wird in RGB als (215,193,79) definiert.
RGB: (215,193,79) (84%,76%,31%)
R 215 von 255 = 84%
G 193 von 255 = 76%
B 79 von 255 = 31%
R + G + B ~ 64%. #D7C14F ziemlich helle Farbe.
R + G + B =
215 + 193 + 79 = 487 (100%)
R 215 von 487 ~ 44.15%
G 193 von 487 ~ 39.63%
B 79 von 487 ~ 16.22%
Die Farbe #D7C14F wird in CMYK als (0,10,63,16) definiert.
CMYK: (0,10,63,16) C0M10Y63K16 (0%,10%,63%,16%) (0.00/0.10/0.63/0.16)
D7 | C1 | 4F | |
---|---|---|---|
RGB | 215 | 193 | 79 |
HSL | 50° | 62.96% | 57.65% |
HSB/HSV | 50° | 63.26% | 84.31% |
CMYK | 0.00% | 10.23% | 63.26% |
15.69% |
Hexadezimal | D7 | C1 | 4F |
Dezimal | 215 | 193 | 79 |
Binär | 11010111 | 11000001 | 1001111 |
Oktal | 327 | 301 | 117 |
Beispiele css- und html für Elemente in der Farbe #D7C14F. Bitte benutzen Sie auch rgb(215,193,79) statt hex-Code.
.myTextColor { color: #D7C14F; }
<p style="color:#D7C14F">This sample text font color is #D7C14F.</p>
Die Farbe dieses Textes ist #D7C14F.
.myBgColor { background-color: #D7C14F; }
<div style="background-color:#D7C14F">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D7C14F.
.myBorderColor { border: 1px solid #D7C14F; }
<div style="border:3px solid #D7C14F">Div</div>
Die Grenzen von diesem div sind in Farbe #D7C14F.
.myOpacity80 { color: #D7C14F; opacity: 0.8; }
<p style="color:#D7C14F;opacity:0.8;">80%</p>
Text in Farbe #D7C14F und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D7C14F;}
<p style="text-shadow: 3px 3px 1px #D7C14F">Text here.</p>
Dieser Text hat den Schatten in Farbe #D7C14F.
.textShadow {text-shadow: 3px 3px 1px #D7C14F, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D7C14F, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D7C14F und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D7C14F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D7C14F, Direction=45, Strength=4)">Text</p>
This text has shadow with #D7C14F and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D7C14F; -webkit-box-shadow: 1px 1px 3px 2px #D7C14F; box-shadow: 1px 1px 3px 2px #D7C14F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D7C14F; -webkit-box-shadow: 1px 1px 3px 2px #D7C14F; box-shadow:1px 1px 3px 2px #D7C14F;">
Div content here</div>
Dieser Text ist in der Farbe #D7C14F auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D7C14F auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D7C14F.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D7C14F.