HEX: #D5720E
RGB: (213,114,14)
#D5720E enthält hauptsächlich rote Farbe. Für #D5720E ist eine «websichere» Webfarbe #CC6600 (oder kurz #C60).
Die Farbe #D5720E wird in RGB als (213,114,14) definiert.
RGB: (213,114,14)
(84%, 45%, 5%)
R 213 von 255 = 84%
G 114 von 255 = 45%
B 14 von 255 = 5%
R + G + B ~ 45%. #D5720E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 213 + 114 + 14 = 341 (100%)
R 213 von 341 ~ 62.46%
G 114 von 341 ~ 33.43%
B 14 von 341 ~ 4.11'%
Die Farbe #D5720E wird in CMYK als (0,46,93,16) definiert.
CMYK: (0,46,93,16)
C0M46Y93K16 (0%, 46%, 93%, 16%)
(0.00 / 0.46 / 0.93 / 0.16)
Farbe #D5720E in den populären Farbmodellen.
D5 | 72 | 0E | |
---|---|---|---|
RGB | 213 | 114 | 14 |
HSL | 30° | 87.67% | 44.51% |
HSB/HSV | 30° | 93.43% | 83.53% |
CMYK | 0.00% | 46.48% | 93.43% |
16.47% |
Die Farbe #D5720E in den populären Zahlensystemen.
Hexadezimal | D5 | 72 | 0E |
Dezimal | 213 | 114 | 14 |
Binär | 11010101 | 1110010 | 1110 |
Oktal | 325 | 162 | 16 |
Dunkle Töne der Farbe #D5720E
Helle Töne der Farbe #D5720E
Beispiele css- und html für Elemente in der Farbe #D5720E. Bitte benutzen Sie auch rgb(213,114,14) statt hex-Code.
.myTextColor { color: #D5720E; }
<p style="color:#D5720E">This sample text font color is #D5720E.</p>
Die Farbe dieses Textes ist #D5720E.
.myBgColor { background-color: #D5720E; }
<div style="background-color:#D5720E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D5720E.
.myBorderColor { border: 1px solid #D5720E; }
<div style="border:3px solid #D5720E">Div</div>
Die Grenzen von diesem div sind in Farbe #D5720E.
.myOpacity80 { color: #D5720E; opacity: 0.8; }
<p style="color:#D5720E;opacity:0.8;">80%</p>
Text in Farbe #D5720E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D5720E;}
<p style="text-shadow: 3px 3px 1px #D5720E">Text here.</p>
Dieser Text hat den Schatten in Farbe #D5720E.
.textShadow {text-shadow: 3px 3px 1px #D5720E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D5720E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D5720E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D5720E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D5720E, Direction=45, Strength=4)">Text</p>
This text has shadow with #D5720E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D5720E;
-webkit-box-shadow: 1px 1px 3px 2px #D5720E;
box-shadow: 1px 1px 3px 2px #D5720E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D5720E; -webkit-box-shadow: 1px 1px 3px 2px #D5720E; box-shadow:1px 1px 3px 2px #D5720E;">
Div content here
</div>
Dieser Text ist in der Farbe #D5720E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D5720E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D5720E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D5720E.
Kontrastfarbe für #hex ist #2A8DF1.