HEX: #D4B980
RGB: (212,185,128)
#D4B980 enthält hauptsächlich rote und grüne Farbe. Für #D4B980 ist eine «websichere» Webfarbe #CCCC66 (oder kurz #CC6).
Die Farbe #D4B980 wird in RGB als (212,185,128) definiert.
RGB: (212,185,128)
(83%, 73%, 50%)
R 212 von 255 = 83%
G 185 von 255 = 73%
B 128 von 255 = 50%
R + G + B ~ 69%. #D4B980 ziemlich helle Farbe.
R + G + B = 212 + 185 + 128 = 525 (100%)
R 212 von 525 ~ 40.38%
G 185 von 525 ~ 35.24%
B 128 von 525 ~ 24.38'%
Die Farbe #D4B980 wird in CMYK als (0,13,40,17) definiert.
CMYK: (0,13,40,17)
C0M13Y40K17 (0%, 13%, 40%, 17%)
(0.00 / 0.13 / 0.40 / 0.17)
Farbe #D4B980 in den populären Farbmodellen.
D4 | B9 | 80 | |
---|---|---|---|
RGB | 212 | 185 | 128 |
HSL | 41° | 49.41% | 66.67% |
HSB/HSV | 41° | 39.62% | 83.14% |
CMYK | 0.00% | 12.74% | 39.62% |
16.86% |
Die Farbe #D4B980 in den populären Zahlensystemen.
Hexadezimal | D4 | B9 | 80 |
Dezimal | 212 | 185 | 128 |
Binär | 11010100 | 10111001 | 10000000 |
Oktal | 324 | 271 | 200 |
Dunkle Töne der Farbe #D4B980
Helle Töne der Farbe #D4B980
Beispiele css- und html für Elemente in der Farbe #D4B980. Bitte benutzen Sie auch rgb(212,185,128) statt hex-Code.
.myTextColor { color: #D4B980; }
<p style="color:#D4B980">This sample text font color is #D4B980.</p>
Die Farbe dieses Textes ist #D4B980.
.myBgColor { background-color: #D4B980; }
<div style="background-color:#D4B980">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D4B980.
.myBorderColor { border: 1px solid #D4B980; }
<div style="border:3px solid #D4B980">Div</div>
Die Grenzen von diesem div sind in Farbe #D4B980.
.myOpacity80 { color: #D4B980; opacity: 0.8; }
<p style="color:#D4B980;opacity:0.8;">80%</p>
Text in Farbe #D4B980 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D4B980;}
<p style="text-shadow: 3px 3px 1px #D4B980">Text here.</p>
Dieser Text hat den Schatten in Farbe #D4B980.
.textShadow {text-shadow: 3px 3px 1px #D4B980', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D4B980, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D4B980 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D4B980, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D4B980, Direction=45, Strength=4)">Text</p>
This text has shadow with #D4B980 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D4B980;
-webkit-box-shadow: 1px 1px 3px 2px #D4B980;
box-shadow: 1px 1px 3px 2px #D4B980;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D4B980; -webkit-box-shadow: 1px 1px 3px 2px #D4B980; box-shadow:1px 1px 3px 2px #D4B980;">
Div content here
</div>
Dieser Text ist in der Farbe #D4B980 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D4B980 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D4B980.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D4B980.
Kontrastfarbe für #hex ist #2B467F.