Shades of Zombie #DCC089
Tints of Zombie #DCC089
RGB
CMYK
RGB Variations
Color information
#DCC089 (or 0xDCC089) is known color: Zombie. HEX triplet: DC, C0 and 89. RGB value is (220,192,137). Sum of RGB (Red+Green+Blue) = 220+192+137=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 192 (75.39% from 255 or 34.97% from 549); Blue value is 137 (53.91% from 255 or 24.95% from 549); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC089 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC089 is #233F76. Grayscale: #C2C2C2. Windows color (decimal): -2310007 or 9027804. OLE color: 9027804.
HSL color Cylindrical-coordinate representation of color #DCC089: hue angle of 39.76º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DCC089 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 137 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.14 |
| HSL | 39.76º | 0.54% | 0.7% | - |
| HSV(B) | 39.76º | 0.38% | 0.86% | - |
| XYZ | 52.88 | 54.72 | 31.44 | - |
| YUV | 194.1 | 95.78 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 137 | 0 | 0.13 | 0.38 | 0.14 | 39.76 | 0.54 | 0.7 |
| Hex | DC | C0 | 89 | 0 | D | 26 | E | 28 | 36 | 46 |
| Octal | 334 | 300 | 211 | 0 | 15 | 46 | 16 | 50 | 66 | 106 |
| Binary | 11011100 | 11000000 | 10001001 | 0 | 1101 | 100110 | 1110 | 101000 | 110110 | 1000110 |
Color Harmonies of #DCC089
Complementary color
Monochromatic Colors of #DCC089
Black with #DCC089
Text Example
Text Example
White with #DCC089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC089; }
p { color: rgb(220,192,137); }
H1.HeaderClassName
{
color: #DCC089;
}
.AnyTagClassName
{
color: #DCC089;
}
</style>
background-color css
<style>
a { background-color: #DCC089; }
a { background-color: rgb(220,192,137); }
div.DivClassName
{
background-color: #DCC089;
}
.BgClassName
{
background-color: #DCC089;
}
</style>
border-color css
<style>
span { border-color: #DCC089; }
span { border-color: rgb(220,192,137); }
td.TdClassName
{
border-color: #DCC089;
}
.TagClassName
{
border-color: #DCC089;
}
</style>