Shades of Zombie #DEC088
Tints of Zombie #DEC088
RGB
CMYK
RGB Variations
Color information
#DEC088 (or 0xDEC088) is known color: Zombie. HEX triplet: DE, C0 and 88. RGB value is (222,192,136). Sum of RGB (Red+Green+Blue) = 222+192+136=550 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.36% from 550); Green value is 192 (75.39% from 255 or 34.91% from 550); Blue value is 136 (53.52% from 255 or 24.73% from 550); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC088 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC088 is #213F77. Grayscale: #C2C2C2. Windows color (decimal): -2178936 or 8962270. OLE color: 8962270.
HSL color Cylindrical-coordinate representation of color #DEC088: hue angle of 39.07º 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 #DEC088 is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 136 | - |
| CMYK | 0 | 0.14 | 0.39 | 0.13 |
| HSL | 39.07º | 0.57% | 0.7% | - |
| HSV(B) | 39.07º | 0.39% | 0.87% | - |
| XYZ | 53.42 | 55.01 | 31.09 | - |
| YUV | 194.59 | 94.94 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 136 | 0 | 0.14 | 0.39 | 0.13 | 39.07 | 0.57 | 0.7 |
| Hex | DE | C0 | 88 | 0 | E | 27 | D | 27 | 39 | 46 |
| Octal | 336 | 300 | 210 | 0 | 16 | 47 | 15 | 47 | 71 | 106 |
| Binary | 11011110 | 11000000 | 10001000 | 0 | 1110 | 100111 | 1101 | 100111 | 111001 | 1000110 |
Color Harmonies of #DEC088
Complementary color
Monochromatic Colors of #DEC088
Black with #DEC088
Text Example
Text Example
White with #DEC088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC088; }
p { color: rgb(222,192,136); }
H1.HeaderClassName
{
color: #DEC088;
}
.AnyTagClassName
{
color: #DEC088;
}
</style>
background-color css
<style>
a { background-color: #DEC088; }
a { background-color: rgb(222,192,136); }
div.DivClassName
{
background-color: #DEC088;
}
.BgClassName
{
background-color: #DEC088;
}
</style>
border-color css
<style>
span { border-color: #DEC088; }
span { border-color: rgb(222,192,136); }
td.TdClassName
{
border-color: #DEC088;
}
.TagClassName
{
border-color: #DEC088;
}
</style>