Shades of Zombie #D9C590
Tints of Zombie #D9C590
RGB
CMYK
RGB Variations
Color information
#D9C590 (or 0xD9C590) is known color: Zombie. HEX triplet: D9, C5 and 90. RGB value is (217,197,144). Sum of RGB (Red+Green+Blue) = 217+197+144=558 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.89% from 558); Green value is 197 (77.34% from 255 or 35.30% from 558); Blue value is 144 (56.64% from 255 or 25.81% from 558); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C590 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C590 is #263A6F. Grayscale: #C5C5C5. Windows color (decimal): -2505328 or 9487833. OLE color: 9487833.
HSL color Cylindrical-coordinate representation of color #D9C590: hue angle of 43.56º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D9C590 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 197 | 144 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.15 |
| HSL | 43.56º | 0.49% | 0.71% | - |
| HSV(B) | 43.56º | 0.34% | 0.85% | - |
| XYZ | 53.62 | 56.7 | 34.5 | - |
| YUV | 196.94 | 98.13 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 197 | 144 | 0 | 0.09 | 0.34 | 0.15 | 43.56 | 0.49 | 0.71 |
| Hex | D9 | C5 | 90 | 0 | 9 | 22 | F | 2C | 31 | 47 |
| Octal | 331 | 305 | 220 | 0 | 11 | 42 | 17 | 54 | 61 | 107 |
| Binary | 11011001 | 11000101 | 10010000 | 0 | 1001 | 100010 | 1111 | 101100 | 110001 | 1000111 |
Color Harmonies of #D9C590
Complementary color
Monochromatic Colors of #D9C590
Black with #D9C590
Text Example
Text Example
White with #D9C590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C590; }
p { color: rgb(217,197,144); }
H1.HeaderClassName
{
color: #D9C590;
}
.AnyTagClassName
{
color: #D9C590;
}
</style>
background-color css
<style>
a { background-color: #D9C590; }
a { background-color: rgb(217,197,144); }
div.DivClassName
{
background-color: #D9C590;
}
.BgClassName
{
background-color: #D9C590;
}
</style>
border-color css
<style>
span { border-color: #D9C590; }
span { border-color: rgb(217,197,144); }
td.TdClassName
{
border-color: #D9C590;
}
.TagClassName
{
border-color: #D9C590;
}
</style>