Shades of Zombie #DEC88A
Tints of Zombie #DEC88A
RGB
CMYK
RGB Variations
Color information
#DEC88A (or 0xDEC88A) is known color: Zombie. HEX triplet: DE, C8 and 8A. RGB value is (222,200,138). Sum of RGB (Red+Green+Blue) = 222+200+138=560 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.64% from 560); Green value is 200 (78.52% from 255 or 35.71% from 560); Blue value is 138 (54.30% from 255 or 24.64% from 560); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC88A is #213775. Grayscale: #C7C7C7. Windows color (decimal): -2176886 or 9095390. OLE color: 9095390.
HSL color Cylindrical-coordinate representation of color #DEC88A: hue angle of 44.29º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DEC88A is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 200 | 138 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.13 |
| HSL | 44.29º | 0.56% | 0.71% | - |
| HSV(B) | 44.29º | 0.38% | 0.87% | - |
| XYZ | 55.37 | 58.67 | 32.45 | - |
| YUV | 199.51 | 93.29 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 200 | 138 | 0 | 0.10 | 0.38 | 0.13 | 44.29 | 0.56 | 0.71 |
| Hex | DE | C8 | 8A | 0 | A | 26 | D | 2C | 38 | 47 |
| Octal | 336 | 310 | 212 | 0 | 12 | 46 | 15 | 54 | 70 | 107 |
| Binary | 11011110 | 11001000 | 10001010 | 0 | 1010 | 100110 | 1101 | 101100 | 111000 | 1000111 |
Color Harmonies of #DEC88A
Complementary color
Monochromatic Colors of #DEC88A
Black with #DEC88A
Text Example
Text Example
White with #DEC88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC88A; }
p { color: rgb(222,200,138); }
H1.HeaderClassName
{
color: #DEC88A;
}
.AnyTagClassName
{
color: #DEC88A;
}
</style>
background-color css
<style>
a { background-color: #DEC88A; }
a { background-color: rgb(222,200,138); }
div.DivClassName
{
background-color: #DEC88A;
}
.BgClassName
{
background-color: #DEC88A;
}
</style>
border-color css
<style>
span { border-color: #DEC88A; }
span { border-color: rgb(222,200,138); }
td.TdClassName
{
border-color: #DEC88A;
}
.TagClassName
{
border-color: #DEC88A;
}
</style>