#D8D0CD

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

Shades of Mercury #D8D0CD

Tints of Mercury #D8D0CD

Color information

#D8D0CD (or 0xD8D0CD) is unknown color: approx Mercury. HEX triplet: D8, D0 and CD. RGB value is (216,208,205). Sum of RGB (Red+Green+Blue) = 216+208+205=629 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.34% from 629); Green value is 208 (81.64% from 255 or 33.07% from 629); Blue value is 205 (80.47% from 255 or 32.59% from 629); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D0CD is #272F32. Grayscale: #D2D2D2. Windows color (decimal): -2567987 or 13488344. OLE color: 13488344.

HSL color Cylindrical-coordinate representation of color #D8D0CD: hue angle of 16.36º degrees, saturation: 0.12, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D8D0CD is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB216208205-
CMYK00.040.050.15
HSL16.36º12.36%82.55%-
HSV(B)16.36º5.09%84.71%-
XYZ61.8964.1266.87-
YUV210.05125.15132.24-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.34%
GREEN value IS 208 (81.64% from 255) = 33.07%
BLUE value IS 205 (80.47% from 255) = 32.59%
R=34.34%
G=33.07%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620820500.040.050.1516.3612.3682.55
HexD8D0CD045F10c53
Octal330320315045172014123
Binary110110001101000011001101010010111111000011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D0CD; }

 p { color: rgb(216,208,205); }

 H1.HeaderClassName
 {
   color: #D8D0CD;
 }
 .AnyTagClassName
 {
   color: #D8D0CD;
 }
</style>
background-color css

<style>
 a { background-color: #D8D0CD; }

 a { background-color: rgb(216,208,205); }

 div.DivClassName
 {
   background-color: #D8D0CD;
 }
 .BgClassName
 {
   background-color: #D8D0CD;
 }
</style>
border-color css

<style>
 span { border-color: #D8D0CD; }

 span { border-color: rgb(216,208,205); }

 td.TdClassName
 {
   border-color: #D8D0CD;
 }
 .TagClassName
 {
   border-color: #D8D0CD;
 }
</style>