Shades of Mercury #D7D0CD
Tints of Mercury #D7D0CD
RGB
CMYK
RGB Variations
Color information
#D7D0CD (or 0xD7D0CD) is known color: Mercury. HEX triplet: D7, D0 and CD. RGB value is (215,208,205). Sum of RGB (Red+Green+Blue) = 215+208+205=628 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.24% from 628); Green value is 208 (81.64% from 255 or 33.12% from 628); Blue value is 205 (80.47% from 255 or 32.64% from 628); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D0CD is #282F32. Grayscale: #D1D1D1. Windows color (decimal): -2633523 or 13488343. OLE color: 13488343.
HSL color Cylindrical-coordinate representation of color #D7D0CD: hue angle of 18º degrees, saturation: 0.11, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D7D0CD is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 208 | 205 | - |
| CMYK | 0 | 0.03 | 0.05 | 0.16 |
| HSL | 18º | 0.11% | 0.82% | - |
| HSV(B) | 18º | 0.05% | 0.84% | - |
| XYZ | 61.6 | 63.97 | 66.86 | - |
| YUV | 209.75 | 125.32 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 208 | 205 | 0 | 0.03 | 0.05 | 0.16 | 18 | 0.11 | 0.82 |
| Hex | D7 | D0 | CD | 0 | 3 | 5 | 10 | 12 | B | 52 |
| Octal | 327 | 320 | 315 | 0 | 3 | 5 | 20 | 22 | 13 | 122 |
| Binary | 11010111 | 11010000 | 11001101 | 0 | 11 | 101 | 10000 | 10010 | 1011 | 1010010 |
Color Harmonies of #D7D0CD
Complementary color
Monochromatic Colors of #D7D0CD
Black with #D7D0CD
Text Example
Text Example
White with #D7D0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D0CD; }
p { color: rgb(215,208,205); }
H1.HeaderClassName
{
color: #D7D0CD;
}
.AnyTagClassName
{
color: #D7D0CD;
}
</style>
background-color css
<style>
a { background-color: #D7D0CD; }
a { background-color: rgb(215,208,205); }
div.DivClassName
{
background-color: #D7D0CD;
}
.BgClassName
{
background-color: #D7D0CD;
}
</style>
border-color css
<style>
span { border-color: #D7D0CD; }
span { border-color: rgb(215,208,205); }
td.TdClassName
{
border-color: #D7D0CD;
}
.TagClassName
{
border-color: #D7D0CD;
}
</style>