Shades of Zombie #DEC788
Tints of Zombie #DEC788
RGB
CMYK
RGB Variations
Color information
#DEC788 (or 0xDEC788) is known color: Zombie. HEX triplet: DE, C7 and 88. RGB value is (222,199,136). Sum of RGB (Red+Green+Blue) = 222+199+136=557 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.86% from 557); Green value is 199 (78.12% from 255 or 35.73% from 557); Blue value is 136 (53.52% from 255 or 24.42% from 557); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC788 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC788 is #213877. Grayscale: #C6C6C6. Windows color (decimal): -2177144 or 8964062. OLE color: 8964062.
HSL color Cylindrical-coordinate representation of color #DEC788: hue angle of 43.95º 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 #DEC788 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 199 | 136 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.13 |
| HSL | 43.95º | 0.57% | 0.7% | - |
| HSV(B) | 43.95º | 0.39% | 0.87% | - |
| XYZ | 54.99 | 58.15 | 31.62 | - |
| YUV | 198.7 | 92.62 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 199 | 136 | 0 | 0.10 | 0.39 | 0.13 | 43.95 | 0.57 | 0.7 |
| Hex | DE | C7 | 88 | 0 | A | 27 | D | 2C | 39 | 46 |
| Octal | 336 | 307 | 210 | 0 | 12 | 47 | 15 | 54 | 71 | 106 |
| Binary | 11011110 | 11000111 | 10001000 | 0 | 1010 | 100111 | 1101 | 101100 | 111001 | 1000110 |
Color Harmonies of #DEC788
Complementary color
Monochromatic Colors of #DEC788
Black with #DEC788
Text Example
Text Example
White with #DEC788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC788; }
p { color: rgb(222,199,136); }
H1.HeaderClassName
{
color: #DEC788;
}
.AnyTagClassName
{
color: #DEC788;
}
</style>
background-color css
<style>
a { background-color: #DEC788; }
a { background-color: rgb(222,199,136); }
div.DivClassName
{
background-color: #DEC788;
}
.BgClassName
{
background-color: #DEC788;
}
</style>
border-color css
<style>
span { border-color: #DEC788; }
span { border-color: rgb(222,199,136); }
td.TdClassName
{
border-color: #DEC788;
}
.TagClassName
{
border-color: #DEC788;
}
</style>