Shades of Zombie #DEC388
Tints of Zombie #DEC388
RGB
CMYK
RGB Variations
Color information
#DEC388 (or 0xDEC388) is known color: Zombie. HEX triplet: DE, C3 and 88. RGB value is (222,195,136). Sum of RGB (Red+Green+Blue) = 222+195+136=553 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.14% from 553); Green value is 195 (76.56% from 255 or 35.26% from 553); Blue value is 136 (53.52% from 255 or 24.59% from 553); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC388 is #213C77. Grayscale: #C4C4C4. Windows color (decimal): -2178168 or 8963038. OLE color: 8963038.
HSL color Cylindrical-coordinate representation of color #DEC388: hue angle of 41.16º 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 #DEC388 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 195 | 136 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.13 |
| HSL | 41.16º | 0.57% | 0.7% | - |
| HSV(B) | 41.16º | 0.39% | 0.87% | - |
| XYZ | 54.08 | 56.34 | 31.32 | - |
| YUV | 196.35 | 93.95 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 195 | 136 | 0 | 0.12 | 0.39 | 0.13 | 41.16 | 0.57 | 0.7 |
| Hex | DE | C3 | 88 | 0 | C | 27 | D | 29 | 39 | 46 |
| Octal | 336 | 303 | 210 | 0 | 14 | 47 | 15 | 51 | 71 | 106 |
| Binary | 11011110 | 11000011 | 10001000 | 0 | 1100 | 100111 | 1101 | 101001 | 111001 | 1000110 |
Color Harmonies of #DEC388
Complementary color
Monochromatic Colors of #DEC388
Black with #DEC388
Text Example
Text Example
White with #DEC388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC388; }
p { color: rgb(222,195,136); }
H1.HeaderClassName
{
color: #DEC388;
}
.AnyTagClassName
{
color: #DEC388;
}
</style>
background-color css
<style>
a { background-color: #DEC388; }
a { background-color: rgb(222,195,136); }
div.DivClassName
{
background-color: #DEC388;
}
.BgClassName
{
background-color: #DEC388;
}
</style>
border-color css
<style>
span { border-color: #DEC388; }
span { border-color: rgb(222,195,136); }
td.TdClassName
{
border-color: #DEC388;
}
.TagClassName
{
border-color: #DEC388;
}
</style>