Shades of Zombie #DCC385
Tints of Zombie #DCC385
RGB
CMYK
RGB Variations
Color information
#DCC385 (or 0xDCC385) is known color: Zombie. HEX triplet: DC, C3 and 85. RGB value is (220,195,133). Sum of RGB (Red+Green+Blue) = 220+195+133=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 195 (76.56% from 255 or 35.58% from 548); Blue value is 133 (52.34% from 255 or 24.27% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC385 is #233C7A. Grayscale: #C3C3C3. Windows color (decimal): -2309243 or 8766428. OLE color: 8766428.
HSL color Cylindrical-coordinate representation of color #DCC385: hue angle of 42.76º 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 #DCC385 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 133 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.14 |
| HSL | 42.76º | 0.55% | 0.69% | - |
| HSV(B) | 42.76º | 0.4% | 0.86% | - |
| XYZ | 53.26 | 55.94 | 30.18 | - |
| YUV | 195.41 | 92.78 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 133 | 0 | 0.11 | 0.40 | 0.14 | 42.76 | 0.55 | 0.69 |
| Hex | DC | C3 | 85 | 0 | B | 28 | E | 2B | 37 | 45 |
| Octal | 334 | 303 | 205 | 0 | 13 | 50 | 16 | 53 | 67 | 105 |
| Binary | 11011100 | 11000011 | 10000101 | 0 | 1011 | 101000 | 1110 | 101011 | 110111 | 1000101 |
Color Harmonies of #DCC385
Complementary color
Monochromatic Colors of #DCC385
Black with #DCC385
Text Example
Text Example
White with #DCC385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC385; }
p { color: rgb(220,195,133); }
H1.HeaderClassName
{
color: #DCC385;
}
.AnyTagClassName
{
color: #DCC385;
}
</style>
background-color css
<style>
a { background-color: #DCC385; }
a { background-color: rgb(220,195,133); }
div.DivClassName
{
background-color: #DCC385;
}
.BgClassName
{
background-color: #DCC385;
}
</style>
border-color css
<style>
span { border-color: #DCC385; }
span { border-color: rgb(220,195,133); }
td.TdClassName
{
border-color: #DCC385;
}
.TagClassName
{
border-color: #DCC385;
}
</style>