#DCD6D4

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

Shades of Mercury #DCD6D4

Tints of Mercury #DCD6D4

Color information

#DCD6D4 (or 0xDCD6D4) is unknown color: approx Mercury. HEX triplet: DC, D6 and D4. RGB value is (220,214,212). Sum of RGB (Red+Green+Blue) = 220+214+212=646 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.06% from 646); Green value is 214 (83.98% from 255 or 33.13% from 646); Blue value is 212 (83.20% from 255 or 32.82% from 646); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD6D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD6D4 is #23292B. Grayscale: #D7D7D7. Windows color (decimal): -2304300 or 13948636. OLE color: 13948636.

HSL color Cylindrical-coordinate representation of color #DCD6D4: hue angle of 15º degrees, saturation: 0.1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DCD6D4 is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB220214212-
CMYK00.030.040.14
HSL15º10.26%84.71%-
HSV(B)15º3.64%86.27%-
XYZ65.4568.0671.98-
YUV215.57125.99131.16-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.06%
GREEN value IS 214 (83.98% from 255) = 33.13%
BLUE value IS 212 (83.20% from 255) = 32.82%
R=34.06%
G=33.13%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021421200.030.040.141510.2684.71
HexDCD6D4034Efa55
Octal334326324034161712125
Binary1101110011010110110101000111001110111110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD6D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD6D4; }

 p { color: rgb(220,214,212); }

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

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

 a { background-color: rgb(220,214,212); }

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

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

 span { border-color: rgb(220,214,212); }

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