Shades of Zombie #DCC390
Tints of Zombie #DCC390
RGB
CMYK
RGB Variations
Color information
#DCC390 (or 0xDCC390) is known color: Zombie. HEX triplet: DC, C3 and 90. RGB value is (220,195,144). Sum of RGB (Red+Green+Blue) = 220+195+144=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 195 (76.56% from 255 or 34.88% from 559); Blue value is 144 (56.64% from 255 or 25.76% from 559); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC390 is #233C6F. Grayscale: #C4C4C4. Windows color (decimal): -2309232 or 9487324. OLE color: 9487324.
HSL color Cylindrical-coordinate representation of color #DCC390: hue angle of 40.26º 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 #DCC390 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 144 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.14 |
| HSL | 40.26º | 0.52% | 0.71% | - |
| HSV(B) | 40.26º | 0.35% | 0.86% | - |
| XYZ | 54.06 | 56.26 | 34.4 | - |
| YUV | 196.66 | 98.28 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 144 | 0 | 0.11 | 0.35 | 0.14 | 40.26 | 0.52 | 0.71 |
| Hex | DC | C3 | 90 | 0 | B | 23 | E | 28 | 34 | 47 |
| Octal | 334 | 303 | 220 | 0 | 13 | 43 | 16 | 50 | 64 | 107 |
| Binary | 11011100 | 11000011 | 10010000 | 0 | 1011 | 100011 | 1110 | 101000 | 110100 | 1000111 |
Color Harmonies of #DCC390
Complementary color
Monochromatic Colors of #DCC390
Black with #DCC390
Text Example
Text Example
White with #DCC390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC390; }
p { color: rgb(220,195,144); }
H1.HeaderClassName
{
color: #DCC390;
}
.AnyTagClassName
{
color: #DCC390;
}
</style>
background-color css
<style>
a { background-color: #DCC390; }
a { background-color: rgb(220,195,144); }
div.DivClassName
{
background-color: #DCC390;
}
.BgClassName
{
background-color: #DCC390;
}
</style>
border-color css
<style>
span { border-color: #DCC390; }
span { border-color: rgb(220,195,144); }
td.TdClassName
{
border-color: #DCC390;
}
.TagClassName
{
border-color: #DCC390;
}
</style>