Shades of Zombie #DEC682
Tints of Zombie #DEC682
RGB
CMYK
RGB Variations
Color information
#DEC682 (or 0xDEC682) is known color: Zombie. HEX triplet: DE, C6 and 82. RGB value is (222,198,130). Sum of RGB (Red+Green+Blue) = 222+198+130=550 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.36% from 550); Green value is 198 (77.73% from 255 or 36% from 550); Blue value is 130 (51.17% from 255 or 23.64% from 550); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC682 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC682 is #21397D. Grayscale: #C5C5C5. Windows color (decimal): -2177406 or 8570590. OLE color: 8570590.
HSL color Cylindrical-coordinate representation of color #DEC682: hue angle of 44.35º 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 #DEC682 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 198 | 130 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.13 |
| HSL | 44.35º | 0.58% | 0.69% | - |
| HSV(B) | 44.35º | 0.41% | 0.87% | - |
| XYZ | 54.35 | 57.53 | 29.36 | - |
| YUV | 197.42 | 89.95 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 198 | 130 | 0 | 0.11 | 0.41 | 0.13 | 44.35 | 0.58 | 0.69 |
| Hex | DE | C6 | 82 | 0 | B | 29 | D | 2C | 3A | 45 |
| Octal | 336 | 306 | 202 | 0 | 13 | 51 | 15 | 54 | 72 | 105 |
| Binary | 11011110 | 11000110 | 10000010 | 0 | 1011 | 101001 | 1101 | 101100 | 111010 | 1000101 |
Color Harmonies of #DEC682
Complementary color
Monochromatic Colors of #DEC682
Black with #DEC682
Text Example
Text Example
White with #DEC682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC682; }
p { color: rgb(222,198,130); }
H1.HeaderClassName
{
color: #DEC682;
}
.AnyTagClassName
{
color: #DEC682;
}
</style>
background-color css
<style>
a { background-color: #DEC682; }
a { background-color: rgb(222,198,130); }
div.DivClassName
{
background-color: #DEC682;
}
.BgClassName
{
background-color: #DEC682;
}
</style>
border-color css
<style>
span { border-color: #DEC682; }
span { border-color: rgb(222,198,130); }
td.TdClassName
{
border-color: #DEC682;
}
.TagClassName
{
border-color: #DEC682;
}
</style>