#DFD0CD

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

Shades of Mercury #DFD0CD

Tints of Mercury #DFD0CD

Color information

#DFD0CD (or 0xDFD0CD) is unknown color: approx Mercury. HEX triplet: DF, D0 and CD. RGB value is (223,208,205). Sum of RGB (Red+Green+Blue) = 223+208+205=636 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.06% from 636); Green value is 208 (81.64% from 255 or 32.70% from 636); Blue value is 205 (80.47% from 255 or 32.23% from 636); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD0CD is #202F32. Grayscale: #D4D4D4. Windows color (decimal): -2109235 or 13488351. OLE color: 13488351.

HSL color Cylindrical-coordinate representation of color #DFD0CD: hue angle of 10º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFD0CD is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB223208205-
CMYK00.070.080.13
HSL10º21.95%83.92%-
HSV(B)10º8.07%87.45%-
XYZ64.0165.2166.97-
YUV212.14123.97135.74-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.06%
GREEN value IS 208 (81.64% from 255) = 32.70%
BLUE value IS 205 (80.47% from 255) = 32.23%
R=35.06%
G=32.70%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320820500.070.080.131021.9583.92
HexDFD0CD078Da1654
Octal3373203150710151226124
Binary1101111111010000110011010111100011011010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD0CD; }

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

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

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

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

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

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

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

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