Shades of Zombie #DCC591
Tints of Zombie #DCC591
RGB
CMYK
RGB Variations
Color information
#DCC591 (or 0xDCC591) is known color: Zombie. HEX triplet: DC, C5 and 91. RGB value is (220,197,145). Sum of RGB (Red+Green+Blue) = 220+197+145=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 197 (77.34% from 255 or 35.05% from 562); Blue value is 145 (57.03% from 255 or 25.80% from 562); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC591 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC591 is #233A6E. Grayscale: #C6C6C6. Windows color (decimal): -2308719 or 9553372. OLE color: 9553372.
HSL color Cylindrical-coordinate representation of color #DCC591: hue angle of 41.6º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCC591 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 145 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.14 |
| HSL | 41.6º | 0.52% | 0.72% | - |
| HSV(B) | 41.6º | 0.34% | 0.86% | - |
| XYZ | 54.59 | 57.19 | 34.95 | - |
| YUV | 197.95 | 98.12 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 145 | 0 | 0.10 | 0.34 | 0.14 | 41.6 | 0.52 | 0.72 |
| Hex | DC | C5 | 91 | 0 | A | 22 | E | 2A | 34 | 48 |
| Octal | 334 | 305 | 221 | 0 | 12 | 42 | 16 | 52 | 64 | 110 |
| Binary | 11011100 | 11000101 | 10010001 | 0 | 1010 | 100010 | 1110 | 101010 | 110100 | 1001000 |
Color Harmonies of #DCC591
Complementary color
Monochromatic Colors of #DCC591
Black with #DCC591
Text Example
Text Example
White with #DCC591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC591; }
p { color: rgb(220,197,145); }
H1.HeaderClassName
{
color: #DCC591;
}
.AnyTagClassName
{
color: #DCC591;
}
</style>
background-color css
<style>
a { background-color: #DCC591; }
a { background-color: rgb(220,197,145); }
div.DivClassName
{
background-color: #DCC591;
}
.BgClassName
{
background-color: #DCC591;
}
</style>
border-color css
<style>
span { border-color: #DCC591; }
span { border-color: rgb(220,197,145); }
td.TdClassName
{
border-color: #DCC591;
}
.TagClassName
{
border-color: #DCC591;
}
</style>