Shades of Zombie #DCC28E
Tints of Zombie #DCC28E
RGB
CMYK
RGB Variations
Color information
#DCC28E (or 0xDCC28E) is known color: Zombie. HEX triplet: DC, C2 and 8E. RGB value is (220,194,142). Sum of RGB (Red+Green+Blue) = 220+194+142=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 194 (76.17% from 255 or 34.89% from 556); Blue value is 142 (55.86% from 255 or 25.54% from 556); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC28E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC28E is #233D71. Grayscale: #C4C4C4. Windows color (decimal): -2309490 or 9355996. OLE color: 9355996.
HSL color Cylindrical-coordinate representation of color #DCC28E: hue angle of 40º 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 #DCC28E is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 142 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.14 |
| HSL | 40º | 0.53% | 0.71% | - |
| HSV(B) | 40º | 0.35% | 0.86% | - |
| XYZ | 53.69 | 55.75 | 33.52 | - |
| YUV | 195.85 | 97.61 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 142 | 0 | 0.12 | 0.35 | 0.14 | 40 | 0.53 | 0.71 |
| Hex | DC | C2 | 8E | 0 | C | 23 | E | 28 | 35 | 47 |
| Octal | 334 | 302 | 216 | 0 | 14 | 43 | 16 | 50 | 65 | 107 |
| Binary | 11011100 | 11000010 | 10001110 | 0 | 1100 | 100011 | 1110 | 101000 | 110101 | 1000111 |
Color Harmonies of #DCC28E
Complementary color
Monochromatic Colors of #DCC28E
Black with #DCC28E
Text Example
Text Example
White with #DCC28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC28E; }
p { color: rgb(220,194,142); }
H1.HeaderClassName
{
color: #DCC28E;
}
.AnyTagClassName
{
color: #DCC28E;
}
</style>
background-color css
<style>
a { background-color: #DCC28E; }
a { background-color: rgb(220,194,142); }
div.DivClassName
{
background-color: #DCC28E;
}
.BgClassName
{
background-color: #DCC28E;
}
</style>
border-color css
<style>
span { border-color: #DCC28E; }
span { border-color: rgb(220,194,142); }
td.TdClassName
{
border-color: #DCC28E;
}
.TagClassName
{
border-color: #DCC28E;
}
</style>