HEX: #D7714E
RGB: (215,113,78)
#D7714E enthält hauptsächlich rote Farbe. Für #D7714E ist eine «websichere» Webfarbe #CC6666 (oder kurz #C66).
Die Farbe #D7714E wird in RGB als (215,113,78) definiert.
RGB: (215,113,78)
(84%, 44%, 31%)
R 215 von 255 = 84%
G 113 von 255 = 44%
B 78 von 255 = 31%
R + G + B ~ 53%. #D7714E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 215 + 113 + 78 = 406 (100%)
R 215 von 406 ~ 52.96%
G 113 von 406 ~ 27.83%
B 78 von 406 ~ 19.21'%
Die Farbe #D7714E wird in CMYK als (0,47,64,16) definiert.
CMYK: (0,47,64,16)
C0M47Y64K16 (0%, 47%, 64%, 16%)
(0.00 / 0.47 / 0.64 / 0.16)
Farbe #D7714E in den populären Farbmodellen.
D7 | 71 | 4E | |
---|---|---|---|
RGB | 215 | 113 | 78 |
HSL | 15° | 63.13% | 57.45% |
HSB/HSV | 15° | 63.72% | 84.31% |
CMYK | 0.00% | 47.44% | 63.72% |
15.69% |
Die Farbe #D7714E in den populären Zahlensystemen.
Hexadezimal | D7 | 71 | 4E |
Dezimal | 215 | 113 | 78 |
Binär | 11010111 | 1110001 | 1001110 |
Oktal | 327 | 161 | 116 |
Dunkle Töne der Farbe #D7714E
Helle Töne der Farbe #D7714E
Beispiele css- und html für Elemente in der Farbe #D7714E. Bitte benutzen Sie auch rgb(215,113,78) statt hex-Code.
.myTextColor { color: #D7714E; }
<p style="color:#D7714E">This sample text font color is #D7714E.</p>
Die Farbe dieses Textes ist #D7714E.
.myBgColor { background-color: #D7714E; }
<div style="background-color:#D7714E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D7714E.
.myBorderColor { border: 1px solid #D7714E; }
<div style="border:3px solid #D7714E">Div</div>
Die Grenzen von diesem div sind in Farbe #D7714E.
.myOpacity80 { color: #D7714E; opacity: 0.8; }
<p style="color:#D7714E;opacity:0.8;">80%</p>
Text in Farbe #D7714E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D7714E;}
<p style="text-shadow: 3px 3px 1px #D7714E">Text here.</p>
Dieser Text hat den Schatten in Farbe #D7714E.
.textShadow {text-shadow: 3px 3px 1px #D7714E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D7714E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D7714E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D7714E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D7714E, Direction=45, Strength=4)">Text</p>
This text has shadow with #D7714E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D7714E;
-webkit-box-shadow: 1px 1px 3px 2px #D7714E;
box-shadow: 1px 1px 3px 2px #D7714E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D7714E; -webkit-box-shadow: 1px 1px 3px 2px #D7714E; box-shadow:1px 1px 3px 2px #D7714E;">
Div content here
</div>
Dieser Text ist in der Farbe #D7714E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D7714E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D7714E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D7714E.
Kontrastfarbe für #hex ist #288EB1.