Shades of Zombie #DEC68D
Tints of Zombie #DEC68D
RGB
CMYK
RGB Variations
Color information
#DEC68D (or 0xDEC68D) is known color: Zombie. HEX triplet: DE, C6 and 8D. RGB value is (222,198,141). Sum of RGB (Red+Green+Blue) = 222+198+141=561 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.57% from 561); Green value is 198 (77.73% from 255 or 35.29% from 561); Blue value is 141 (55.47% from 255 or 25.13% from 561); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC68D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC68D is #213972. Grayscale: #C6C6C6. Windows color (decimal): -2177395 or 9291486. OLE color: 9291486.
HSL color Cylindrical-coordinate representation of color #DEC68D: hue angle of 42.22º 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 #DEC68D is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 198 | 141 | - |
| CMYK | 0 | 0.11 | 0.36 | 0.13 |
| HSL | 42.22º | 0.55% | 0.71% | - |
| HSV(B) | 42.22º | 0.36% | 0.87% | - |
| XYZ | 55.13 | 57.84 | 33.46 | - |
| YUV | 198.68 | 95.45 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 198 | 141 | 0 | 0.11 | 0.36 | 0.13 | 42.22 | 0.55 | 0.71 |
| Hex | DE | C6 | 8D | 0 | B | 24 | D | 2A | 37 | 47 |
| Octal | 336 | 306 | 215 | 0 | 13 | 44 | 15 | 52 | 67 | 107 |
| Binary | 11011110 | 11000110 | 10001101 | 0 | 1011 | 100100 | 1101 | 101010 | 110111 | 1000111 |
Color Harmonies of #DEC68D
Complementary color
Monochromatic Colors of #DEC68D
Black with #DEC68D
Text Example
Text Example
White with #DEC68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC68D; }
p { color: rgb(222,198,141); }
H1.HeaderClassName
{
color: #DEC68D;
}
.AnyTagClassName
{
color: #DEC68D;
}
</style>
background-color css
<style>
a { background-color: #DEC68D; }
a { background-color: rgb(222,198,141); }
div.DivClassName
{
background-color: #DEC68D;
}
.BgClassName
{
background-color: #DEC68D;
}
</style>
border-color css
<style>
span { border-color: #DEC68D; }
span { border-color: rgb(222,198,141); }
td.TdClassName
{
border-color: #DEC68D;
}
.TagClassName
{
border-color: #DEC68D;
}
</style>