Shades of Zombie #DCC185
Tints of Zombie #DCC185
RGB
CMYK
RGB Variations
Color information
#DCC185 (or 0xDCC185) is known color: Zombie. HEX triplet: DC, C1 and 85. RGB value is (220,193,133). Sum of RGB (Red+Green+Blue) = 220+193+133=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 193 (75.78% from 255 or 35.35% from 546); Blue value is 133 (52.34% from 255 or 24.36% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC185 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC185 is #233E7A. Grayscale: #C2C2C2. Windows color (decimal): -2309755 or 8765916. OLE color: 8765916.
HSL color Cylindrical-coordinate representation of color #DCC185: hue angle of 41.38º 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 #DCC185 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 193 | 133 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.14 |
| HSL | 41.38º | 0.55% | 0.69% | - |
| HSV(B) | 41.38º | 0.4% | 0.86% | - |
| XYZ | 52.82 | 55.05 | 30.03 | - |
| YUV | 194.23 | 93.45 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 133 | 0 | 0.12 | 0.40 | 0.14 | 41.38 | 0.55 | 0.69 |
| Hex | DC | C1 | 85 | 0 | C | 28 | E | 29 | 37 | 45 |
| Octal | 334 | 301 | 205 | 0 | 14 | 50 | 16 | 51 | 67 | 105 |
| Binary | 11011100 | 11000001 | 10000101 | 0 | 1100 | 101000 | 1110 | 101001 | 110111 | 1000101 |
Color Harmonies of #DCC185
Complementary color
Monochromatic Colors of #DCC185
Black with #DCC185
Text Example
Text Example
White with #DCC185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC185; }
p { color: rgb(220,193,133); }
H1.HeaderClassName
{
color: #DCC185;
}
.AnyTagClassName
{
color: #DCC185;
}
</style>
background-color css
<style>
a { background-color: #DCC185; }
a { background-color: rgb(220,193,133); }
div.DivClassName
{
background-color: #DCC185;
}
.BgClassName
{
background-color: #DCC185;
}
</style>
border-color css
<style>
span { border-color: #DCC185; }
span { border-color: rgb(220,193,133); }
td.TdClassName
{
border-color: #DCC185;
}
.TagClassName
{
border-color: #DCC185;
}
</style>