HEX: #D5C499
RGB: (213,196,153)
#D5C499 enthält hauptsächlich rote und grüne Farbe. Für #D5C499 ist eine «websichere» Webfarbe #CCCC99 (oder kurz #CC9).
Die Farbe #D5C499 wird in RGB als (213,196,153) definiert.
RGB: (213,196,153)
(84%, 77%, 60%)
R 213 von 255 = 84%
G 196 von 255 = 77%
B 153 von 255 = 60%
R + G + B ~ 74%. #D5C499 ziemlich helle Farbe.
R + G + B = 213 + 196 + 153 = 562 (100%)
R 213 von 562 ~ 37.9%
G 196 von 562 ~ 34.88%
B 153 von 562 ~ 27.22'%
Die Farbe #D5C499 wird in CMYK als (0,8,28,16) definiert.
CMYK: (0,8,28,16)
C0M8Y28K16 (0%, 8%, 28%, 16%)
(0.00 / 0.08 / 0.28 / 0.16)
Farbe #D5C499 in den populären Farbmodellen.
D5 | C4 | 99 | |
---|---|---|---|
RGB | 213 | 196 | 153 |
HSL | 43° | 41.67% | 71.76% |
HSB/HSV | 43° | 28.17% | 83.53% |
CMYK | 0.00% | 7.98% | 28.17% |
16.47% |
Die Farbe #D5C499 in den populären Zahlensystemen.
Hexadezimal | D5 | C4 | 99 |
Dezimal | 213 | 196 | 153 |
Binär | 11010101 | 11000100 | 10011001 |
Oktal | 325 | 304 | 231 |
Dunkle Töne der Farbe #D5C499
Helle Töne der Farbe #D5C499
Beispiele css- und html für Elemente in der Farbe #D5C499. Bitte benutzen Sie auch rgb(213,196,153) statt hex-Code.
.myTextColor { color: #D5C499; }
<p style="color:#D5C499">This sample text font color is #D5C499.</p>
Die Farbe dieses Textes ist #D5C499.
.myBgColor { background-color: #D5C499; }
<div style="background-color:#D5C499">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D5C499.
.myBorderColor { border: 1px solid #D5C499; }
<div style="border:3px solid #D5C499">Div</div>
Die Grenzen von diesem div sind in Farbe #D5C499.
.myOpacity80 { color: #D5C499; opacity: 0.8; }
<p style="color:#D5C499;opacity:0.8;">80%</p>
Text in Farbe #D5C499 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D5C499;}
<p style="text-shadow: 3px 3px 1px #D5C499">Text here.</p>
Dieser Text hat den Schatten in Farbe #D5C499.
.textShadow {text-shadow: 3px 3px 1px #D5C499', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D5C499, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D5C499 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D5C499, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D5C499, Direction=45, Strength=4)">Text</p>
This text has shadow with #D5C499 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D5C499;
-webkit-box-shadow: 1px 1px 3px 2px #D5C499;
box-shadow: 1px 1px 3px 2px #D5C499;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D5C499; -webkit-box-shadow: 1px 1px 3px 2px #D5C499; box-shadow:1px 1px 3px 2px #D5C499;">
Div content here
</div>
Dieser Text ist in der Farbe #D5C499 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D5C499 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D5C499.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D5C499.
Kontrastfarbe für #hex ist #2A3B66.