Shades of Zombie #DCC48D
Tints of Zombie #DCC48D
RGB
CMYK
RGB Variations
Color information
#DCC48D (or 0xDCC48D) is known color: Zombie. HEX triplet: DC, C4 and 8D. RGB value is (220,196,141). Sum of RGB (Red+Green+Blue) = 220+196+141=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 196 (76.95% from 255 or 35.19% from 557); Blue value is 141 (55.47% from 255 or 25.31% from 557); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC48D is #233B72. Grayscale: #C5C5C5. Windows color (decimal): -2308979 or 9290972. OLE color: 9290972.
HSL color Cylindrical-coordinate representation of color #DCC48D: hue angle of 41.77º 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 #DCC48D is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 196 | 141 | - |
| CMYK | 0 | 0.11 | 0.36 | 0.14 |
| HSL | 41.77º | 0.53% | 0.71% | - |
| HSV(B) | 41.77º | 0.36% | 0.86% | - |
| XYZ | 54.06 | 56.62 | 33.28 | - |
| YUV | 196.91 | 96.45 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 196 | 141 | 0 | 0.11 | 0.36 | 0.14 | 41.77 | 0.53 | 0.71 |
| Hex | DC | C4 | 8D | 0 | B | 24 | E | 2A | 35 | 47 |
| Octal | 334 | 304 | 215 | 0 | 13 | 44 | 16 | 52 | 65 | 107 |
| Binary | 11011100 | 11000100 | 10001101 | 0 | 1011 | 100100 | 1110 | 101010 | 110101 | 1000111 |
Color Harmonies of #DCC48D
Complementary color
Monochromatic Colors of #DCC48D
Black with #DCC48D
Text Example
Text Example
White with #DCC48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC48D; }
p { color: rgb(220,196,141); }
H1.HeaderClassName
{
color: #DCC48D;
}
.AnyTagClassName
{
color: #DCC48D;
}
</style>
background-color css
<style>
a { background-color: #DCC48D; }
a { background-color: rgb(220,196,141); }
div.DivClassName
{
background-color: #DCC48D;
}
.BgClassName
{
background-color: #DCC48D;
}
</style>
border-color css
<style>
span { border-color: #DCC48D; }
span { border-color: rgb(220,196,141); }
td.TdClassName
{
border-color: #DCC48D;
}
.TagClassName
{
border-color: #DCC48D;
}
</style>