Shades of Mercury #D8D0CD
Tints of Mercury #D8D0CD
RGB
CMYK
RGB Variations
Color information
#D8D0CD (or 0xD8D0CD) is known color: Mercury. HEX triplet: D8, D0 and CD. RGB value is (216,208,205). Sum of RGB (Red+Green+Blue) = 216+208+205=629 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.34% from 629); Green value is 208 (81.64% from 255 or 33.07% from 629); Blue value is 205 (80.47% from 255 or 32.59% from 629); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D0CD is #272F32. Grayscale: #D2D2D2. Windows color (decimal): -2567987 or 13488344. OLE color: 13488344.
HSL color Cylindrical-coordinate representation of color #D8D0CD: hue angle of 16.36º degrees, saturation: 0.12, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D8D0CD is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 208 | 205 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.15 |
| HSL | 16.36º | 0.12% | 0.83% | - |
| HSV(B) | 16.36º | 0.05% | 0.85% | - |
| XYZ | 61.89 | 64.12 | 66.87 | - |
| YUV | 210.05 | 125.15 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 208 | 205 | 0 | 0.04 | 0.05 | 0.15 | 16.36 | 0.12 | 0.83 |
| Hex | D8 | D0 | CD | 0 | 4 | 5 | F | 10 | C | 53 |
| Octal | 330 | 320 | 315 | 0 | 4 | 5 | 17 | 20 | 14 | 123 |
| Binary | 11011000 | 11010000 | 11001101 | 0 | 100 | 101 | 1111 | 10000 | 1100 | 1010011 |
Color Harmonies of #D8D0CD
Complementary color
Monochromatic Colors of #D8D0CD
Black with #D8D0CD
Text Example
Text Example
White with #D8D0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D0CD; }
p { color: rgb(216,208,205); }
H1.HeaderClassName
{
color: #D8D0CD;
}
.AnyTagClassName
{
color: #D8D0CD;
}
</style>
background-color css
<style>
a { background-color: #D8D0CD; }
a { background-color: rgb(216,208,205); }
div.DivClassName
{
background-color: #D8D0CD;
}
.BgClassName
{
background-color: #D8D0CD;
}
</style>
border-color css
<style>
span { border-color: #D8D0CD; }
span { border-color: rgb(216,208,205); }
td.TdClassName
{
border-color: #D8D0CD;
}
.TagClassName
{
border-color: #D8D0CD;
}
</style>