Shades of Zombie #DEC187
Tints of Zombie #DEC187
RGB
CMYK
RGB Variations
Color information
#DEC187 (or 0xDEC187) is known color: Zombie. HEX triplet: DE, C1 and 87. RGB value is (222,193,135). Sum of RGB (Red+Green+Blue) = 222+193+135=550 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.36% from 550); Green value is 193 (75.78% from 255 or 35.09% from 550); Blue value is 135 (53.12% from 255 or 24.55% from 550); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC187 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC187 is #213E78. Grayscale: #C3C3C3. Windows color (decimal): -2178681 or 8896990. OLE color: 8896990.
HSL color Cylindrical-coordinate representation of color #DEC187: hue angle of 40º 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 #DEC187 is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 135 | - |
| CMYK | 0 | 0.13 | 0.39 | 0.13 |
| HSL | 40º | 0.57% | 0.7% | - |
| HSV(B) | 40º | 0.39% | 0.87% | - |
| XYZ | 53.57 | 55.42 | 30.8 | - |
| YUV | 195.06 | 94.11 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 135 | 0 | 0.13 | 0.39 | 0.13 | 40 | 0.57 | 0.7 |
| Hex | DE | C1 | 87 | 0 | D | 27 | D | 28 | 39 | 46 |
| Octal | 336 | 301 | 207 | 0 | 15 | 47 | 15 | 50 | 71 | 106 |
| Binary | 11011110 | 11000001 | 10000111 | 0 | 1101 | 100111 | 1101 | 101000 | 111001 | 1000110 |
Color Harmonies of #DEC187
Complementary color
Monochromatic Colors of #DEC187
Black with #DEC187
Text Example
Text Example
White with #DEC187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC187; }
p { color: rgb(222,193,135); }
H1.HeaderClassName
{
color: #DEC187;
}
.AnyTagClassName
{
color: #DEC187;
}
</style>
background-color css
<style>
a { background-color: #DEC187; }
a { background-color: rgb(222,193,135); }
div.DivClassName
{
background-color: #DEC187;
}
.BgClassName
{
background-color: #DEC187;
}
</style>
border-color css
<style>
span { border-color: #DEC187; }
span { border-color: rgb(222,193,135); }
td.TdClassName
{
border-color: #DEC187;
}
.TagClassName
{
border-color: #DEC187;
}
</style>