Shades of Zombie #DCC189
Tints of Zombie #DCC189
RGB
CMYK
RGB Variations
Color information
#DCC189 (or 0xDCC189) is known color: Zombie. HEX triplet: DC, C1 and 89. RGB value is (220,193,137). Sum of RGB (Red+Green+Blue) = 220+193+137=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 193 (75.78% from 255 or 35.09% from 550); Blue value is 137 (53.91% from 255 or 24.91% from 550); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC189 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC189 is #233E76. Grayscale: #C2C2C2. Windows color (decimal): -2309751 or 9028060. OLE color: 9028060.
HSL color Cylindrical-coordinate representation of color #DCC189: hue angle of 40.48º 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 #DCC189 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 193 | 137 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.14 |
| HSL | 40.48º | 0.54% | 0.7% | - |
| HSV(B) | 40.48º | 0.38% | 0.86% | - |
| XYZ | 53.1 | 55.16 | 31.52 | - |
| YUV | 194.69 | 95.45 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 137 | 0 | 0.12 | 0.38 | 0.14 | 40.48 | 0.54 | 0.7 |
| Hex | DC | C1 | 89 | 0 | C | 26 | E | 28 | 36 | 46 |
| Octal | 334 | 301 | 211 | 0 | 14 | 46 | 16 | 50 | 66 | 106 |
| Binary | 11011100 | 11000001 | 10001001 | 0 | 1100 | 100110 | 1110 | 101000 | 110110 | 1000110 |
Color Harmonies of #DCC189
Complementary color
Monochromatic Colors of #DCC189
Black with #DCC189
Text Example
Text Example
White with #DCC189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC189; }
p { color: rgb(220,193,137); }
H1.HeaderClassName
{
color: #DCC189;
}
.AnyTagClassName
{
color: #DCC189;
}
</style>
background-color css
<style>
a { background-color: #DCC189; }
a { background-color: rgb(220,193,137); }
div.DivClassName
{
background-color: #DCC189;
}
.BgClassName
{
background-color: #DCC189;
}
</style>
border-color css
<style>
span { border-color: #DCC189; }
span { border-color: rgb(220,193,137); }
td.TdClassName
{
border-color: #DCC189;
}
.TagClassName
{
border-color: #DCC189;
}
</style>