#D7D6C4

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

Shades of Loafer #D7D6C4

Tints of Loafer #D7D6C4

Color information

#D7D6C4 (or 0xD7D6C4) is unknown color: approx Loafer. HEX triplet: D7, D6 and C4. RGB value is (215,214,196). Sum of RGB (Red+Green+Blue) = 215+214+196=625 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.4% from 625); Green value is 214 (83.98% from 255 or 34.24% from 625); Blue value is 196 (76.95% from 255 or 31.36% from 625); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D6C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D6C4 is #28293B. Grayscale: #D4D4D4. Windows color (decimal): -2631996 or 12900055. OLE color: 12900055.

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

Color convert

RGB215214196-
CMYK00.000.090.16
HSL56.84º19.19%80.59%-
HSV(B)56.84º8.84%84.31%-
XYZ62.0366.5361.8-
YUV212.25118.83129.96-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.4%
GREEN value IS 214 (83.98% from 255) = 34.24%
BLUE value IS 196 (76.95% from 255) = 31.36%
R=34.4%
G=34.24%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21521419600.000.090.1656.8419.1980.59
HexD7D6C400910391351
Octal3273263040011207123121
Binary11010111110101101100010000100110000111001100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D6C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D6C4; }

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

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

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

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

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

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

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

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