Shades of Rose #DC9E8D
Tints of Rose #DC9E8D
RGB
CMYK
RGB Variations
Color information
#DC9E8D (or 0xDC9E8D) is known color: Rose. HEX triplet: DC, 9E and 8D. RGB value is (220,158,141). Sum of RGB (Red+Green+Blue) = 220+158+141=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 158 (62.11% from 255 or 30.44% from 519); Blue value is 141 (55.47% from 255 or 27.17% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9E8D is #236172. Grayscale: #AEAEAE. Windows color (decimal): -2318707 or 9281244. OLE color: 9281244.
HSL color Cylindrical-coordinate representation of color #DC9E8D: hue angle of 12.91º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DC9E8D is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 158 | 141 | - |
| CMYK | 0 | 0.28 | 0.36 | 0.14 |
| HSL | 12.91º | 0.53% | 0.71% | - |
| HSV(B) | 12.91º | 0.36% | 0.86% | - |
| XYZ | 46.55 | 41.59 | 30.77 | - |
| YUV | 174.6 | 109.04 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 158 | 141 | 0 | 0.28 | 0.36 | 0.14 | 12.91 | 0.53 | 0.71 |
| Hex | DC | 9E | 8D | 0 | 1C | 24 | E | D | 35 | 47 |
| Octal | 334 | 236 | 215 | 0 | 34 | 44 | 16 | 15 | 65 | 107 |
| Binary | 11011100 | 10011110 | 10001101 | 0 | 11100 | 100100 | 1110 | 1101 | 110101 | 1000111 |
Color Harmonies of #DC9E8D
Complementary color
Monochromatic Colors of #DC9E8D
Black with #DC9E8D
Text Example
Text Example
White with #DC9E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9E8D; }
p { color: rgb(220,158,141); }
H1.HeaderClassName
{
color: #DC9E8D;
}
.AnyTagClassName
{
color: #DC9E8D;
}
</style>
background-color css
<style>
a { background-color: #DC9E8D; }
a { background-color: rgb(220,158,141); }
div.DivClassName
{
background-color: #DC9E8D;
}
.BgClassName
{
background-color: #DC9E8D;
}
</style>
border-color css
<style>
span { border-color: #DC9E8D; }
span { border-color: rgb(220,158,141); }
td.TdClassName
{
border-color: #DC9E8D;
}
.TagClassName
{
border-color: #DC9E8D;
}
</style>