#D9D7BB

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

Shades of Loafer #D9D7BB

Tints of Loafer #D9D7BB

Color information

#D9D7BB (or 0xD9D7BB) is unknown color: approx Loafer. HEX triplet: D9, D7 and BB. RGB value is (217,215,187). Sum of RGB (Red+Green+Blue) = 217+215+187=619 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.06% from 619); Green value is 215 (84.38% from 255 or 34.73% from 619); Blue value is 187 (73.44% from 255 or 30.21% from 619); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D7BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D7BB is #262844. Grayscale: #D4D4D4. Windows color (decimal): -2500677 or 12310489. OLE color: 12310489.

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

Color convert

RGB217215187-
CMYK00.010.140.15
HSL56º28.3%79.22%-
HSV(B)56º13.82%85.1%-
XYZ61.8966.9456.67-
YUV212.41113.66131.28-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.06%
GREEN value IS 215 (84.38% from 255) = 34.73%
BLUE value IS 187 (73.44% from 255) = 30.21%
R=35.06%
G=34.73%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721518700.010.140.155628.379.22
HexD9D7BB01EF381c4f
Octal3313272730116177034117
Binary1101100111010111101110110111101111111000111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D7BB; }

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

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

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

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

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

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

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

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