Shades of Zombie #DCC48C
Tints of Zombie #DCC48C
RGB
CMYK
RGB Variations
Color information
#DCC48C (or 0xDCC48C) is known color: Zombie. HEX triplet: DC, C4 and 8C. RGB value is (220,196,140). Sum of RGB (Red+Green+Blue) = 220+196+140=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 196 (76.95% from 255 or 35.25% from 556); Blue value is 140 (55.08% from 255 or 25.18% from 556); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC48C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC48C is #233B73. Grayscale: #C5C5C5. Windows color (decimal): -2308980 or 9225436. OLE color: 9225436.
HSL color Cylindrical-coordinate representation of color #DCC48C: hue angle of 42º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCC48C is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 196 | 140 | - |
| CMYK | 0 | 0.11 | 0.36 | 0.14 |
| HSL | 42º | 0.53% | 0.71% | - |
| HSV(B) | 42º | 0.36% | 0.86% | - |
| XYZ | 53.99 | 56.59 | 32.89 | - |
| YUV | 196.79 | 95.95 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 196 | 140 | 0 | 0.11 | 0.36 | 0.14 | 42 | 0.53 | 0.71 |
| Hex | DC | C4 | 8C | 0 | B | 24 | E | 2A | 35 | 47 |
| Octal | 334 | 304 | 214 | 0 | 13 | 44 | 16 | 52 | 65 | 107 |
| Binary | 11011100 | 11000100 | 10001100 | 0 | 1011 | 100100 | 1110 | 101010 | 110101 | 1000111 |
Color Harmonies of #DCC48C
Complementary color
Monochromatic Colors of #DCC48C
Black with #DCC48C
Text Example
Text Example
White with #DCC48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC48C; }
p { color: rgb(220,196,140); }
H1.HeaderClassName
{
color: #DCC48C;
}
.AnyTagClassName
{
color: #DCC48C;
}
</style>
background-color css
<style>
a { background-color: #DCC48C; }
a { background-color: rgb(220,196,140); }
div.DivClassName
{
background-color: #DCC48C;
}
.BgClassName
{
background-color: #DCC48C;
}
</style>
border-color css
<style>
span { border-color: #DCC48C; }
span { border-color: rgb(220,196,140); }
td.TdClassName
{
border-color: #DCC48C;
}
.TagClassName
{
border-color: #DCC48C;
}
</style>