Shades of Zombie #D9C68D
Tints of Zombie #D9C68D
RGB
CMYK
RGB Variations
Color information
#D9C68D (or 0xD9C68D) is known color: Zombie. HEX triplet: D9, C6 and 8D. RGB value is (217,198,141). Sum of RGB (Red+Green+Blue) = 217+198+141=556 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.03% from 556); Green value is 198 (77.73% from 255 or 35.61% from 556); Blue value is 141 (55.47% from 255 or 25.36% from 556); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C68D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C68D is #263972. Grayscale: #C5C5C5. Windows color (decimal): -2505075 or 9291481. OLE color: 9291481.
HSL color Cylindrical-coordinate representation of color #D9C68D: hue angle of 45º 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 #D9C68D is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 198 | 141 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.15 |
| HSL | 45º | 0.5% | 0.7% | - |
| HSV(B) | 45º | 0.35% | 0.85% | - |
| XYZ | 53.62 | 57.06 | 33.39 | - |
| YUV | 197.18 | 96.29 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 198 | 141 | 0 | 0.09 | 0.35 | 0.15 | 45 | 0.5 | 0.7 |
| Hex | D9 | C6 | 8D | 0 | 9 | 23 | F | 2D | 32 | 46 |
| Octal | 331 | 306 | 215 | 0 | 11 | 43 | 17 | 55 | 62 | 106 |
| Binary | 11011001 | 11000110 | 10001101 | 0 | 1001 | 100011 | 1111 | 101101 | 110010 | 1000110 |
Color Harmonies of #D9C68D
Complementary color
Monochromatic Colors of #D9C68D
Black with #D9C68D
Text Example
Text Example
White with #D9C68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C68D; }
p { color: rgb(217,198,141); }
H1.HeaderClassName
{
color: #D9C68D;
}
.AnyTagClassName
{
color: #D9C68D;
}
</style>
background-color css
<style>
a { background-color: #D9C68D; }
a { background-color: rgb(217,198,141); }
div.DivClassName
{
background-color: #D9C68D;
}
.BgClassName
{
background-color: #D9C68D;
}
</style>
border-color css
<style>
span { border-color: #D9C68D; }
span { border-color: rgb(217,198,141); }
td.TdClassName
{
border-color: #D9C68D;
}
.TagClassName
{
border-color: #D9C68D;
}
</style>