Shades of Zombie #DCC78A
Tints of Zombie #DCC78A
RGB
CMYK
RGB Variations
Color information
#DCC78A (or 0xDCC78A) is known color: Zombie. HEX triplet: DC, C7 and 8A. RGB value is (220,199,138). Sum of RGB (Red+Green+Blue) = 220+199+138=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 199 (78.12% from 255 or 35.73% from 557); Blue value is 138 (54.30% from 255 or 24.78% from 557); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC78A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC78A is #233875. Grayscale: #C6C6C6. Windows color (decimal): -2308214 or 9095132. OLE color: 9095132.
HSL color Cylindrical-coordinate representation of color #DCC78A: hue angle of 44.63º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DCC78A is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 138 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.14 |
| HSL | 44.63º | 0.54% | 0.7% | - |
| HSV(B) | 44.63º | 0.37% | 0.86% | - |
| XYZ | 54.53 | 57.9 | 32.35 | - |
| YUV | 198.33 | 93.96 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 138 | 0 | 0.10 | 0.37 | 0.14 | 44.63 | 0.54 | 0.7 |
| Hex | DC | C7 | 8A | 0 | A | 25 | E | 2D | 36 | 46 |
| Octal | 334 | 307 | 212 | 0 | 12 | 45 | 16 | 55 | 66 | 106 |
| Binary | 11011100 | 11000111 | 10001010 | 0 | 1010 | 100101 | 1110 | 101101 | 110110 | 1000110 |
Color Harmonies of #DCC78A
Complementary color
Monochromatic Colors of #DCC78A
Black with #DCC78A
Text Example
Text Example
White with #DCC78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC78A; }
p { color: rgb(220,199,138); }
H1.HeaderClassName
{
color: #DCC78A;
}
.AnyTagClassName
{
color: #DCC78A;
}
</style>
background-color css
<style>
a { background-color: #DCC78A; }
a { background-color: rgb(220,199,138); }
div.DivClassName
{
background-color: #DCC78A;
}
.BgClassName
{
background-color: #DCC78A;
}
</style>
border-color css
<style>
span { border-color: #DCC78A; }
span { border-color: rgb(220,199,138); }
td.TdClassName
{
border-color: #DCC78A;
}
.TagClassName
{
border-color: #DCC78A;
}
</style>