Shades of Zombie #D9C687
Tints of Zombie #D9C687
RGB
CMYK
RGB Variations
Color information
#D9C687 (or 0xD9C687) is known color: Zombie. HEX triplet: D9, C6 and 87. RGB value is (217,198,135). Sum of RGB (Red+Green+Blue) = 217+198+135=550 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.45% from 550); Green value is 198 (77.73% from 255 or 36% from 550); Blue value is 135 (53.12% from 255 or 24.55% from 550); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C687 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C687 is #263978. Grayscale: #C4C4C4. Windows color (decimal): -2505081 or 8898265. OLE color: 8898265.
HSL color Cylindrical-coordinate representation of color #D9C687: hue angle of 46.1º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D9C687 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 198 | 135 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.15 |
| HSL | 46.1º | 0.52% | 0.69% | - |
| HSV(B) | 46.1º | 0.38% | 0.85% | - |
| XYZ | 53.18 | 56.89 | 31.1 | - |
| YUV | 196.5 | 93.29 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 198 | 135 | 0 | 0.09 | 0.38 | 0.15 | 46.1 | 0.52 | 0.69 |
| Hex | D9 | C6 | 87 | 0 | 9 | 26 | F | 2E | 34 | 45 |
| Octal | 331 | 306 | 207 | 0 | 11 | 46 | 17 | 56 | 64 | 105 |
| Binary | 11011001 | 11000110 | 10000111 | 0 | 1001 | 100110 | 1111 | 101110 | 110100 | 1000101 |
Color Harmonies of #D9C687
Complementary color
Monochromatic Colors of #D9C687
Black with #D9C687
Text Example
Text Example
White with #D9C687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C687; }
p { color: rgb(217,198,135); }
H1.HeaderClassName
{
color: #D9C687;
}
.AnyTagClassName
{
color: #D9C687;
}
</style>
background-color css
<style>
a { background-color: #D9C687; }
a { background-color: rgb(217,198,135); }
div.DivClassName
{
background-color: #D9C687;
}
.BgClassName
{
background-color: #D9C687;
}
</style>
border-color css
<style>
span { border-color: #D9C687; }
span { border-color: rgb(217,198,135); }
td.TdClassName
{
border-color: #D9C687;
}
.TagClassName
{
border-color: #D9C687;
}
</style>