Shades of Zombie #D6C28D
Tints of Zombie #D6C28D
RGB
CMYK
RGB Variations
Color information
#D6C28D (or 0xD6C28D) is known color: Zombie. HEX triplet: D6, C2 and 8D. RGB value is (214,194,141). Sum of RGB (Red+Green+Blue) = 214+194+141=549 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.98% from 549); Green value is 194 (76.17% from 255 or 35.34% from 549); Blue value is 141 (55.47% from 255 or 25.68% from 549); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C28D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C28D is #293D72. Grayscale: #C2C2C2. Windows color (decimal): -2702707 or 9290454. OLE color: 9290454.
HSL color Cylindrical-coordinate representation of color #D6C28D: hue angle of 43.56º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D6C28D is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 194 | 141 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.16 |
| HSL | 43.56º | 0.47% | 0.7% | - |
| HSV(B) | 43.56º | 0.34% | 0.84% | - |
| XYZ | 51.83 | 54.8 | 33.05 | - |
| YUV | 193.94 | 98.13 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 194 | 141 | 0 | 0.09 | 0.34 | 0.16 | 43.56 | 0.47 | 0.7 |
| Hex | D6 | C2 | 8D | 0 | 9 | 22 | 10 | 2C | 2F | 46 |
| Octal | 326 | 302 | 215 | 0 | 11 | 42 | 20 | 54 | 57 | 106 |
| Binary | 11010110 | 11000010 | 10001101 | 0 | 1001 | 100010 | 10000 | 101100 | 101111 | 1000110 |
Color Harmonies of #D6C28D
Complementary color
Monochromatic Colors of #D6C28D
Black with #D6C28D
Text Example
Text Example
White with #D6C28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C28D; }
p { color: rgb(214,194,141); }
H1.HeaderClassName
{
color: #D6C28D;
}
.AnyTagClassName
{
color: #D6C28D;
}
</style>
background-color css
<style>
a { background-color: #D6C28D; }
a { background-color: rgb(214,194,141); }
div.DivClassName
{
background-color: #D6C28D;
}
.BgClassName
{
background-color: #D6C28D;
}
</style>
border-color css
<style>
span { border-color: #D6C28D; }
span { border-color: rgb(214,194,141); }
td.TdClassName
{
border-color: #D6C28D;
}
.TagClassName
{
border-color: #D6C28D;
}
</style>