Shades of Zombie #D6C390
Tints of Zombie #D6C390
RGB
CMYK
RGB Variations
Color information
#D6C390 (or 0xD6C390) is known color: Zombie. HEX triplet: D6, C3 and 90. RGB value is (214,195,144). Sum of RGB (Red+Green+Blue) = 214+195+144=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 195 (76.56% from 255 or 35.26% from 553); Blue value is 144 (56.64% from 255 or 26.04% from 553); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C390 is #293C6F. Grayscale: #C3C3C3. Windows color (decimal): -2702448 or 9487318. OLE color: 9487318.
HSL color Cylindrical-coordinate representation of color #D6C390: hue angle of 43.71º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D6C390 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 195 | 144 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.16 |
| HSL | 43.71º | 0.46% | 0.7% | - |
| HSV(B) | 43.71º | 0.33% | 0.84% | - |
| XYZ | 52.28 | 55.34 | 34.31 | - |
| YUV | 194.87 | 99.29 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 195 | 144 | 0 | 0.09 | 0.33 | 0.16 | 43.71 | 0.46 | 0.7 |
| Hex | D6 | C3 | 90 | 0 | 9 | 21 | 10 | 2C | 2E | 46 |
| Octal | 326 | 303 | 220 | 0 | 11 | 41 | 20 | 54 | 56 | 106 |
| Binary | 11010110 | 11000011 | 10010000 | 0 | 1001 | 100001 | 10000 | 101100 | 101110 | 1000110 |
Color Harmonies of #D6C390
Complementary color
Monochromatic Colors of #D6C390
Black with #D6C390
Text Example
Text Example
White with #D6C390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C390; }
p { color: rgb(214,195,144); }
H1.HeaderClassName
{
color: #D6C390;
}
.AnyTagClassName
{
color: #D6C390;
}
</style>
background-color css
<style>
a { background-color: #D6C390; }
a { background-color: rgb(214,195,144); }
div.DivClassName
{
background-color: #D6C390;
}
.BgClassName
{
background-color: #D6C390;
}
</style>
border-color css
<style>
span { border-color: #D6C390; }
span { border-color: rgb(214,195,144); }
td.TdClassName
{
border-color: #D6C390;
}
.TagClassName
{
border-color: #D6C390;
}
</style>