Shades of Zombie #DCC587
Tints of Zombie #DCC587
RGB
CMYK
RGB Variations
Color information
#DCC587 (or 0xDCC587) is known color: Zombie. HEX triplet: DC, C5 and 87. RGB value is (220,197,135). Sum of RGB (Red+Green+Blue) = 220+197+135=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 197 (77.34% from 255 or 35.69% from 552); Blue value is 135 (53.12% from 255 or 24.46% from 552); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC587 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC587 is #233A78. Grayscale: #C5C5C5. Windows color (decimal): -2308729 or 8898012. OLE color: 8898012.
HSL color Cylindrical-coordinate representation of color #DCC587: hue angle of 43.76º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DCC587 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 135 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.14 |
| HSL | 43.76º | 0.55% | 0.7% | - |
| HSV(B) | 43.76º | 0.39% | 0.86% | - |
| XYZ | 53.85 | 56.9 | 31.07 | - |
| YUV | 196.81 | 93.12 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 135 | 0 | 0.10 | 0.39 | 0.14 | 43.76 | 0.55 | 0.7 |
| Hex | DC | C5 | 87 | 0 | A | 27 | E | 2C | 37 | 46 |
| Octal | 334 | 305 | 207 | 0 | 12 | 47 | 16 | 54 | 67 | 106 |
| Binary | 11011100 | 11000101 | 10000111 | 0 | 1010 | 100111 | 1110 | 101100 | 110111 | 1000110 |
Color Harmonies of #DCC587
Complementary color
Monochromatic Colors of #DCC587
Black with #DCC587
Text Example
Text Example
White with #DCC587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC587; }
p { color: rgb(220,197,135); }
H1.HeaderClassName
{
color: #DCC587;
}
.AnyTagClassName
{
color: #DCC587;
}
</style>
background-color css
<style>
a { background-color: #DCC587; }
a { background-color: rgb(220,197,135); }
div.DivClassName
{
background-color: #DCC587;
}
.BgClassName
{
background-color: #DCC587;
}
</style>
border-color css
<style>
span { border-color: #DCC587; }
span { border-color: rgb(220,197,135); }
td.TdClassName
{
border-color: #DCC587;
}
.TagClassName
{
border-color: #DCC587;
}
</style>