Shades of Zombie #DCC387
Tints of Zombie #DCC387
RGB
CMYK
RGB Variations
Color information
#DCC387 (or 0xDCC387) is known color: Zombie. HEX triplet: DC, C3 and 87. RGB value is (220,195,135). Sum of RGB (Red+Green+Blue) = 220+195+135=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 195 (76.56% from 255 or 35.45% from 550); Blue value is 135 (53.12% from 255 or 24.55% from 550); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC387 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC387 is #233C78. Grayscale: #C3C3C3. Windows color (decimal): -2309241 or 8897500. OLE color: 8897500.
HSL color Cylindrical-coordinate representation of color #DCC387: hue angle of 42.35º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DCC387 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 135 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.14 |
| HSL | 42.35º | 0.55% | 0.7% | - |
| HSV(B) | 42.35º | 0.39% | 0.86% | - |
| XYZ | 53.4 | 56 | 30.92 | - |
| YUV | 195.64 | 93.78 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 135 | 0 | 0.11 | 0.39 | 0.14 | 42.35 | 0.55 | 0.7 |
| Hex | DC | C3 | 87 | 0 | B | 27 | E | 2A | 37 | 46 |
| Octal | 334 | 303 | 207 | 0 | 13 | 47 | 16 | 52 | 67 | 106 |
| Binary | 11011100 | 11000011 | 10000111 | 0 | 1011 | 100111 | 1110 | 101010 | 110111 | 1000110 |
Color Harmonies of #DCC387
Complementary color
Monochromatic Colors of #DCC387
Black with #DCC387
Text Example
Text Example
White with #DCC387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC387; }
p { color: rgb(220,195,135); }
H1.HeaderClassName
{
color: #DCC387;
}
.AnyTagClassName
{
color: #DCC387;
}
</style>
background-color css
<style>
a { background-color: #DCC387; }
a { background-color: rgb(220,195,135); }
div.DivClassName
{
background-color: #DCC387;
}
.BgClassName
{
background-color: #DCC387;
}
</style>
border-color css
<style>
span { border-color: #DCC387; }
span { border-color: rgb(220,195,135); }
td.TdClassName
{
border-color: #DCC387;
}
.TagClassName
{
border-color: #DCC387;
}
</style>