Shades of Zombie #D6C389
Tints of Zombie #D6C389
RGB
CMYK
RGB Variations
Color information
#D6C389 (or 0xD6C389) is known color: Zombie. HEX triplet: D6, C3 and 89. RGB value is (214,195,137). Sum of RGB (Red+Green+Blue) = 214+195+137=546 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.19% from 546); Green value is 195 (76.56% from 255 or 35.71% from 546); Blue value is 137 (53.91% from 255 or 25.09% from 546); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C389 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C389 is #293C76. Grayscale: #C2C2C2. Windows color (decimal): -2702455 or 9028566. OLE color: 9028566.
HSL color Cylindrical-coordinate representation of color #D6C389: hue angle of 45.19º 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 #D6C389 is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 195 | 137 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.16 |
| HSL | 45.19º | 0.48% | 0.69% | - |
| HSV(B) | 45.19º | 0.36% | 0.84% | - |
| XYZ | 51.76 | 55.13 | 31.58 | - |
| YUV | 194.07 | 95.79 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 195 | 137 | 0 | 0.09 | 0.36 | 0.16 | 45.19 | 0.48 | 0.69 |
| Hex | D6 | C3 | 89 | 0 | 9 | 24 | 10 | 2D | 30 | 45 |
| Octal | 326 | 303 | 211 | 0 | 11 | 44 | 20 | 55 | 60 | 105 |
| Binary | 11010110 | 11000011 | 10001001 | 0 | 1001 | 100100 | 10000 | 101101 | 110000 | 1000101 |
Color Harmonies of #D6C389
Complementary color
Monochromatic Colors of #D6C389
Black with #D6C389
Text Example
Text Example
White with #D6C389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C389; }
p { color: rgb(214,195,137); }
H1.HeaderClassName
{
color: #D6C389;
}
.AnyTagClassName
{
color: #D6C389;
}
</style>
background-color css
<style>
a { background-color: #D6C389; }
a { background-color: rgb(214,195,137); }
div.DivClassName
{
background-color: #D6C389;
}
.BgClassName
{
background-color: #D6C389;
}
</style>
border-color css
<style>
span { border-color: #D6C389; }
span { border-color: rgb(214,195,137); }
td.TdClassName
{
border-color: #D6C389;
}
.TagClassName
{
border-color: #D6C389;
}
</style>