#DCD0CC

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

Shades of Mercury #DCD0CC

Tints of Mercury #DCD0CC

Color information

#DCD0CC (or 0xDCD0CC) is unknown color: approx Mercury. HEX triplet: DC, D0 and CC. RGB value is (220,208,204). Sum of RGB (Red+Green+Blue) = 220+208+204=632 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.81% from 632); Green value is 208 (81.64% from 255 or 32.91% from 632); Blue value is 204 (80.08% from 255 or 32.28% from 632); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD0CC is #232F33. Grayscale: #D3D3D3. Windows color (decimal): -2305844 or 13422812. OLE color: 13422812.

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

Color convert

RGB220208204-
CMYK00.050.070.14
HSL15º18.6%83.14%-
HSV(B)15º7.27%86.27%-
XYZ62.9764.6966.29-
YUV211.13123.98134.33-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.81%
GREEN value IS 208 (81.64% from 255) = 32.91%
BLUE value IS 204 (80.08% from 255) = 32.28%
R=34.81%
G=32.91%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020820400.050.070.141518.683.14
HexDCD0CC057Ef1353
Octal334320314057161723123
Binary110111001101000011001100010111111101111100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD0CC; }

 p { color: rgb(220,208,204); }

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

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

 a { background-color: rgb(220,208,204); }

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

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

 span { border-color: rgb(220,208,204); }

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