Shades of Zombie #DEC285
Tints of Zombie #DEC285
RGB
CMYK
RGB Variations
Color information
#DEC285 (or 0xDEC285) is known color: Zombie. HEX triplet: DE, C2 and 85. RGB value is (222,194,133). Sum of RGB (Red+Green+Blue) = 222+194+133=549 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.44% from 549); Green value is 194 (76.17% from 255 or 35.34% from 549); Blue value is 133 (52.34% from 255 or 24.23% from 549); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC285 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC285 is #213D7A. Grayscale: #C3C3C3. Windows color (decimal): -2178427 or 8766174. OLE color: 8766174.
HSL color Cylindrical-coordinate representation of color #DEC285: hue angle of 41.12º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DEC285 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 194 | 133 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.13 |
| HSL | 41.12º | 0.57% | 0.7% | - |
| HSV(B) | 41.12º | 0.4% | 0.87% | - |
| XYZ | 53.65 | 55.81 | 30.13 | - |
| YUV | 195.42 | 92.78 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 194 | 133 | 0 | 0.13 | 0.40 | 0.13 | 41.12 | 0.57 | 0.7 |
| Hex | DE | C2 | 85 | 0 | D | 28 | D | 29 | 39 | 46 |
| Octal | 336 | 302 | 205 | 0 | 15 | 50 | 15 | 51 | 71 | 106 |
| Binary | 11011110 | 11000010 | 10000101 | 0 | 1101 | 101000 | 1101 | 101001 | 111001 | 1000110 |
Color Harmonies of #DEC285
Complementary color
Monochromatic Colors of #DEC285
Black with #DEC285
Text Example
Text Example
White with #DEC285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC285; }
p { color: rgb(222,194,133); }
H1.HeaderClassName
{
color: #DEC285;
}
.AnyTagClassName
{
color: #DEC285;
}
</style>
background-color css
<style>
a { background-color: #DEC285; }
a { background-color: rgb(222,194,133); }
div.DivClassName
{
background-color: #DEC285;
}
.BgClassName
{
background-color: #DEC285;
}
</style>
border-color css
<style>
span { border-color: #DEC285; }
span { border-color: rgb(222,194,133); }
td.TdClassName
{
border-color: #DEC285;
}
.TagClassName
{
border-color: #DEC285;
}
</style>