Shades of Zombie #DEC288
Tints of Zombie #DEC288
RGB
CMYK
RGB Variations
Color information
#DEC288 (or 0xDEC288) is known color: Zombie. HEX triplet: DE, C2 and 88. RGB value is (222,194,136). Sum of RGB (Red+Green+Blue) = 222+194+136=552 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.22% from 552); Green value is 194 (76.17% from 255 or 35.14% from 552); Blue value is 136 (53.52% from 255 or 24.64% from 552); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC288 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC288 is #213D77. Grayscale: #C4C4C4. Windows color (decimal): -2178424 or 8962782. OLE color: 8962782.
HSL color Cylindrical-coordinate representation of color #DEC288: hue angle of 40.47º 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 #DEC288 is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 194 | 136 | - |
| CMYK | 0 | 0.13 | 0.39 | 0.13 |
| HSL | 40.47º | 0.57% | 0.7% | - |
| HSV(B) | 40.47º | 0.39% | 0.87% | - |
| XYZ | 53.86 | 55.89 | 31.24 | - |
| YUV | 195.76 | 94.28 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 194 | 136 | 0 | 0.13 | 0.39 | 0.13 | 40.47 | 0.57 | 0.7 |
| Hex | DE | C2 | 88 | 0 | D | 27 | D | 28 | 39 | 46 |
| Octal | 336 | 302 | 210 | 0 | 15 | 47 | 15 | 50 | 71 | 106 |
| Binary | 11011110 | 11000010 | 10001000 | 0 | 1101 | 100111 | 1101 | 101000 | 111001 | 1000110 |
Color Harmonies of #DEC288
Complementary color
Monochromatic Colors of #DEC288
Black with #DEC288
Text Example
Text Example
White with #DEC288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC288; }
p { color: rgb(222,194,136); }
H1.HeaderClassName
{
color: #DEC288;
}
.AnyTagClassName
{
color: #DEC288;
}
</style>
background-color css
<style>
a { background-color: #DEC288; }
a { background-color: rgb(222,194,136); }
div.DivClassName
{
background-color: #DEC288;
}
.BgClassName
{
background-color: #DEC288;
}
</style>
border-color css
<style>
span { border-color: #DEC288; }
span { border-color: rgb(222,194,136); }
td.TdClassName
{
border-color: #DEC288;
}
.TagClassName
{
border-color: #DEC288;
}
</style>