Shades of Mercury #DCD3D1
Tints of Mercury #DCD3D1
RGB
CMYK
RGB Variations
Color information
#DCD3D1 (or 0xDCD3D1) is known color: Mercury. HEX triplet: DC, D3 and D1. RGB value is (220,211,209). Sum of RGB (Red+Green+Blue) = 220+211+209=640 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.38% from 640); Green value is 211 (82.81% from 255 or 32.97% from 640); Blue value is 209 (82.03% from 255 or 32.66% from 640); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD3D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD3D1 is #232C2E. Grayscale: #D5D5D5. Windows color (decimal): -2305071 or 13751260. OLE color: 13751260.
HSL color Cylindrical-coordinate representation of color #DCD3D1: hue angle of 10.91º degrees, saturation: 0.14, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DCD3D1 is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 211 | 209 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.14 |
| HSL | 10.91º | 0.14% | 0.84% | - |
| HSV(B) | 10.91º | 0.05% | 0.86% | - |
| XYZ | 64.32 | 66.41 | 69.75 | - |
| YUV | 213.46 | 125.48 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 211 | 209 | 0 | 0.04 | 0.05 | 0.14 | 10.91 | 0.14 | 0.84 |
| Hex | DC | D3 | D1 | 0 | 4 | 5 | E | B | E | 54 |
| Octal | 334 | 323 | 321 | 0 | 4 | 5 | 16 | 13 | 16 | 124 |
| Binary | 11011100 | 11010011 | 11010001 | 0 | 100 | 101 | 1110 | 1011 | 1110 | 1010100 |
Color Harmonies of #DCD3D1
Complementary color
Monochromatic Colors of #DCD3D1
Black with #DCD3D1
Text Example
Text Example
White with #DCD3D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD3D1; }
p { color: rgb(220,211,209); }
H1.HeaderClassName
{
color: #DCD3D1;
}
.AnyTagClassName
{
color: #DCD3D1;
}
</style>
background-color css
<style>
a { background-color: #DCD3D1; }
a { background-color: rgb(220,211,209); }
div.DivClassName
{
background-color: #DCD3D1;
}
.BgClassName
{
background-color: #DCD3D1;
}
</style>
border-color css
<style>
span { border-color: #DCD3D1; }
span { border-color: rgb(220,211,209); }
td.TdClassName
{
border-color: #DCD3D1;
}
.TagClassName
{
border-color: #DCD3D1;
}
</style>