HEX: #D47420
RGB: (212,116,32)
#D47420 enthält hauptsächlich rote Farbe. Für #D47420 ist eine «websichere» Webfarbe #CC6633 (oder kurz #C63).
Die Farbe #D47420 wird in RGB als (212,116,32) definiert.
RGB: (212,116,32) (83%,45%,13%)
R 212 von 255 = 83%
G 116 von 255 = 45%
B 32 von 255 = 13%
R + G + B ~ 47%. #D47420 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
212 + 116 + 32 = 360 (100%)
R 212 von 360 ~ 58.89%
G 116 von 360 ~ 32.22%
B 32 von 360 ~ 8.89%
Die Farbe #D47420 wird in CMYK als (0,45,85,17) definiert.
CMYK: (0,45,85,17) C0M45Y85K17 (0%,45%,85%,17%) (0.00/0.45/0.85/0.17)
D4 | 74 | 20 | |
---|---|---|---|
RGB | 212 | 116 | 32 |
HSL | 28° | 73.77% | 47.84% |
HSB/HSV | 28° | 84.91% | 83.14% |
CMYK | 0.00% | 45.28% | 84.91% |
16.86% |
Hexadezimal | D4 | 74 | 20 |
Dezimal | 212 | 116 | 32 |
Binär | 11010100 | 1110100 | 100000 |
Oktal | 324 | 164 | 40 |
Beispiele css- und html für Elemente in der Farbe #D47420. Bitte benutzen Sie auch rgb(212,116,32) statt hex-Code.
.myTextColor { color: #D47420; }
<p style="color:#D47420">This sample text font color is #D47420.</p>
Die Farbe dieses Textes ist #D47420.
.myBgColor { background-color: #D47420; }
<div style="background-color:#D47420">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D47420.
.myBorderColor { border: 1px solid #D47420; }
<div style="border:3px solid #D47420">Div</div>
Die Grenzen von diesem div sind in Farbe #D47420.
.myOpacity80 { color: #D47420; opacity: 0.8; }
<p style="color:#D47420;opacity:0.8;">80%</p>
Text in Farbe #D47420 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D47420;}
<p style="text-shadow: 3px 3px 1px #D47420">Text here.</p>
Dieser Text hat den Schatten in Farbe #D47420.
.textShadow {text-shadow: 3px 3px 1px #D47420, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D47420, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D47420 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D47420, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D47420, Direction=45, Strength=4)">Text</p>
This text has shadow with #D47420 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D47420; -webkit-box-shadow: 1px 1px 3px 2px #D47420; box-shadow: 1px 1px 3px 2px #D47420; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D47420; -webkit-box-shadow: 1px 1px 3px 2px #D47420; box-shadow:1px 1px 3px 2px #D47420;">
Div content here</div>
Dieser Text ist in der Farbe #D47420 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D47420 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D47420.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D47420.