#D7D5BB

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

Shades of Loafer #D7D5BB

Tints of Loafer #D7D5BB

Color information

#D7D5BB (or 0xD7D5BB) is unknown color: approx Loafer. HEX triplet: D7, D5 and BB. RGB value is (215,213,187). Sum of RGB (Red+Green+Blue) = 215+213+187=615 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.96% from 615); Green value is 213 (83.59% from 255 or 34.63% from 615); Blue value is 187 (73.44% from 255 or 30.41% from 615); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D5BB is #282A44. Grayscale: #D2D2D2. Windows color (decimal): -2632261 or 12309975. OLE color: 12309975.

HSL color Cylindrical-coordinate representation of color #D7D5BB: hue angle of 55.71º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D7D5BB is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB215213187-
CMYK00.010.130.16
HSL55.71º25.93%78.82%-
HSV(B)55.71º13.02%84.31%-
XYZ60.7965.6256.48-
YUV210.63114.66131.11-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.96%
GREEN value IS 213 (83.59% from 255) = 34.63%
BLUE value IS 187 (73.44% from 255) = 30.41%
R=34.96%
G=34.63%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21521318700.010.130.1655.7125.9378.82
HexD7D5BB01D10381a4f
Octal3273252730115207032117
Binary11010111110101011011101101110110000111000110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D5BB; }

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

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

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

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

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

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

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

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