Shades of Zombie #DCC78D
Tints of Zombie #DCC78D
RGB
CMYK
RGB Variations
Color information
#DCC78D (or 0xDCC78D) is known color: Zombie. HEX triplet: DC, C7 and 8D. RGB value is (220,199,141). Sum of RGB (Red+Green+Blue) = 220+199+141=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 199 (78.12% from 255 or 35.54% from 560); Blue value is 141 (55.47% from 255 or 25.18% from 560); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC78D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC78D is #233872. Grayscale: #C6C6C6. Windows color (decimal): -2308211 or 9291740. OLE color: 9291740.
HSL color Cylindrical-coordinate representation of color #DCC78D: hue angle of 44.05º 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 #DCC78D is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 141 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.14 |
| HSL | 44.05º | 0.53% | 0.71% | - |
| HSV(B) | 44.05º | 0.36% | 0.86% | - |
| XYZ | 54.75 | 57.99 | 33.51 | - |
| YUV | 198.67 | 95.46 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 141 | 0 | 0.10 | 0.36 | 0.14 | 44.05 | 0.53 | 0.71 |
| Hex | DC | C7 | 8D | 0 | A | 24 | E | 2C | 35 | 47 |
| Octal | 334 | 307 | 215 | 0 | 12 | 44 | 16 | 54 | 65 | 107 |
| Binary | 11011100 | 11000111 | 10001101 | 0 | 1010 | 100100 | 1110 | 101100 | 110101 | 1000111 |
Color Harmonies of #DCC78D
Complementary color
Monochromatic Colors of #DCC78D
Black with #DCC78D
Text Example
Text Example
White with #DCC78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC78D; }
p { color: rgb(220,199,141); }
H1.HeaderClassName
{
color: #DCC78D;
}
.AnyTagClassName
{
color: #DCC78D;
}
</style>
background-color css
<style>
a { background-color: #DCC78D; }
a { background-color: rgb(220,199,141); }
div.DivClassName
{
background-color: #DCC78D;
}
.BgClassName
{
background-color: #DCC78D;
}
</style>
border-color css
<style>
span { border-color: #DCC78D; }
span { border-color: rgb(220,199,141); }
td.TdClassName
{
border-color: #DCC78D;
}
.TagClassName
{
border-color: #DCC78D;
}
</style>