Shades of Zombie #DCC48A
Tints of Zombie #DCC48A
RGB
CMYK
RGB Variations
Color information
#DCC48A (or 0xDCC48A) is known color: Zombie. HEX triplet: DC, C4 and 8A. RGB value is (220,196,138). Sum of RGB (Red+Green+Blue) = 220+196+138=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 196 (76.95% from 255 or 35.38% from 554); Blue value is 138 (54.30% from 255 or 24.91% from 554); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC48A is #233B75. Grayscale: #C4C4C4. Windows color (decimal): -2308982 or 9094364. OLE color: 9094364.
HSL color Cylindrical-coordinate representation of color #DCC48A: hue angle of 42.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 #DCC48A is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 196 | 138 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.14 |
| HSL | 42.44º | 0.54% | 0.7% | - |
| HSV(B) | 42.44º | 0.37% | 0.86% | - |
| XYZ | 53.84 | 56.53 | 32.12 | - |
| YUV | 196.56 | 94.95 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 196 | 138 | 0 | 0.11 | 0.37 | 0.14 | 42.44 | 0.54 | 0.7 |
| Hex | DC | C4 | 8A | 0 | B | 25 | E | 2A | 36 | 46 |
| Octal | 334 | 304 | 212 | 0 | 13 | 45 | 16 | 52 | 66 | 106 |
| Binary | 11011100 | 11000100 | 10001010 | 0 | 1011 | 100101 | 1110 | 101010 | 110110 | 1000110 |
Color Harmonies of #DCC48A
Complementary color
Monochromatic Colors of #DCC48A
Black with #DCC48A
Text Example
Text Example
White with #DCC48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC48A; }
p { color: rgb(220,196,138); }
H1.HeaderClassName
{
color: #DCC48A;
}
.AnyTagClassName
{
color: #DCC48A;
}
</style>
background-color css
<style>
a { background-color: #DCC48A; }
a { background-color: rgb(220,196,138); }
div.DivClassName
{
background-color: #DCC48A;
}
.BgClassName
{
background-color: #DCC48A;
}
</style>
border-color css
<style>
span { border-color: #DCC48A; }
span { border-color: rgb(220,196,138); }
td.TdClassName
{
border-color: #DCC48A;
}
.TagClassName
{
border-color: #DCC48A;
}
</style>