Shades of Zombie #DEC587
Tints of Zombie #DEC587
RGB
CMYK
RGB Variations
Color information
#DEC587 (or 0xDEC587) is known color: Zombie. HEX triplet: DE, C5 and 87. RGB value is (222,197,135). Sum of RGB (Red+Green+Blue) = 222+197+135=554 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.07% from 554); Green value is 197 (77.34% from 255 or 35.56% from 554); Blue value is 135 (53.12% from 255 or 24.37% from 554); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC587 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC587 is #213A78. Grayscale: #C5C5C5. Windows color (decimal): -2177657 or 8898014. OLE color: 8898014.
HSL color Cylindrical-coordinate representation of color #DEC587: hue angle of 42.76º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DEC587 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 197 | 135 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.13 |
| HSL | 42.76º | 0.57% | 0.7% | - |
| HSV(B) | 42.76º | 0.39% | 0.87% | - |
| XYZ | 54.46 | 57.21 | 31.09 | - |
| YUV | 197.41 | 92.78 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 197 | 135 | 0 | 0.11 | 0.39 | 0.13 | 42.76 | 0.57 | 0.7 |
| Hex | DE | C5 | 87 | 0 | B | 27 | D | 2B | 39 | 46 |
| Octal | 336 | 305 | 207 | 0 | 13 | 47 | 15 | 53 | 71 | 106 |
| Binary | 11011110 | 11000101 | 10000111 | 0 | 1011 | 100111 | 1101 | 101011 | 111001 | 1000110 |
Color Harmonies of #DEC587
Complementary color
Monochromatic Colors of #DEC587
Black with #DEC587
Text Example
Text Example
White with #DEC587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC587; }
p { color: rgb(222,197,135); }
H1.HeaderClassName
{
color: #DEC587;
}
.AnyTagClassName
{
color: #DEC587;
}
</style>
background-color css
<style>
a { background-color: #DEC587; }
a { background-color: rgb(222,197,135); }
div.DivClassName
{
background-color: #DEC587;
}
.BgClassName
{
background-color: #DEC587;
}
</style>
border-color css
<style>
span { border-color: #DEC587; }
span { border-color: rgb(222,197,135); }
td.TdClassName
{
border-color: #DEC587;
}
.TagClassName
{
border-color: #DEC587;
}
</style>