#DCD4D1

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

Shades of Mercury #DCD4D1

Tints of Mercury #DCD4D1

Color information

#DCD4D1 (or 0xDCD4D1) is unknown color: approx Mercury. HEX triplet: DC, D4 and D1. RGB value is (220,212,209). Sum of RGB (Red+Green+Blue) = 220+212+209=641 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.32% from 641); Green value is 212 (83.20% from 255 or 33.07% from 641); Blue value is 209 (82.03% from 255 or 32.61% from 641); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD4D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD4D1 is #232B2E. Grayscale: #D6D6D6. Windows color (decimal): -2304815 or 13751516. OLE color: 13751516.

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

Color convert

RGB220212209-
CMYK00.040.050.14
HSL16.36º13.58%84.12%-
HSV(B)16.36º5%86.27%-
XYZ64.5766.9169.83-
YUV214.05125.15132.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.32%
GREEN value IS 212 (83.20% from 255) = 33.07%
BLUE value IS 209 (82.03% from 255) = 32.61%
R=34.32%
G=33.07%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021220900.040.050.1416.3613.5884.12
HexDCD4D1045E10e54
Octal334324321045162016124
Binary110111001101010011010001010010111101000011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD4D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD4D1; }

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

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

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

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

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

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

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

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