HEX: #D59399
RGB: (213,147,153)
#D59399 enthält hauptsächlich rote Farbe. Für #D59399 ist eine «websichere» Webfarbe #CC9999 (oder kurz #C99).
Die Farbe #D59399 wird in RGB als (213,147,153) definiert.
RGB: (213,147,153)
(84%, 58%, 60%)
R 213 von 255 = 84%
G 147 von 255 = 58%
B 153 von 255 = 60%
R + G + B ~ 67%. #D59399 ziemlich helle Farbe.
R + G + B = 213 + 147 + 153 = 513 (100%)
R 213 von 513 ~ 41.52%
G 147 von 513 ~ 28.65%
B 153 von 513 ~ 29.82'%
Die Farbe #D59399 wird in CMYK als (0,31,28,16) definiert.
CMYK: (0,31,28,16)
C0M31Y28K16 (0%, 31%, 28%, 16%)
(0.00 / 0.31 / 0.28 / 0.16)
Farbe #D59399 in den populären Farbmodellen.
D5 | 93 | 99 | |
---|---|---|---|
RGB | 213 | 147 | 153 |
HSL | 355° | 44.00% | 70.59% |
HSB/HSV | 355° | 30.99% | 83.53% |
CMYK | 0.00% | 30.99% | 28.17% |
16.47% |
Die Farbe #D59399 in den populären Zahlensystemen.
Hexadezimal | D5 | 93 | 99 |
Dezimal | 213 | 147 | 153 |
Binär | 11010101 | 10010011 | 10011001 |
Oktal | 325 | 223 | 231 |
Dunkle Töne der Farbe #D59399
Helle Töne der Farbe #D59399
Beispiele css- und html für Elemente in der Farbe #D59399. Bitte benutzen Sie auch rgb(213,147,153) statt hex-Code.
.myTextColor { color: #D59399; }
<p style="color:#D59399">This sample text font color is #D59399.</p>
Die Farbe dieses Textes ist #D59399.
.myBgColor { background-color: #D59399; }
<div style="background-color:#D59399">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D59399.
.myBorderColor { border: 1px solid #D59399; }
<div style="border:3px solid #D59399">Div</div>
Die Grenzen von diesem div sind in Farbe #D59399.
.myOpacity80 { color: #D59399; opacity: 0.8; }
<p style="color:#D59399;opacity:0.8;">80%</p>
Text in Farbe #D59399 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D59399;}
<p style="text-shadow: 3px 3px 1px #D59399">Text here.</p>
Dieser Text hat den Schatten in Farbe #D59399.
.textShadow {text-shadow: 3px 3px 1px #D59399', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D59399, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D59399 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D59399, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D59399, Direction=45, Strength=4)">Text</p>
This text has shadow with #D59399 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D59399;
-webkit-box-shadow: 1px 1px 3px 2px #D59399;
box-shadow: 1px 1px 3px 2px #D59399;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D59399; -webkit-box-shadow: 1px 1px 3px 2px #D59399; box-shadow:1px 1px 3px 2px #D59399;">
Div content here
</div>
Dieser Text ist in der Farbe #D59399 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D59399 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D59399.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D59399.
Kontrastfarbe für #hex ist #2A6C66.