Shades of Mercury #DCD0CC
Tints of Mercury #DCD0CC
RGB
CMYK
RGB Variations
Color information
#DCD0CC (or 0xDCD0CC) is known color: Mercury. HEX triplet: DC, D0 and CC. RGB value is (220,208,204). Sum of RGB (Red+Green+Blue) = 220+208+204=632 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.81% from 632); Green value is 208 (81.64% from 255 or 32.91% from 632); Blue value is 204 (80.08% from 255 or 32.28% from 632); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD0CC is #232F33. Grayscale: #D3D3D3. Windows color (decimal): -2305844 or 13422812. OLE color: 13422812.
HSL color Cylindrical-coordinate representation of color #DCD0CC: hue angle of 15º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCD0CC is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 208 | 204 | - |
| CMYK | 0 | 0.05 | 0.07 | 0.14 |
| HSL | 15º | 0.19% | 0.83% | - |
| HSV(B) | 15º | 0.07% | 0.86% | - |
| XYZ | 62.97 | 64.69 | 66.29 | - |
| YUV | 211.13 | 123.98 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 204 | 0 | 0.05 | 0.07 | 0.14 | 15 | 0.19 | 0.83 |
| Hex | DC | D0 | CC | 0 | 5 | 7 | E | F | 13 | 53 |
| Octal | 334 | 320 | 314 | 0 | 5 | 7 | 16 | 17 | 23 | 123 |
| Binary | 11011100 | 11010000 | 11001100 | 0 | 101 | 111 | 1110 | 1111 | 10011 | 1010011 |
Color Harmonies of #DCD0CC
Complementary color
Monochromatic Colors of #DCD0CC
Black with #DCD0CC
Text Example
Text Example
White with #DCD0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD0CC; }
p { color: rgb(220,208,204); }
H1.HeaderClassName
{
color: #DCD0CC;
}
.AnyTagClassName
{
color: #DCD0CC;
}
</style>
background-color css
<style>
a { background-color: #DCD0CC; }
a { background-color: rgb(220,208,204); }
div.DivClassName
{
background-color: #DCD0CC;
}
.BgClassName
{
background-color: #DCD0CC;
}
</style>
border-color css
<style>
span { border-color: #DCD0CC; }
span { border-color: rgb(220,208,204); }
td.TdClassName
{
border-color: #DCD0CC;
}
.TagClassName
{
border-color: #DCD0CC;
}
</style>