Shades of Zombie #DEC584
Tints of Zombie #DEC584
RGB
CMYK
RGB Variations
Color information
#DEC584 (or 0xDEC584) is known color: Zombie. HEX triplet: DE, C5 and 84. RGB value is (222,197,132). Sum of RGB (Red+Green+Blue) = 222+197+132=551 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.29% from 551); Green value is 197 (77.34% from 255 or 35.75% from 551); Blue value is 132 (51.95% from 255 or 23.96% from 551); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC584 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC584 is #213A7B. Grayscale: #C5C5C5. Windows color (decimal): -2177660 or 8701406. OLE color: 8701406.
HSL color Cylindrical-coordinate representation of color #DEC584: hue angle of 43.33º 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 #DEC584 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 197 | 132 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.13 |
| HSL | 43.33º | 0.58% | 0.69% | - |
| HSV(B) | 43.33º | 0.41% | 0.87% | - |
| XYZ | 54.26 | 57.13 | 30 | - |
| YUV | 197.07 | 91.28 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 197 | 132 | 0 | 0.11 | 0.41 | 0.13 | 43.33 | 0.58 | 0.69 |
| Hex | DE | C5 | 84 | 0 | B | 29 | D | 2B | 3A | 45 |
| Octal | 336 | 305 | 204 | 0 | 13 | 51 | 15 | 53 | 72 | 105 |
| Binary | 11011110 | 11000101 | 10000100 | 0 | 1011 | 101001 | 1101 | 101011 | 111010 | 1000101 |
Color Harmonies of #DEC584
Complementary color
Monochromatic Colors of #DEC584
Black with #DEC584
Text Example
Text Example
White with #DEC584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC584; }
p { color: rgb(222,197,132); }
H1.HeaderClassName
{
color: #DEC584;
}
.AnyTagClassName
{
color: #DEC584;
}
</style>
background-color css
<style>
a { background-color: #DEC584; }
a { background-color: rgb(222,197,132); }
div.DivClassName
{
background-color: #DEC584;
}
.BgClassName
{
background-color: #DEC584;
}
</style>
border-color css
<style>
span { border-color: #DEC584; }
span { border-color: rgb(222,197,132); }
td.TdClassName
{
border-color: #DEC584;
}
.TagClassName
{
border-color: #DEC584;
}
</style>