Shades of Zombie #D6C289
Tints of Zombie #D6C289
RGB
CMYK
RGB Variations
Color information
#D6C289 (or 0xD6C289) is known color: Zombie. HEX triplet: D6, C2 and 89. RGB value is (214,194,137). Sum of RGB (Red+Green+Blue) = 214+194+137=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 194 (76.17% from 255 or 35.60% from 545); Blue value is 137 (53.91% from 255 or 25.14% from 545); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C289 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C289 is #293D76. Grayscale: #C1C1C1. Windows color (decimal): -2702711 or 9028310. OLE color: 9028310.
HSL color Cylindrical-coordinate representation of color #D6C289: hue angle of 44.42º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D6C289 is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 194 | 137 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.16 |
| HSL | 44.42º | 0.48% | 0.69% | - |
| HSV(B) | 44.42º | 0.36% | 0.84% | - |
| XYZ | 51.54 | 54.69 | 31.51 | - |
| YUV | 193.48 | 96.13 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 194 | 137 | 0 | 0.09 | 0.36 | 0.16 | 44.42 | 0.48 | 0.69 |
| Hex | D6 | C2 | 89 | 0 | 9 | 24 | 10 | 2C | 30 | 45 |
| Octal | 326 | 302 | 211 | 0 | 11 | 44 | 20 | 54 | 60 | 105 |
| Binary | 11010110 | 11000010 | 10001001 | 0 | 1001 | 100100 | 10000 | 101100 | 110000 | 1000101 |
Color Harmonies of #D6C289
Complementary color
Monochromatic Colors of #D6C289
Black with #D6C289
Text Example
Text Example
White with #D6C289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C289; }
p { color: rgb(214,194,137); }
H1.HeaderClassName
{
color: #D6C289;
}
.AnyTagClassName
{
color: #D6C289;
}
</style>
background-color css
<style>
a { background-color: #D6C289; }
a { background-color: rgb(214,194,137); }
div.DivClassName
{
background-color: #D6C289;
}
.BgClassName
{
background-color: #D6C289;
}
</style>
border-color css
<style>
span { border-color: #D6C289; }
span { border-color: rgb(214,194,137); }
td.TdClassName
{
border-color: #D6C289;
}
.TagClassName
{
border-color: #D6C289;
}
</style>