Shades of Zombie #DEC68C
Tints of Zombie #DEC68C
RGB
CMYK
RGB Variations
Color information
#DEC68C (or 0xDEC68C) is known color: Zombie. HEX triplet: DE, C6 and 8C. RGB value is (222,198,140). Sum of RGB (Red+Green+Blue) = 222+198+140=560 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.64% from 560); Green value is 198 (77.73% from 255 or 35.36% from 560); Blue value is 140 (55.08% from 255 or 25% from 560); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC68C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC68C is #213973. Grayscale: #C6C6C6. Windows color (decimal): -2177396 or 9225950. OLE color: 9225950.
HSL color Cylindrical-coordinate representation of color #DEC68C: hue angle of 42.44º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DEC68C is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 198 | 140 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.13 |
| HSL | 42.44º | 0.55% | 0.71% | - |
| HSV(B) | 42.44º | 0.37% | 0.87% | - |
| XYZ | 55.05 | 57.81 | 33.07 | - |
| YUV | 198.56 | 94.95 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 198 | 140 | 0 | 0.11 | 0.37 | 0.13 | 42.44 | 0.55 | 0.71 |
| Hex | DE | C6 | 8C | 0 | B | 25 | D | 2A | 37 | 47 |
| Octal | 336 | 306 | 214 | 0 | 13 | 45 | 15 | 52 | 67 | 107 |
| Binary | 11011110 | 11000110 | 10001100 | 0 | 1011 | 100101 | 1101 | 101010 | 110111 | 1000111 |
Color Harmonies of #DEC68C
Complementary color
Monochromatic Colors of #DEC68C
Black with #DEC68C
Text Example
Text Example
White with #DEC68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC68C; }
p { color: rgb(222,198,140); }
H1.HeaderClassName
{
color: #DEC68C;
}
.AnyTagClassName
{
color: #DEC68C;
}
</style>
background-color css
<style>
a { background-color: #DEC68C; }
a { background-color: rgb(222,198,140); }
div.DivClassName
{
background-color: #DEC68C;
}
.BgClassName
{
background-color: #DEC68C;
}
</style>
border-color css
<style>
span { border-color: #DEC68C; }
span { border-color: rgb(222,198,140); }
td.TdClassName
{
border-color: #DEC68C;
}
.TagClassName
{
border-color: #DEC68C;
}
</style>