Shades of Zombie #D9C58D
Tints of Zombie #D9C58D
RGB
CMYK
RGB Variations
Color information
#D9C58D (or 0xD9C58D) is known color: Zombie. HEX triplet: D9, C5 and 8D. RGB value is (217,197,141). Sum of RGB (Red+Green+Blue) = 217+197+141=555 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.10% from 555); Green value is 197 (77.34% from 255 or 35.50% from 555); Blue value is 141 (55.47% from 255 or 25.41% from 555); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C58D is #263A72. Grayscale: #C4C4C4. Windows color (decimal): -2505331 or 9291225. OLE color: 9291225.
HSL color Cylindrical-coordinate representation of color #D9C58D: hue angle of 44.21º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D9C58D is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 197 | 141 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.15 |
| HSL | 44.21º | 0.5% | 0.7% | - |
| HSV(B) | 44.21º | 0.35% | 0.85% | - |
| XYZ | 53.39 | 56.61 | 33.31 | - |
| YUV | 196.6 | 96.63 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 197 | 141 | 0 | 0.09 | 0.35 | 0.15 | 44.21 | 0.5 | 0.7 |
| Hex | D9 | C5 | 8D | 0 | 9 | 23 | F | 2C | 32 | 46 |
| Octal | 331 | 305 | 215 | 0 | 11 | 43 | 17 | 54 | 62 | 106 |
| Binary | 11011001 | 11000101 | 10001101 | 0 | 1001 | 100011 | 1111 | 101100 | 110010 | 1000110 |
Color Harmonies of #D9C58D
Complementary color
Monochromatic Colors of #D9C58D
Black with #D9C58D
Text Example
Text Example
White with #D9C58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C58D; }
p { color: rgb(217,197,141); }
H1.HeaderClassName
{
color: #D9C58D;
}
.AnyTagClassName
{
color: #D9C58D;
}
</style>
background-color css
<style>
a { background-color: #D9C58D; }
a { background-color: rgb(217,197,141); }
div.DivClassName
{
background-color: #D9C58D;
}
.BgClassName
{
background-color: #D9C58D;
}
</style>
border-color css
<style>
span { border-color: #D9C58D; }
span { border-color: rgb(217,197,141); }
td.TdClassName
{
border-color: #D9C58D;
}
.TagClassName
{
border-color: #D9C58D;
}
</style>