Shades of Zombie #D9C37D
Tints of Zombie #D9C37D
RGB
CMYK
RGB Variations
Color information
#D9C37D (or 0xD9C37D) is known color: Zombie. HEX triplet: D9, C3 and 7D. RGB value is (217,195,125). Sum of RGB (Red+Green+Blue) = 217+195+125=537 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.41% from 537); Green value is 195 (76.56% from 255 or 36.31% from 537); Blue value is 125 (49.22% from 255 or 23.28% from 537); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C37D is #263C82. Grayscale: #C1C1C1. Windows color (decimal): -2505859 or 8242137. OLE color: 8242137.
HSL color Cylindrical-coordinate representation of color #D9C37D: hue angle of 45.65º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D9C37D is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 195 | 125 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.15 |
| HSL | 45.65º | 0.55% | 0.67% | - |
| HSV(B) | 45.65º | 0.42% | 0.85% | - |
| XYZ | 51.83 | 55.26 | 27.34 | - |
| YUV | 193.6 | 89.29 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 195 | 125 | 0 | 0.10 | 0.42 | 0.15 | 45.65 | 0.55 | 0.67 |
| Hex | D9 | C3 | 7D | 0 | A | 2A | F | 2E | 37 | 43 |
| Octal | 331 | 303 | 175 | 0 | 12 | 52 | 17 | 56 | 67 | 103 |
| Binary | 11011001 | 11000011 | 1111101 | 0 | 1010 | 101010 | 1111 | 101110 | 110111 | 1000011 |
Color Harmonies of #D9C37D
Complementary color
Monochromatic Colors of #D9C37D
Black with #D9C37D
Text Example
Text Example
White with #D9C37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C37D; }
p { color: rgb(217,195,125); }
H1.HeaderClassName
{
color: #D9C37D;
}
.AnyTagClassName
{
color: #D9C37D;
}
</style>
background-color css
<style>
a { background-color: #D9C37D; }
a { background-color: rgb(217,195,125); }
div.DivClassName
{
background-color: #D9C37D;
}
.BgClassName
{
background-color: #D9C37D;
}
</style>
border-color css
<style>
span { border-color: #D9C37D; }
span { border-color: rgb(217,195,125); }
td.TdClassName
{
border-color: #D9C37D;
}
.TagClassName
{
border-color: #D9C37D;
}
</style>