Shades of Zombie #DCC590
Tints of Zombie #DCC590
RGB
CMYK
RGB Variations
Color information
#DCC590 (or 0xDCC590) is known color: Zombie. HEX triplet: DC, C5 and 90. RGB value is (220,197,144). Sum of RGB (Red+Green+Blue) = 220+197+144=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 197 (77.34% from 255 or 35.12% from 561); Blue value is 144 (56.64% from 255 or 25.67% from 561); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC590 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC590 is #233A6F. Grayscale: #C6C6C6. Windows color (decimal): -2308720 or 9487836. OLE color: 9487836.
HSL color Cylindrical-coordinate representation of color #DCC590: hue angle of 41.84º 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 #DCC590 is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 144 | - |
| CMYK | 0 | 0.10 | 0.35 | 0.14 |
| HSL | 41.84º | 0.52% | 0.71% | - |
| HSV(B) | 41.84º | 0.35% | 0.86% | - |
| XYZ | 54.52 | 57.16 | 34.55 | - |
| YUV | 197.84 | 97.62 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 144 | 0 | 0.10 | 0.35 | 0.14 | 41.84 | 0.52 | 0.71 |
| Hex | DC | C5 | 90 | 0 | A | 23 | E | 2A | 34 | 47 |
| Octal | 334 | 305 | 220 | 0 | 12 | 43 | 16 | 52 | 64 | 107 |
| Binary | 11011100 | 11000101 | 10010000 | 0 | 1010 | 100011 | 1110 | 101010 | 110100 | 1000111 |
Color Harmonies of #DCC590
Complementary color
Monochromatic Colors of #DCC590
Black with #DCC590
Text Example
Text Example
White with #DCC590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC590; }
p { color: rgb(220,197,144); }
H1.HeaderClassName
{
color: #DCC590;
}
.AnyTagClassName
{
color: #DCC590;
}
</style>
background-color css
<style>
a { background-color: #DCC590; }
a { background-color: rgb(220,197,144); }
div.DivClassName
{
background-color: #DCC590;
}
.BgClassName
{
background-color: #DCC590;
}
</style>
border-color css
<style>
span { border-color: #DCC590; }
span { border-color: rgb(220,197,144); }
td.TdClassName
{
border-color: #DCC590;
}
.TagClassName
{
border-color: #DCC590;
}
</style>