Shades of Zombie #DCC48F
Tints of Zombie #DCC48F
RGB
CMYK
RGB Variations
Color information
#DCC48F (or 0xDCC48F) is known color: Zombie. HEX triplet: DC, C4 and 8F. RGB value is (220,196,143). Sum of RGB (Red+Green+Blue) = 220+196+143=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 196 (76.95% from 255 or 35.06% from 559); Blue value is 143 (56.25% from 255 or 25.58% from 559); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC48F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC48F is #233B70. Grayscale: #C5C5C5. Windows color (decimal): -2308977 or 9422044. OLE color: 9422044.
HSL color Cylindrical-coordinate representation of color #DCC48F: hue angle of 41.3º degrees, saturation: 0.52, 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 #DCC48F is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 196 | 143 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.14 |
| HSL | 41.3º | 0.52% | 0.71% | - |
| HSV(B) | 41.3º | 0.35% | 0.86% | - |
| XYZ | 54.21 | 56.68 | 34.07 | - |
| YUV | 197.13 | 97.45 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 196 | 143 | 0 | 0.11 | 0.35 | 0.14 | 41.3 | 0.52 | 0.71 |
| Hex | DC | C4 | 8F | 0 | B | 23 | E | 29 | 34 | 47 |
| Octal | 334 | 304 | 217 | 0 | 13 | 43 | 16 | 51 | 64 | 107 |
| Binary | 11011100 | 11000100 | 10001111 | 0 | 1011 | 100011 | 1110 | 101001 | 110100 | 1000111 |
Color Harmonies of #DCC48F
Complementary color
Monochromatic Colors of #DCC48F
Black with #DCC48F
Text Example
Text Example
White with #DCC48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC48F; }
p { color: rgb(220,196,143); }
H1.HeaderClassName
{
color: #DCC48F;
}
.AnyTagClassName
{
color: #DCC48F;
}
</style>
background-color css
<style>
a { background-color: #DCC48F; }
a { background-color: rgb(220,196,143); }
div.DivClassName
{
background-color: #DCC48F;
}
.BgClassName
{
background-color: #DCC48F;
}
</style>
border-color css
<style>
span { border-color: #DCC48F; }
span { border-color: rgb(220,196,143); }
td.TdClassName
{
border-color: #DCC48F;
}
.TagClassName
{
border-color: #DCC48F;
}
</style>