Shades of Zombie #DCC78C
Tints of Zombie #DCC78C
RGB
CMYK
RGB Variations
Color information
#DCC78C (or 0xDCC78C) is known color: Zombie. HEX triplet: DC, C7 and 8C. RGB value is (220,199,140). Sum of RGB (Red+Green+Blue) = 220+199+140=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 199 (78.12% from 255 or 35.60% from 559); Blue value is 140 (55.08% from 255 or 25.04% from 559); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC78C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC78C is #233873. Grayscale: #C6C6C6. Windows color (decimal): -2308212 or 9226204. OLE color: 9226204.
HSL color Cylindrical-coordinate representation of color #DCC78C: hue angle of 44.25º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCC78C is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 140 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.14 |
| HSL | 44.25º | 0.53% | 0.71% | - |
| HSV(B) | 44.25º | 0.36% | 0.86% | - |
| XYZ | 54.67 | 57.96 | 33.12 | - |
| YUV | 198.55 | 94.96 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 140 | 0 | 0.10 | 0.36 | 0.14 | 44.25 | 0.53 | 0.71 |
| Hex | DC | C7 | 8C | 0 | A | 24 | E | 2C | 35 | 47 |
| Octal | 334 | 307 | 214 | 0 | 12 | 44 | 16 | 54 | 65 | 107 |
| Binary | 11011100 | 11000111 | 10001100 | 0 | 1010 | 100100 | 1110 | 101100 | 110101 | 1000111 |
Color Harmonies of #DCC78C
Complementary color
Monochromatic Colors of #DCC78C
Black with #DCC78C
Text Example
Text Example
White with #DCC78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC78C; }
p { color: rgb(220,199,140); }
H1.HeaderClassName
{
color: #DCC78C;
}
.AnyTagClassName
{
color: #DCC78C;
}
</style>
background-color css
<style>
a { background-color: #DCC78C; }
a { background-color: rgb(220,199,140); }
div.DivClassName
{
background-color: #DCC78C;
}
.BgClassName
{
background-color: #DCC78C;
}
</style>
border-color css
<style>
span { border-color: #DCC78C; }
span { border-color: rgb(220,199,140); }
td.TdClassName
{
border-color: #DCC78C;
}
.TagClassName
{
border-color: #DCC78C;
}
</style>