Shades of Zombie #DEC786
Tints of Zombie #DEC786
RGB
CMYK
RGB Variations
Color information
#DEC786 (or 0xDEC786) is known color: Zombie. HEX triplet: DE, C7 and 86. RGB value is (222,199,134). Sum of RGB (Red+Green+Blue) = 222+199+134=555 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40% from 555); Green value is 199 (78.12% from 255 or 35.86% from 555); Blue value is 134 (52.73% from 255 or 24.14% from 555); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC786 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC786 is #213879. Grayscale: #C6C6C6. Windows color (decimal): -2177146 or 8832990. OLE color: 8832990.
HSL color Cylindrical-coordinate representation of color #DEC786: hue angle of 44.32º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DEC786 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 199 | 134 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.13 |
| HSL | 44.32º | 0.57% | 0.7% | - |
| HSV(B) | 44.32º | 0.4% | 0.87% | - |
| XYZ | 54.85 | 58.1 | 30.88 | - |
| YUV | 198.47 | 91.62 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 199 | 134 | 0 | 0.10 | 0.40 | 0.13 | 44.32 | 0.57 | 0.7 |
| Hex | DE | C7 | 86 | 0 | A | 28 | D | 2C | 39 | 46 |
| Octal | 336 | 307 | 206 | 0 | 12 | 50 | 15 | 54 | 71 | 106 |
| Binary | 11011110 | 11000111 | 10000110 | 0 | 1010 | 101000 | 1101 | 101100 | 111001 | 1000110 |
Color Harmonies of #DEC786
Complementary color
Monochromatic Colors of #DEC786
Black with #DEC786
Text Example
Text Example
White with #DEC786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC786; }
p { color: rgb(222,199,134); }
H1.HeaderClassName
{
color: #DEC786;
}
.AnyTagClassName
{
color: #DEC786;
}
</style>
background-color css
<style>
a { background-color: #DEC786; }
a { background-color: rgb(222,199,134); }
div.DivClassName
{
background-color: #DEC786;
}
.BgClassName
{
background-color: #DEC786;
}
</style>
border-color css
<style>
span { border-color: #DEC786; }
span { border-color: rgb(222,199,134); }
td.TdClassName
{
border-color: #DEC786;
}
.TagClassName
{
border-color: #DEC786;
}
</style>