HEX: #D15A0F
RGB: (209,90,15)
#D15A0F enthält hauptsächlich rote Farbe. Für #D15A0F ist eine «websichere» Webfarbe #CC6600 (oder kurz #C60).
Die Farbe #D15A0F wird in RGB als (209,90,15) definiert.
RGB: (209,90,15) (82%,35%,6%)
R 209 von 255 = 82%
G 90 von 255 = 35%
B 15 von 255 = 6%
R + G + B ~ 41%. #D15A0F mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
209 + 90 + 15 = 314 (100%)
R 209 von 314 ~ 66.56%
G 90 von 314 ~ 28.66%
B 15 von 314 ~ 4.78%
Die Farbe #D15A0F wird in CMYK als (0,57,93,18) definiert.
CMYK: (0,57,93,18) C0M57Y93K18 (0%,57%,93%,18%) (0.00/0.57/0.93/0.18)
D1 | 5A | 0F | |
---|---|---|---|
RGB | 209 | 90 | 15 |
HSL | 23° | 86.61% | 43.92% |
HSB/HSV | 23° | 92.82% | 81.96% |
CMYK | 0.00% | 56.94% | 92.82% |
18.04% |
Hexadezimal | D1 | 5A | 0F |
Dezimal | 209 | 90 | 15 |
Binär | 11010001 | 1011010 | 1111 |
Oktal | 321 | 132 | 17 |
Beispiele css- und html für Elemente in der Farbe #D15A0F. Bitte benutzen Sie auch rgb(209,90,15) statt hex-Code.
.myTextColor { color: #D15A0F; }
<p style="color:#D15A0F">This sample text font color is #D15A0F.</p>
Die Farbe dieses Textes ist #D15A0F.
.myBgColor { background-color: #D15A0F; }
<div style="background-color:#D15A0F">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D15A0F.
.myBorderColor { border: 1px solid #D15A0F; }
<div style="border:3px solid #D15A0F">Div</div>
Die Grenzen von diesem div sind in Farbe #D15A0F.
.myOpacity80 { color: #D15A0F; opacity: 0.8; }
<p style="color:#D15A0F;opacity:0.8;">80%</p>
Text in Farbe #D15A0F und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D15A0F;}
<p style="text-shadow: 3px 3px 1px #D15A0F">Text here.</p>
Dieser Text hat den Schatten in Farbe #D15A0F.
.textShadow {text-shadow: 3px 3px 1px #D15A0F, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D15A0F, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D15A0F und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D15A0F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D15A0F, Direction=45, Strength=4)">Text</p>
This text has shadow with #D15A0F and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D15A0F; -webkit-box-shadow: 1px 1px 3px 2px #D15A0F; box-shadow: 1px 1px 3px 2px #D15A0F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D15A0F; -webkit-box-shadow: 1px 1px 3px 2px #D15A0F; box-shadow:1px 1px 3px 2px #D15A0F;">
Div content here</div>
Dieser Text ist in der Farbe #D15A0F auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D15A0F auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D15A0F.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D15A0F.