#DCD9D9

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

Shades of Gainsboro #DCD9D9

Tints of Gainsboro #DCD9D9

Color information

#DCD9D9 (or 0xDCD9D9) is unknown color: approx Gainsboro. HEX triplet: DC, D9 and D9. RGB value is (220,217,217). Sum of RGB (Red+Green+Blue) = 220+217+217=654 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.64% from 654); Green value is 217 (85.16% from 255 or 33.18% from 654); Blue value is 217 (85.16% from 255 or 33.18% from 654); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD9D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD9D9 is #232626. Grayscale: #D9D9D9. Windows color (decimal): -2303527 or 14277084. OLE color: 14277084.

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

Color convert

RGB220217217-
CMYK00.010.010.14
HSL4.11%85.69%-
HSV(B)1.36%86.27%-
XYZ66.8569.8575.6-
YUV217.9127.49129.5-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.64%
GREEN value IS 217 (85.16% from 255) = 33.18%
BLUE value IS 217 (85.16% from 255) = 33.18%
R=33.64%
G=33.18%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021721700.010.010.1404.1185.69
HexDCD9D9011E0456
Octal3343313310111604126
Binary110111001101100111011001011111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD9D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD9D9; }

 p { color: rgb(220,217,217); }

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

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

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

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

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

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

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