#D9D7D5

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

Shades of Gallery #D9D7D5

Tints of Gallery #D9D7D5

Color information

#D9D7D5 (or 0xD9D7D5) is unknown color: approx Gallery. HEX triplet: D9, D7 and D5. RGB value is (217,215,213). Sum of RGB (Red+Green+Blue) = 217+215+213=645 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.64% from 645); Green value is 215 (84.38% from 255 or 33.33% from 645); Blue value is 213 (83.59% from 255 or 33.02% from 645); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D7D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D7D5 is #26282A. Grayscale: #D7D7D7. Windows color (decimal): -2500651 or 14014425. OLE color: 14014425.

HSL color Cylindrical-coordinate representation of color #D9D7D5: hue angle of 30º degrees, saturation: 0.05, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D9D7D5 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB217215213-
CMYK00.010.020.15
HSL30º5%84.31%-
HSV(B)30º1.84%85.1%-
XYZ64.9368.1672.68-
YUV215.37126.66129.16-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.64%
GREEN value IS 215 (84.38% from 255) = 33.33%
BLUE value IS 213 (83.59% from 255) = 33.02%
R=33.64%
G=33.33%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721521300.010.020.1530584.31
HexD9D7D5012F1e554
Octal33132732501217365124
Binary11011001110101111101010101101111111101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D7D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D7D5; }

 p { color: rgb(217,215,213); }

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

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

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

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

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

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

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