Shades of Zombie #DEC58D
Tints of Zombie #DEC58D
RGB
CMYK
RGB Variations
Color information
#DEC58D (or 0xDEC58D) is known color: Zombie. HEX triplet: DE, C5 and 8D. RGB value is (222,197,141). Sum of RGB (Red+Green+Blue) = 222+197+141=560 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.64% from 560); Green value is 197 (77.34% from 255 or 35.18% from 560); Blue value is 141 (55.47% from 255 or 25.18% from 560); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC58D is #213A72. Grayscale: #C6C6C6. Windows color (decimal): -2177651 or 9291230. OLE color: 9291230.
HSL color Cylindrical-coordinate representation of color #DEC58D: hue angle of 41.48º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DEC58D is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 197 | 141 | - |
| CMYK | 0 | 0.11 | 0.36 | 0.13 |
| HSL | 41.48º | 0.55% | 0.71% | - |
| HSV(B) | 41.48º | 0.36% | 0.87% | - |
| XYZ | 54.9 | 57.39 | 33.38 | - |
| YUV | 198.09 | 95.78 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 197 | 141 | 0 | 0.11 | 0.36 | 0.13 | 41.48 | 0.55 | 0.71 |
| Hex | DE | C5 | 8D | 0 | B | 24 | D | 29 | 37 | 47 |
| Octal | 336 | 305 | 215 | 0 | 13 | 44 | 15 | 51 | 67 | 107 |
| Binary | 11011110 | 11000101 | 10001101 | 0 | 1011 | 100100 | 1101 | 101001 | 110111 | 1000111 |
Color Harmonies of #DEC58D
Complementary color
Monochromatic Colors of #DEC58D
Black with #DEC58D
Text Example
Text Example
White with #DEC58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC58D; }
p { color: rgb(222,197,141); }
H1.HeaderClassName
{
color: #DEC58D;
}
.AnyTagClassName
{
color: #DEC58D;
}
</style>
background-color css
<style>
a { background-color: #DEC58D; }
a { background-color: rgb(222,197,141); }
div.DivClassName
{
background-color: #DEC58D;
}
.BgClassName
{
background-color: #DEC58D;
}
</style>
border-color css
<style>
span { border-color: #DEC58D; }
span { border-color: rgb(222,197,141); }
td.TdClassName
{
border-color: #DEC58D;
}
.TagClassName
{
border-color: #DEC58D;
}
</style>