Shades of Zombie #DCC485
Tints of Zombie #DCC485
RGB
CMYK
RGB Variations
Color information
#DCC485 (or 0xDCC485) is known color: Zombie. HEX triplet: DC, C4 and 85. RGB value is (220,196,133). Sum of RGB (Red+Green+Blue) = 220+196+133=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 196 (76.95% from 255 or 35.70% from 549); Blue value is 133 (52.34% from 255 or 24.23% from 549); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC485 is #233B7A. Grayscale: #C4C4C4. Windows color (decimal): -2308987 or 8766684. OLE color: 8766684.
HSL color Cylindrical-coordinate representation of color #DCC485: hue angle of 43.45º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCC485 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 196 | 133 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.14 |
| HSL | 43.45º | 0.55% | 0.69% | - |
| HSV(B) | 43.45º | 0.4% | 0.86% | - |
| XYZ | 53.49 | 56.39 | 30.26 | - |
| YUV | 195.99 | 92.45 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 196 | 133 | 0 | 0.11 | 0.40 | 0.14 | 43.45 | 0.55 | 0.69 |
| Hex | DC | C4 | 85 | 0 | B | 28 | E | 2B | 37 | 45 |
| Octal | 334 | 304 | 205 | 0 | 13 | 50 | 16 | 53 | 67 | 105 |
| Binary | 11011100 | 11000100 | 10000101 | 0 | 1011 | 101000 | 1110 | 101011 | 110111 | 1000101 |
Color Harmonies of #DCC485
Complementary color
Monochromatic Colors of #DCC485
Black with #DCC485
Text Example
Text Example
White with #DCC485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC485; }
p { color: rgb(220,196,133); }
H1.HeaderClassName
{
color: #DCC485;
}
.AnyTagClassName
{
color: #DCC485;
}
</style>
background-color css
<style>
a { background-color: #DCC485; }
a { background-color: rgb(220,196,133); }
div.DivClassName
{
background-color: #DCC485;
}
.BgClassName
{
background-color: #DCC485;
}
</style>
border-color css
<style>
span { border-color: #DCC485; }
span { border-color: rgb(220,196,133); }
td.TdClassName
{
border-color: #DCC485;
}
.TagClassName
{
border-color: #DCC485;
}
</style>