Shades of Zombie #DCC489
Tints of Zombie #DCC489
RGB
CMYK
RGB Variations
Color information
#DCC489 (or 0xDCC489) is known color: Zombie. HEX triplet: DC, C4 and 89. RGB value is (220,196,137). Sum of RGB (Red+Green+Blue) = 220+196+137=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 196 (76.95% from 255 or 35.44% from 553); Blue value is 137 (53.91% from 255 or 24.77% from 553); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC489 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC489 is #233B76. Grayscale: #C4C4C4. Windows color (decimal): -2308983 or 9028828. OLE color: 9028828.
HSL color Cylindrical-coordinate representation of color #DCC489: hue angle of 42.65º 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 #DCC489 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 196 | 137 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.14 |
| HSL | 42.65º | 0.54% | 0.7% | - |
| HSV(B) | 42.65º | 0.38% | 0.86% | - |
| XYZ | 53.77 | 56.5 | 31.74 | - |
| YUV | 196.45 | 94.45 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 196 | 137 | 0 | 0.11 | 0.38 | 0.14 | 42.65 | 0.54 | 0.7 |
| Hex | DC | C4 | 89 | 0 | B | 26 | E | 2B | 36 | 46 |
| Octal | 334 | 304 | 211 | 0 | 13 | 46 | 16 | 53 | 66 | 106 |
| Binary | 11011100 | 11000100 | 10001001 | 0 | 1011 | 100110 | 1110 | 101011 | 110110 | 1000110 |
Color Harmonies of #DCC489
Complementary color
Monochromatic Colors of #DCC489
Black with #DCC489
Text Example
Text Example
White with #DCC489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC489; }
p { color: rgb(220,196,137); }
H1.HeaderClassName
{
color: #DCC489;
}
.AnyTagClassName
{
color: #DCC489;
}
</style>
background-color css
<style>
a { background-color: #DCC489; }
a { background-color: rgb(220,196,137); }
div.DivClassName
{
background-color: #DCC489;
}
.BgClassName
{
background-color: #DCC489;
}
</style>
border-color css
<style>
span { border-color: #DCC489; }
span { border-color: rgb(220,196,137); }
td.TdClassName
{
border-color: #DCC489;
}
.TagClassName
{
border-color: #DCC489;
}
</style>