HEX: #D4C595
RGB: (212,197,149)
#D4C595 enthält hauptsächlich rote und grüne Farbe. Für #D4C595 ist eine «websichere» Webfarbe #CCCC99 (oder kurz #CC9).
Die Farbe #D4C595 wird in RGB als (212,197,149) definiert.
RGB: (212,197,149)
(83%, 77%, 58%)
R 212 von 255 = 83%
G 197 von 255 = 77%
B 149 von 255 = 58%
R + G + B ~ 73%. #D4C595 ziemlich helle Farbe.
R + G + B = 212 + 197 + 149 = 558 (100%)
R 212 von 558 ~ 37.99%
G 197 von 558 ~ 35.3%
B 149 von 558 ~ 26.7'%
Die Farbe #D4C595 wird in CMYK als (0,7,30,17) definiert.
CMYK: (0,7,30,17)
C0M7Y30K17 (0%, 7%, 30%, 17%)
(0.00 / 0.07 / 0.30 / 0.17)
Farbe #D4C595 in den populären Farbmodellen.
D4 | C5 | 95 | |
---|---|---|---|
RGB | 212 | 197 | 149 |
HSL | 46° | 42.28% | 70.78% |
HSB/HSV | 46° | 29.72% | 83.14% |
CMYK | 0.00% | 7.08% | 29.72% |
16.86% |
Die Farbe #D4C595 in den populären Zahlensystemen.
Hexadezimal | D4 | C5 | 95 |
Dezimal | 212 | 197 | 149 |
Binär | 11010100 | 11000101 | 10010101 |
Oktal | 324 | 305 | 225 |
Dunkle Töne der Farbe #D4C595
Helle Töne der Farbe #D4C595
Beispiele css- und html für Elemente in der Farbe #D4C595. Bitte benutzen Sie auch rgb(212,197,149) statt hex-Code.
.myTextColor { color: #D4C595; }
<p style="color:#D4C595">This sample text font color is #D4C595.</p>
Die Farbe dieses Textes ist #D4C595.
.myBgColor { background-color: #D4C595; }
<div style="background-color:#D4C595">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D4C595.
.myBorderColor { border: 1px solid #D4C595; }
<div style="border:3px solid #D4C595">Div</div>
Die Grenzen von diesem div sind in Farbe #D4C595.
.myOpacity80 { color: #D4C595; opacity: 0.8; }
<p style="color:#D4C595;opacity:0.8;">80%</p>
Text in Farbe #D4C595 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D4C595;}
<p style="text-shadow: 3px 3px 1px #D4C595">Text here.</p>
Dieser Text hat den Schatten in Farbe #D4C595.
.textShadow {text-shadow: 3px 3px 1px #D4C595', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D4C595, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D4C595 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D4C595, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D4C595, Direction=45, Strength=4)">Text</p>
This text has shadow with #D4C595 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D4C595;
-webkit-box-shadow: 1px 1px 3px 2px #D4C595;
box-shadow: 1px 1px 3px 2px #D4C595;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D4C595; -webkit-box-shadow: 1px 1px 3px 2px #D4C595; box-shadow:1px 1px 3px 2px #D4C595;">
Div content here
</div>
Dieser Text ist in der Farbe #D4C595 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D4C595 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D4C595.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D4C595.
Kontrastfarbe für #hex ist #2B3A6A.