HEX: #DC959C
RGB: (220,149,156)
#DC959C enthält hauptsächlich rote Farbe. Für #DC959C ist eine «websichere» Webfarbe #CC9999 (oder kurz #C99).
Die Farbe #DC959C wird in RGB als (220,149,156) definiert.
RGB: (220,149,156)
(86%, 58%, 61%)
R 220 von 255 = 86%
G 149 von 255 = 58%
B 156 von 255 = 61%
R + G + B ~ 68%. #DC959C ziemlich helle Farbe.
R + G + B = 220 + 149 + 156 = 525 (100%)
R 220 von 525 ~ 41.9%
G 149 von 525 ~ 28.38%
B 156 von 525 ~ 29.71'%
Die Farbe #DC959C wird in CMYK als (0,32,29,14) definiert.
CMYK: (0,32,29,14)
C0M32Y29K14 (0%, 32%, 29%, 14%)
(0.00 / 0.32 / 0.29 / 0.14)
Farbe #DC959C in den populären Farbmodellen.
DC | 95 | 9C | |
---|---|---|---|
RGB | 220 | 149 | 156 |
HSL | 354° | 50.35% | 72.35% |
HSB/HSV | 354° | 32.27% | 86.27% |
CMYK | 0.00% | 32.27% | 29.09% |
13.73% |
Die Farbe #DC959C in den populären Zahlensystemen.
Hexadezimal | DC | 95 | 9C |
Dezimal | 220 | 149 | 156 |
Binär | 11011100 | 10010101 | 10011100 |
Oktal | 334 | 225 | 234 |
Dunkle Töne der Farbe #DC959C
Helle Töne der Farbe #DC959C
Beispiele css- und html für Elemente in der Farbe #DC959C. Bitte benutzen Sie auch rgb(220,149,156) statt hex-Code.
.myTextColor { color: #DC959C; }
<p style="color:#DC959C">This sample text font color is #DC959C.</p>
Die Farbe dieses Textes ist #DC959C.
.myBgColor { background-color: #DC959C; }
<div style="background-color:#DC959C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #DC959C.
.myBorderColor { border: 1px solid #DC959C; }
<div style="border:3px solid #DC959C">Div</div>
Die Grenzen von diesem div sind in Farbe #DC959C.
.myOpacity80 { color: #DC959C; opacity: 0.8; }
<p style="color:#DC959C;opacity:0.8;">80%</p>
Text in Farbe #DC959C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #DC959C;}
<p style="text-shadow: 3px 3px 1px #DC959C">Text here.</p>
Dieser Text hat den Schatten in Farbe #DC959C.
.textShadow {text-shadow: 3px 3px 1px #DC959C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #DC959C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #DC959C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DC959C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#DC959C, Direction=45, Strength=4)">Text</p>
This text has shadow with #DC959C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #DC959C;
-webkit-box-shadow: 1px 1px 3px 2px #DC959C;
box-shadow: 1px 1px 3px 2px #DC959C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #DC959C; -webkit-box-shadow: 1px 1px 3px 2px #DC959C; box-shadow:1px 1px 3px 2px #DC959C;">
Div content here
</div>
Dieser Text ist in der Farbe #DC959C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #DC959C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #DC959C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #DC959C.
Kontrastfarbe für #hex ist #236A63.