Shades of Zombie #D6C291
Tints of Zombie #D6C291
RGB
CMYK
RGB Variations
Color information
#D6C291 (or 0xD6C291) is known color: Zombie. HEX triplet: D6, C2 and 91. RGB value is (214,194,145). Sum of RGB (Red+Green+Blue) = 214+194+145=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 194 (76.17% from 255 or 35.08% from 553); Blue value is 145 (57.03% from 255 or 26.22% from 553); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C291 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C291 is #293D6E. Grayscale: #C2C2C2. Windows color (decimal): -2702703 or 9552598. OLE color: 9552598.
HSL color Cylindrical-coordinate representation of color #D6C291: hue angle of 42.61º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D6C291 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 194 | 145 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.16 |
| HSL | 42.61º | 0.46% | 0.7% | - |
| HSV(B) | 42.61º | 0.32% | 0.84% | - |
| XYZ | 52.13 | 54.92 | 34.64 | - |
| YUV | 194.39 | 100.13 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 194 | 145 | 0 | 0.09 | 0.32 | 0.16 | 42.61 | 0.46 | 0.7 |
| Hex | D6 | C2 | 91 | 0 | 9 | 20 | 10 | 2B | 2E | 46 |
| Octal | 326 | 302 | 221 | 0 | 11 | 40 | 20 | 53 | 56 | 106 |
| Binary | 11010110 | 11000010 | 10010001 | 0 | 1001 | 100000 | 10000 | 101011 | 101110 | 1000110 |
Color Harmonies of #D6C291
Complementary color
Monochromatic Colors of #D6C291
Black with #D6C291
Text Example
Text Example
White with #D6C291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C291; }
p { color: rgb(214,194,145); }
H1.HeaderClassName
{
color: #D6C291;
}
.AnyTagClassName
{
color: #D6C291;
}
</style>
background-color css
<style>
a { background-color: #D6C291; }
a { background-color: rgb(214,194,145); }
div.DivClassName
{
background-color: #D6C291;
}
.BgClassName
{
background-color: #D6C291;
}
</style>
border-color css
<style>
span { border-color: #D6C291; }
span { border-color: rgb(214,194,145); }
td.TdClassName
{
border-color: #D6C291;
}
.TagClassName
{
border-color: #D6C291;
}
</style>