Shades of Zombie #DCC389
Tints of Zombie #DCC389
RGB
CMYK
RGB Variations
Color information
#DCC389 (or 0xDCC389) is known color: Zombie. HEX triplet: DC, C3 and 89. RGB value is (220,195,137). Sum of RGB (Red+Green+Blue) = 220+195+137=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 195 (76.56% from 255 or 35.33% from 552); Blue value is 137 (53.91% from 255 or 24.82% from 552); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC389 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC389 is #233C76. Grayscale: #C4C4C4. Windows color (decimal): -2309239 or 9028572. OLE color: 9028572.
HSL color Cylindrical-coordinate representation of color #DCC389: hue angle of 41.93º 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 #DCC389 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 137 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.14 |
| HSL | 41.93º | 0.54% | 0.7% | - |
| HSV(B) | 41.93º | 0.38% | 0.86% | - |
| XYZ | 53.55 | 56.05 | 31.66 | - |
| YUV | 195.86 | 94.78 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 137 | 0 | 0.11 | 0.38 | 0.14 | 41.93 | 0.54 | 0.7 |
| Hex | DC | C3 | 89 | 0 | B | 26 | E | 2A | 36 | 46 |
| Octal | 334 | 303 | 211 | 0 | 13 | 46 | 16 | 52 | 66 | 106 |
| Binary | 11011100 | 11000011 | 10001001 | 0 | 1011 | 100110 | 1110 | 101010 | 110110 | 1000110 |
Color Harmonies of #DCC389
Complementary color
Monochromatic Colors of #DCC389
Black with #DCC389
Text Example
Text Example
White with #DCC389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC389; }
p { color: rgb(220,195,137); }
H1.HeaderClassName
{
color: #DCC389;
}
.AnyTagClassName
{
color: #DCC389;
}
</style>
background-color css
<style>
a { background-color: #DCC389; }
a { background-color: rgb(220,195,137); }
div.DivClassName
{
background-color: #DCC389;
}
.BgClassName
{
background-color: #DCC389;
}
</style>
border-color css
<style>
span { border-color: #DCC389; }
span { border-color: rgb(220,195,137); }
td.TdClassName
{
border-color: #DCC389;
}
.TagClassName
{
border-color: #DCC389;
}
</style>