Shades of Mercury #DBD0CD
Tints of Mercury #DBD0CD
RGB
CMYK
RGB Variations
Color information
#DBD0CD (or 0xDBD0CD) is known color: Mercury. HEX triplet: DB, D0 and CD. RGB value is (219,208,205). Sum of RGB (Red+Green+Blue) = 219+208+205=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 208 (81.64% from 255 or 32.91% from 632); Blue value is 205 (80.47% from 255 or 32.44% from 632); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD0CD is #242F32. Grayscale: #D2D2D2. Windows color (decimal): -2371379 or 13488347. OLE color: 13488347.
HSL color Cylindrical-coordinate representation of color #DBD0CD: hue angle of 12.86º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBD0CD is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 208 | 205 | - |
CMYK | 0 | 0.05 | 0.06 | 0.14 |
HSL | 12.86º | 0.16% | 0.83% | - |
HSV(B) | 12.86º | 0.06% | 0.86% | - |
XYZ | 62.79 | 64.58 | 66.91 | - |
YUV | 210.95 | 124.64 | 133.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 208 | 205 | 0 | 0.05 | 0.06 | 0.14 | 12.86 | 0.16 | 0.83 |
Hex | DB | D0 | CD | 0 | 5 | 6 | E | D | 10 | 53 |
Octal | 333 | 320 | 315 | 0 | 5 | 6 | 16 | 15 | 20 | 123 |
Binary | 11011011 | 11010000 | 11001101 | 0 | 101 | 110 | 1110 | 1101 | 10000 | 1010011 |
Color Harmonies of #DBD0CD
Complementary color
Monochromatic Colors of #DBD0CD
Black with #DBD0CD
Text Example
Text Example
White with #DBD0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD0CD; }
p { color: rgb(219,208,205); }
H1.HeaderClassName
{
color: #DBD0CD;
}
.AnyTagClassName
{
color: #DBD0CD;
}
</style>
background-color css
<style>
a { background-color: #DBD0CD; }
a { background-color: rgb(219,208,205); }
div.DivClassName
{
background-color: #DBD0CD;
}
.BgClassName
{
background-color: #DBD0CD;
}
</style>
border-color css
<style>
span { border-color: #DBD0CD; }
span { border-color: rgb(219,208,205); }
td.TdClassName
{
border-color: #DBD0CD;
}
.TagClassName
{
border-color: #DBD0CD;
}
</style>