#DACCCA

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

Shades of Mercury #DACCCA

Tints of Mercury #DACCCA

Color information

#DACCCA (or 0xDACCCA) is unknown color: approx Mercury. HEX triplet: DA, CC and CA. RGB value is (218,204,202). Sum of RGB (Red+Green+Blue) = 218+204+202=624 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.94% from 624); Green value is 204 (80.08% from 255 or 32.69% from 624); Blue value is 202 (79.30% from 255 or 32.37% from 624); Max value from RGB is 218 - color contains mainly: red. Hex color #DACCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACCCA is #253335. Grayscale: #CFCFCF. Windows color (decimal): -2437942 or 13290714. OLE color: 13290714.

HSL color Cylindrical-coordinate representation of color #DACCCA: hue angle of 7.5º degrees, saturation: 0.18, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DACCCA is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB218204202-
CMYK00.060.070.15
HSL7.5º17.78%82.35%-
HSV(B)7.5º7.34%85.49%-
XYZ61.1762.3664.69-
YUV207.96124.64135.16-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.94%
GREEN value IS 204 (80.08% from 255) = 32.69%
BLUE value IS 202 (79.30% from 255) = 32.37%
R=34.94%
G=32.69%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820420200.060.070.157.517.7882.35
HexDACCCA067F81252
Octal332314312067171022122
Binary110110101100110011001010011011111111000100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACCCA; }

 p { color: rgb(218,204,202); }

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

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

 a { background-color: rgb(218,204,202); }

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

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

 span { border-color: rgb(218,204,202); }

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