Shades of Zombie #DCC78B
Tints of Zombie #DCC78B
RGB
CMYK
RGB Variations
Color information
#DCC78B (or 0xDCC78B) is known color: Zombie. HEX triplet: DC, C7 and 8B. RGB value is (220,199,139). Sum of RGB (Red+Green+Blue) = 220+199+139=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 199 (78.12% from 255 or 35.66% from 558); Blue value is 139 (54.69% from 255 or 24.91% from 558); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC78B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC78B is #233874. Grayscale: #C6C6C6. Windows color (decimal): -2308213 or 9160668. OLE color: 9160668.
HSL color Cylindrical-coordinate representation of color #DCC78B: hue angle of 44.44º 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 #DCC78B is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 139 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.14 |
| HSL | 44.44º | 0.54% | 0.7% | - |
| HSV(B) | 44.44º | 0.37% | 0.86% | - |
| XYZ | 54.6 | 57.93 | 32.73 | - |
| YUV | 198.44 | 94.46 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 139 | 0 | 0.10 | 0.37 | 0.14 | 44.44 | 0.54 | 0.7 |
| Hex | DC | C7 | 8B | 0 | A | 25 | E | 2C | 36 | 46 |
| Octal | 334 | 307 | 213 | 0 | 12 | 45 | 16 | 54 | 66 | 106 |
| Binary | 11011100 | 11000111 | 10001011 | 0 | 1010 | 100101 | 1110 | 101100 | 110110 | 1000110 |
Color Harmonies of #DCC78B
Complementary color
Monochromatic Colors of #DCC78B
Black with #DCC78B
Text Example
Text Example
White with #DCC78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC78B; }
p { color: rgb(220,199,139); }
H1.HeaderClassName
{
color: #DCC78B;
}
.AnyTagClassName
{
color: #DCC78B;
}
</style>
background-color css
<style>
a { background-color: #DCC78B; }
a { background-color: rgb(220,199,139); }
div.DivClassName
{
background-color: #DCC78B;
}
.BgClassName
{
background-color: #DCC78B;
}
</style>
border-color css
<style>
span { border-color: #DCC78B; }
span { border-color: rgb(220,199,139); }
td.TdClassName
{
border-color: #DCC78B;
}
.TagClassName
{
border-color: #DCC78B;
}
</style>