HEX: #D1B649
RGB: (209,182,73)
#D1B649 enthält hauptsächlich rote und grüne Farbe. Für #D1B649 ist eine «websichere» Webfarbe #CCCC33 (oder kurz #CC3).
Die Farbe #D1B649 wird in RGB als (209,182,73) definiert.
RGB: (209,182,73)
(82%, 71%, 29%)
R 209 von 255 = 82%
G 182 von 255 = 71%
B 73 von 255 = 29%
R + G + B ~ 61%. #D1B649 ziemlich helle Farbe.
R + G + B = 209 + 182 + 73 = 464 (100%)
R 209 von 464 ~ 45.04%
G 182 von 464 ~ 39.22%
B 73 von 464 ~ 15.73'%
Die Farbe #D1B649 wird in CMYK als (0,13,65,18) definiert.
CMYK: (0,13,65,18)
C0M13Y65K18 (0%, 13%, 65%, 18%)
(0.00 / 0.13 / 0.65 / 0.18)
Farbe #D1B649 in den populären Farbmodellen.
D1 | B6 | 49 | |
---|---|---|---|
RGB | 209 | 182 | 73 |
HSL | 48° | 59.65% | 55.29% |
HSB/HSV | 48° | 65.07% | 81.96% |
CMYK | 0.00% | 12.92% | 65.07% |
18.04% |
Die Farbe #D1B649 in den populären Zahlensystemen.
Hexadezimal | D1 | B6 | 49 |
Dezimal | 209 | 182 | 73 |
Binär | 11010001 | 10110110 | 1001001 |
Oktal | 321 | 266 | 111 |
Dunkle Töne der Farbe #D1B649
Helle Töne der Farbe #D1B649
Beispiele css- und html für Elemente in der Farbe #D1B649. Bitte benutzen Sie auch rgb(209,182,73) statt hex-Code.
.myTextColor { color: #D1B649; }
<p style="color:#D1B649">This sample text font color is #D1B649.</p>
Die Farbe dieses Textes ist #D1B649.
.myBgColor { background-color: #D1B649; }
<div style="background-color:#D1B649">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D1B649.
.myBorderColor { border: 1px solid #D1B649; }
<div style="border:3px solid #D1B649">Div</div>
Die Grenzen von diesem div sind in Farbe #D1B649.
.myOpacity80 { color: #D1B649; opacity: 0.8; }
<p style="color:#D1B649;opacity:0.8;">80%</p>
Text in Farbe #D1B649 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D1B649;}
<p style="text-shadow: 3px 3px 1px #D1B649">Text here.</p>
Dieser Text hat den Schatten in Farbe #D1B649.
.textShadow {text-shadow: 3px 3px 1px #D1B649', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D1B649, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D1B649 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D1B649, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D1B649, Direction=45, Strength=4)">Text</p>
This text has shadow with #D1B649 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D1B649;
-webkit-box-shadow: 1px 1px 3px 2px #D1B649;
box-shadow: 1px 1px 3px 2px #D1B649;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D1B649; -webkit-box-shadow: 1px 1px 3px 2px #D1B649; box-shadow:1px 1px 3px 2px #D1B649;">
Div content here
</div>
Dieser Text ist in der Farbe #D1B649 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D1B649 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D1B649.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D1B649.
Kontrastfarbe für #hex ist #2E49B6.