Shades of Zombie #D6C18F
Tints of Zombie #D6C18F
RGB
CMYK
RGB Variations
Color information
#D6C18F (or 0xD6C18F) is known color: Zombie. HEX triplet: D6, C1 and 8F. RGB value is (214,193,143). Sum of RGB (Red+Green+Blue) = 214+193+143=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 193 (75.78% from 255 or 35.09% from 550); Blue value is 143 (56.25% from 255 or 26% from 550); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C18F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C18F is #293E70. Grayscale: #C1C1C1. Windows color (decimal): -2702961 or 9421270. OLE color: 9421270.
HSL color Cylindrical-coordinate representation of color #D6C18F: hue angle of 42.25º 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 #D6C18F is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 193 | 143 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.16 |
| HSL | 42.25º | 0.46% | 0.7% | - |
| HSV(B) | 42.25º | 0.33% | 0.84% | - |
| XYZ | 51.76 | 54.42 | 33.76 | - |
| YUV | 193.58 | 99.46 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 193 | 143 | 0 | 0.10 | 0.33 | 0.16 | 42.25 | 0.46 | 0.7 |
| Hex | D6 | C1 | 8F | 0 | A | 21 | 10 | 2A | 2E | 46 |
| Octal | 326 | 301 | 217 | 0 | 12 | 41 | 20 | 52 | 56 | 106 |
| Binary | 11010110 | 11000001 | 10001111 | 0 | 1010 | 100001 | 10000 | 101010 | 101110 | 1000110 |
Color Harmonies of #D6C18F
Complementary color
Monochromatic Colors of #D6C18F
Black with #D6C18F
Text Example
Text Example
White with #D6C18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C18F; }
p { color: rgb(214,193,143); }
H1.HeaderClassName
{
color: #D6C18F;
}
.AnyTagClassName
{
color: #D6C18F;
}
</style>
background-color css
<style>
a { background-color: #D6C18F; }
a { background-color: rgb(214,193,143); }
div.DivClassName
{
background-color: #D6C18F;
}
.BgClassName
{
background-color: #D6C18F;
}
</style>
border-color css
<style>
span { border-color: #D6C18F; }
span { border-color: rgb(214,193,143); }
td.TdClassName
{
border-color: #D6C18F;
}
.TagClassName
{
border-color: #D6C18F;
}
</style>