#D7D5C4

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

Shades of Loafer #D7D5C4

Tints of Loafer #D7D5C4

Color information

#D7D5C4 (or 0xD7D5C4) is unknown color: approx Loafer. HEX triplet: D7, D5 and C4. RGB value is (215,213,196). Sum of RGB (Red+Green+Blue) = 215+213+196=624 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.46% from 624); Green value is 213 (83.59% from 255 or 34.13% from 624); Blue value is 196 (76.95% from 255 or 31.41% from 624); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D5C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D5C4 is #282A3B. Grayscale: #D3D3D3. Windows color (decimal): -2632252 or 12899799. OLE color: 12899799.

HSL color Cylindrical-coordinate representation of color #D7D5C4: hue angle of 53.68º 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 #D7D5C4 is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB215213196-
CMYK00.010.090.16
HSL53.68º19.19%80.59%-
HSV(B)53.68º8.84%84.31%-
XYZ61.7866.0261.71-
YUV211.66119.16130.38-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.46%
GREEN value IS 213 (83.59% from 255) = 34.13%
BLUE value IS 196 (76.95% from 255) = 31.41%
R=34.46%
G=34.13%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21521319600.010.090.1653.6819.1980.59
HexD7D5C401910361351
Octal3273253040111206623121
Binary11010111110101011100010001100110000110110100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D5C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D5C4; }

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

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

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

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

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

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

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

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