Shades of Zombie #DCC08E
Tints of Zombie #DCC08E
RGB
CMYK
RGB Variations
Color information
#DCC08E (or 0xDCC08E) is known color: Zombie. HEX triplet: DC, C0 and 8E. RGB value is (220,192,142). Sum of RGB (Red+Green+Blue) = 220+192+142=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 192 (75.39% from 255 or 34.66% from 554); Blue value is 142 (55.86% from 255 or 25.63% from 554); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC08E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC08E is #233F71. Grayscale: #C2C2C2. Windows color (decimal): -2310002 or 9355484. OLE color: 9355484.
HSL color Cylindrical-coordinate representation of color #DCC08E: hue angle of 38.46º degrees, saturation: 0.53, 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 #DCC08E is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 142 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.14 |
| HSL | 38.46º | 0.53% | 0.71% | - |
| HSV(B) | 38.46º | 0.35% | 0.86% | - |
| XYZ | 53.25 | 54.87 | 33.38 | - |
| YUV | 194.67 | 98.28 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 142 | 0 | 0.13 | 0.35 | 0.14 | 38.46 | 0.53 | 0.71 |
| Hex | DC | C0 | 8E | 0 | D | 23 | E | 26 | 35 | 47 |
| Octal | 334 | 300 | 216 | 0 | 15 | 43 | 16 | 46 | 65 | 107 |
| Binary | 11011100 | 11000000 | 10001110 | 0 | 1101 | 100011 | 1110 | 100110 | 110101 | 1000111 |
Color Harmonies of #DCC08E
Complementary color
Monochromatic Colors of #DCC08E
Black with #DCC08E
Text Example
Text Example
White with #DCC08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC08E; }
p { color: rgb(220,192,142); }
H1.HeaderClassName
{
color: #DCC08E;
}
.AnyTagClassName
{
color: #DCC08E;
}
</style>
background-color css
<style>
a { background-color: #DCC08E; }
a { background-color: rgb(220,192,142); }
div.DivClassName
{
background-color: #DCC08E;
}
.BgClassName
{
background-color: #DCC08E;
}
</style>
border-color css
<style>
span { border-color: #DCC08E; }
span { border-color: rgb(220,192,142); }
td.TdClassName
{
border-color: #DCC08E;
}
.TagClassName
{
border-color: #DCC08E;
}
</style>