Shades of Zombie #DEC084
Tints of Zombie #DEC084
RGB
CMYK
RGB Variations
Color information
#DEC084 (or 0xDEC084) is known color: Zombie. HEX triplet: DE, C0 and 84. RGB value is (222,192,132). Sum of RGB (Red+Green+Blue) = 222+192+132=546 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.66% from 546); Green value is 192 (75.39% from 255 or 35.16% from 546); Blue value is 132 (51.95% from 255 or 24.18% from 546); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC084 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC084 is #213F7B. Grayscale: #C2C2C2. Windows color (decimal): -2178940 or 8700126. OLE color: 8700126.
HSL color Cylindrical-coordinate representation of color #DEC084: hue angle of 40º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DEC084 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 132 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.13 |
| HSL | 40º | 0.58% | 0.69% | - |
| HSV(B) | 40º | 0.41% | 0.87% | - |
| XYZ | 53.14 | 54.89 | 29.62 | - |
| YUV | 194.13 | 92.94 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 132 | 0 | 0.14 | 0.41 | 0.13 | 40 | 0.58 | 0.69 |
| Hex | DE | C0 | 84 | 0 | E | 29 | D | 28 | 3A | 45 |
| Octal | 336 | 300 | 204 | 0 | 16 | 51 | 15 | 50 | 72 | 105 |
| Binary | 11011110 | 11000000 | 10000100 | 0 | 1110 | 101001 | 1101 | 101000 | 111010 | 1000101 |
Color Harmonies of #DEC084
Complementary color
Monochromatic Colors of #DEC084
Black with #DEC084
Text Example
Text Example
White with #DEC084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC084; }
p { color: rgb(222,192,132); }
H1.HeaderClassName
{
color: #DEC084;
}
.AnyTagClassName
{
color: #DEC084;
}
</style>
background-color css
<style>
a { background-color: #DEC084; }
a { background-color: rgb(222,192,132); }
div.DivClassName
{
background-color: #DEC084;
}
.BgClassName
{
background-color: #DEC084;
}
</style>
border-color css
<style>
span { border-color: #DEC084; }
span { border-color: rgb(222,192,132); }
td.TdClassName
{
border-color: #DEC084;
}
.TagClassName
{
border-color: #DEC084;
}
</style>