Shades of Zombie #DEC582
Tints of Zombie #DEC582
RGB
CMYK
RGB Variations
Color information
#DEC582 (or 0xDEC582) is known color: Zombie. HEX triplet: DE, C5 and 82. RGB value is (222,197,130). Sum of RGB (Red+Green+Blue) = 222+197+130=549 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.44% from 549); Green value is 197 (77.34% from 255 or 35.88% from 549); Blue value is 130 (51.17% from 255 or 23.68% from 549); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC582 is #213A7D. Grayscale: #C5C5C5. Windows color (decimal): -2177662 or 8570334. OLE color: 8570334.
HSL color Cylindrical-coordinate representation of color #DEC582: hue angle of 43.7º 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 #DEC582 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 197 | 130 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.13 |
| HSL | 43.7º | 0.58% | 0.69% | - |
| HSV(B) | 43.7º | 0.41% | 0.87% | - |
| XYZ | 54.12 | 57.07 | 29.28 | - |
| YUV | 196.84 | 90.28 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 197 | 130 | 0 | 0.11 | 0.41 | 0.13 | 43.7 | 0.58 | 0.69 |
| Hex | DE | C5 | 82 | 0 | B | 29 | D | 2C | 3A | 45 |
| Octal | 336 | 305 | 202 | 0 | 13 | 51 | 15 | 54 | 72 | 105 |
| Binary | 11011110 | 11000101 | 10000010 | 0 | 1011 | 101001 | 1101 | 101100 | 111010 | 1000101 |
Color Harmonies of #DEC582
Complementary color
Monochromatic Colors of #DEC582
Black with #DEC582
Text Example
Text Example
White with #DEC582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC582; }
p { color: rgb(222,197,130); }
H1.HeaderClassName
{
color: #DEC582;
}
.AnyTagClassName
{
color: #DEC582;
}
</style>
background-color css
<style>
a { background-color: #DEC582; }
a { background-color: rgb(222,197,130); }
div.DivClassName
{
background-color: #DEC582;
}
.BgClassName
{
background-color: #DEC582;
}
</style>
border-color css
<style>
span { border-color: #DEC582; }
span { border-color: rgb(222,197,130); }
td.TdClassName
{
border-color: #DEC582;
}
.TagClassName
{
border-color: #DEC582;
}
</style>