#D9D7B9

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

Shades of Loafer #D9D7B9

Tints of Loafer #D9D7B9

Color information

#D9D7B9 (or 0xD9D7B9) is unknown color: approx Loafer. HEX triplet: D9, D7 and B9. RGB value is (217,215,185). Sum of RGB (Red+Green+Blue) = 217+215+185=617 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.17% from 617); Green value is 215 (84.38% from 255 or 34.85% from 617); Blue value is 185 (72.66% from 255 or 29.98% from 617); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D7B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D7B9 is #262846. Grayscale: #D4D4D4. Windows color (decimal): -2500679 or 12179417. OLE color: 12179417.

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

Color convert

RGB217215185-
CMYK00.010.150.15
HSL56.25º29.63%78.82%-
HSV(B)56.25º14.75%85.1%-
XYZ61.6766.8655.55-
YUV212.18112.66131.44-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.17%
GREEN value IS 215 (84.38% from 255) = 34.85%
BLUE value IS 185 (72.66% from 255) = 29.98%
R=35.17%
G=34.85%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721518500.010.150.1556.2529.6378.82
HexD9D7B901FF381e4f
Octal3313272710117177036117
Binary1101100111010111101110010111111111111000111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D7B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D7B9; }

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

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

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

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

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

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

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

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