#D7D6BF

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

Shades of Loafer #D7D6BF

Tints of Loafer #D7D6BF

Color information

#D7D6BF (or 0xD7D6BF) is unknown color: approx Loafer. HEX triplet: D7, D6 and BF. RGB value is (215,214,191). Sum of RGB (Red+Green+Blue) = 215+214+191=620 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.68% from 620); Green value is 214 (83.98% from 255 or 34.52% from 620); Blue value is 191 (75% from 255 or 30.81% from 620); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D6BF is #282940. Grayscale: #D3D3D3. Windows color (decimal): -2632001 or 12572375. OLE color: 12572375.

HSL color Cylindrical-coordinate representation of color #D7D6BF: hue angle of 57.5º degrees, saturation: 0.23, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D7D6BF is Cyan = 0, Magento = 0.00, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB215214191-
CMYK00.000.110.16
HSL57.5º23.08%79.61%-
HSV(B)57.5º11.16%84.31%-
XYZ61.4766.358.85-
YUV211.68116.33130.37-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.68%
GREEN value IS 214 (83.98% from 255) = 34.52%
BLUE value IS 191 (75% from 255) = 30.81%
R=34.68%
G=34.52%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21521419100.000.110.1657.523.0879.61
HexD7D6BF00B103a1750
Octal3273262770013207227120
Binary11010111110101101011111100101110000111010101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D6BF; }

 p { color: rgb(215,214,191); }

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

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

 a { background-color: rgb(215,214,191); }

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

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

 span { border-color: rgb(215,214,191); }

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