Shades of Zombie #DCC78F
Tints of Zombie #DCC78F
RGB
CMYK
RGB Variations
Color information
#DCC78F (or 0xDCC78F) is known color: Zombie. HEX triplet: DC, C7 and 8F. RGB value is (220,199,143). Sum of RGB (Red+Green+Blue) = 220+199+143=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 199 (78.12% from 255 or 35.41% from 562); Blue value is 143 (56.25% from 255 or 25.44% from 562); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC78F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC78F is #233870. Grayscale: #C7C7C7. Windows color (decimal): -2308209 or 9422812. OLE color: 9422812.
HSL color Cylindrical-coordinate representation of color #DCC78F: hue angle of 43.64º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCC78F is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 143 | - |
| CMYK | 0 | 0.10 | 0.35 | 0.14 |
| HSL | 43.64º | 0.52% | 0.71% | - |
| HSV(B) | 43.64º | 0.35% | 0.86% | - |
| XYZ | 54.9 | 58.05 | 34.3 | - |
| YUV | 198.9 | 96.46 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 143 | 0 | 0.10 | 0.35 | 0.14 | 43.64 | 0.52 | 0.71 |
| Hex | DC | C7 | 8F | 0 | A | 23 | E | 2C | 34 | 47 |
| Octal | 334 | 307 | 217 | 0 | 12 | 43 | 16 | 54 | 64 | 107 |
| Binary | 11011100 | 11000111 | 10001111 | 0 | 1010 | 100011 | 1110 | 101100 | 110100 | 1000111 |
Color Harmonies of #DCC78F
Complementary color
Monochromatic Colors of #DCC78F
Black with #DCC78F
Text Example
Text Example
White with #DCC78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC78F; }
p { color: rgb(220,199,143); }
H1.HeaderClassName
{
color: #DCC78F;
}
.AnyTagClassName
{
color: #DCC78F;
}
</style>
background-color css
<style>
a { background-color: #DCC78F; }
a { background-color: rgb(220,199,143); }
div.DivClassName
{
background-color: #DCC78F;
}
.BgClassName
{
background-color: #DCC78F;
}
</style>
border-color css
<style>
span { border-color: #DCC78F; }
span { border-color: rgb(220,199,143); }
td.TdClassName
{
border-color: #DCC78F;
}
.TagClassName
{
border-color: #DCC78F;
}
</style>