Shades of Zombie #DCC18E
Tints of Zombie #DCC18E
RGB
CMYK
RGB Variations
Color information
#DCC18E (or 0xDCC18E) is known color: Zombie. HEX triplet: DC, C1 and 8E. RGB value is (220,193,142). Sum of RGB (Red+Green+Blue) = 220+193+142=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 193 (75.78% from 255 or 34.77% from 555); Blue value is 142 (55.86% from 255 or 25.59% from 555); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC18E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC18E is #233E71. Grayscale: #C3C3C3. Windows color (decimal): -2309746 or 9355740. OLE color: 9355740.
HSL color Cylindrical-coordinate representation of color #DCC18E: hue angle of 39.23º 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 #DCC18E is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 193 | 142 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.14 |
| HSL | 39.23º | 0.53% | 0.71% | - |
| HSV(B) | 39.23º | 0.35% | 0.86% | - |
| XYZ | 53.47 | 55.31 | 33.45 | - |
| YUV | 195.26 | 97.95 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 142 | 0 | 0.12 | 0.35 | 0.14 | 39.23 | 0.53 | 0.71 |
| Hex | DC | C1 | 8E | 0 | C | 23 | E | 27 | 35 | 47 |
| Octal | 334 | 301 | 216 | 0 | 14 | 43 | 16 | 47 | 65 | 107 |
| Binary | 11011100 | 11000001 | 10001110 | 0 | 1100 | 100011 | 1110 | 100111 | 110101 | 1000111 |
Color Harmonies of #DCC18E
Complementary color
Monochromatic Colors of #DCC18E
Black with #DCC18E
Text Example
Text Example
White with #DCC18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC18E; }
p { color: rgb(220,193,142); }
H1.HeaderClassName
{
color: #DCC18E;
}
.AnyTagClassName
{
color: #DCC18E;
}
</style>
background-color css
<style>
a { background-color: #DCC18E; }
a { background-color: rgb(220,193,142); }
div.DivClassName
{
background-color: #DCC18E;
}
.BgClassName
{
background-color: #DCC18E;
}
</style>
border-color css
<style>
span { border-color: #DCC18E; }
span { border-color: rgb(220,193,142); }
td.TdClassName
{
border-color: #DCC18E;
}
.TagClassName
{
border-color: #DCC18E;
}
</style>