Shades of Zombie #D9C68A
Tints of Zombie #D9C68A
RGB
CMYK
RGB Variations
Color information
#D9C68A (or 0xD9C68A) is known color: Zombie. HEX triplet: D9, C6 and 8A. RGB value is (217,198,138). Sum of RGB (Red+Green+Blue) = 217+198+138=553 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.24% from 553); Green value is 198 (77.73% from 255 or 35.80% from 553); Blue value is 138 (54.30% from 255 or 24.95% from 553); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C68A is #263975. Grayscale: #C5C5C5. Windows color (decimal): -2505078 or 9094873. OLE color: 9094873.
HSL color Cylindrical-coordinate representation of color #D9C68A: hue angle of 45.57º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D9C68A is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 198 | 138 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.15 |
| HSL | 45.57º | 0.51% | 0.7% | - |
| HSV(B) | 45.57º | 0.36% | 0.85% | - |
| XYZ | 53.4 | 56.97 | 32.23 | - |
| YUV | 196.84 | 94.79 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 198 | 138 | 0 | 0.09 | 0.36 | 0.15 | 45.57 | 0.51 | 0.7 |
| Hex | D9 | C6 | 8A | 0 | 9 | 24 | F | 2E | 33 | 46 |
| Octal | 331 | 306 | 212 | 0 | 11 | 44 | 17 | 56 | 63 | 106 |
| Binary | 11011001 | 11000110 | 10001010 | 0 | 1001 | 100100 | 1111 | 101110 | 110011 | 1000110 |
Color Harmonies of #D9C68A
Complementary color
Monochromatic Colors of #D9C68A
Black with #D9C68A
Text Example
Text Example
White with #D9C68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C68A; }
p { color: rgb(217,198,138); }
H1.HeaderClassName
{
color: #D9C68A;
}
.AnyTagClassName
{
color: #D9C68A;
}
</style>
background-color css
<style>
a { background-color: #D9C68A; }
a { background-color: rgb(217,198,138); }
div.DivClassName
{
background-color: #D9C68A;
}
.BgClassName
{
background-color: #D9C68A;
}
</style>
border-color css
<style>
span { border-color: #D9C68A; }
span { border-color: rgb(217,198,138); }
td.TdClassName
{
border-color: #D9C68A;
}
.TagClassName
{
border-color: #D9C68A;
}
</style>