#D8D5BA

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

Shades of Loafer #D8D5BA

Tints of Loafer #D8D5BA

Color information

#D8D5BA (or 0xD8D5BA) is unknown color: approx Loafer. HEX triplet: D8, D5 and BA. RGB value is (216,213,186). Sum of RGB (Red+Green+Blue) = 216+213+186=615 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.12% from 615); Green value is 213 (83.59% from 255 or 34.63% from 615); Blue value is 186 (73.05% from 255 or 30.24% from 615); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D5BA is #272A45. Grayscale: #D2D2D2. Windows color (decimal): -2566726 or 12244440. OLE color: 12244440.

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

Color convert

RGB216213186-
CMYK00.010.140.15
HSL54º27.78%78.82%-
HSV(B)54º13.89%84.71%-
XYZ60.9865.7355.93-
YUV210.82113.99131.7-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.12%
GREEN value IS 213 (83.59% from 255) = 34.63%
BLUE value IS 186 (73.05% from 255) = 30.24%
R=35.12%
G=34.63%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621318600.010.140.155427.7878.82
HexD8D5BA01EF361c4f
Octal3303252720116176634117
Binary1101100011010101101110100111101111110110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D5BA; }

 p { color: rgb(216,213,186); }

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

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

 a { background-color: rgb(216,213,186); }

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

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

 span { border-color: rgb(216,213,186); }

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