#DBD0CD

Color #DBD0CD Mercury (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mercury #DBD0CD

Tints of Mercury #DBD0CD

Color information

#DBD0CD (or 0xDBD0CD) is unknown color: approx 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

RGB219208205-
CMYK00.050.060.14
HSL12.86º16.28%83.14%-
HSV(B)12.86º6.39%85.88%-
XYZ62.7964.5866.91-
YUV210.95124.64133.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 219 (85.94% from 255) = 34.65%
GREEN value IS 208 (81.64% from 255) = 32.91%
BLUE value IS 205 (80.47% from 255) = 32.44%
R=34.65%
G=32.91%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920820500.050.060.1412.8616.2883.14
HexDBD0CD056Ed1053
Octal333320315056161520123
Binary110110111101000011001101010111011101101100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>