HEX: #DD594B
RGB: (221,89,75)
#DD594B enthält hauptsächlich rote Farbe. Für #DD594B ist eine «websichere» Webfarbe #CC6633 (oder kurz #C63).
Die Farbe #DD594B wird in RGB als (221,89,75) definiert.
RGB: (221,89,75)
(87%, 35%, 29%)
R 221 von 255 = 87%
G 89 von 255 = 35%
B 75 von 255 = 29%
R + G + B ~ 50%. #DD594B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 221 + 89 + 75 = 385 (100%)
R 221 von 385 ~ 57.4%
G 89 von 385 ~ 23.12%
B 75 von 385 ~ 19.48'%
Die Farbe #DD594B wird in CMYK als (0,60,66,13) definiert.
CMYK: (0,60,66,13)
C0M60Y66K13 (0%, 60%, 66%, 13%)
(0.00 / 0.60 / 0.66 / 0.13)
Farbe #DD594B in den populären Farbmodellen.
DD | 59 | 4B | |
---|---|---|---|
RGB | 221 | 89 | 75 |
HSL | 6° | 68.22% | 58.04% |
HSB/HSV | 6° | 66.06% | 86.67% |
CMYK | 0.00% | 59.73% | 66.06% |
13.33% |
Die Farbe #DD594B in den populären Zahlensystemen.
Hexadezimal | DD | 59 | 4B |
Dezimal | 221 | 89 | 75 |
Binär | 11011101 | 1011001 | 1001011 |
Oktal | 335 | 131 | 113 |
Dunkle Töne der Farbe #DD594B
Helle Töne der Farbe #DD594B
Beispiele css- und html für Elemente in der Farbe #DD594B. Bitte benutzen Sie auch rgb(221,89,75) statt hex-Code.
.myTextColor { color: #DD594B; }
<p style="color:#DD594B">This sample text font color is #DD594B.</p>
Die Farbe dieses Textes ist #DD594B.
.myBgColor { background-color: #DD594B; }
<div style="background-color:#DD594B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #DD594B.
.myBorderColor { border: 1px solid #DD594B; }
<div style="border:3px solid #DD594B">Div</div>
Die Grenzen von diesem div sind in Farbe #DD594B.
.myOpacity80 { color: #DD594B; opacity: 0.8; }
<p style="color:#DD594B;opacity:0.8;">80%</p>
Text in Farbe #DD594B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #DD594B;}
<p style="text-shadow: 3px 3px 1px #DD594B">Text here.</p>
Dieser Text hat den Schatten in Farbe #DD594B.
.textShadow {text-shadow: 3px 3px 1px #DD594B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #DD594B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #DD594B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DD594B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#DD594B, Direction=45, Strength=4)">Text</p>
This text has shadow with #DD594B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #DD594B;
-webkit-box-shadow: 1px 1px 3px 2px #DD594B;
box-shadow: 1px 1px 3px 2px #DD594B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #DD594B; -webkit-box-shadow: 1px 1px 3px 2px #DD594B; box-shadow:1px 1px 3px 2px #DD594B;">
Div content here
</div>
Dieser Text ist in der Farbe #DD594B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #DD594B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #DD594B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #DD594B.
Kontrastfarbe für #hex ist #22A6B4.