#D9D8BA

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

Shades of Loafer #D9D8BA

Tints of Loafer #D9D8BA

Color information

#D9D8BA (or 0xD9D8BA) is unknown color: approx Loafer. HEX triplet: D9, D8 and BA. RGB value is (217,216,186). Sum of RGB (Red+Green+Blue) = 217+216+186=619 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.06% from 619); Green value is 216 (84.77% from 255 or 34.89% from 619); Blue value is 186 (73.05% from 255 or 30.05% from 619); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D8BA is #262745. Grayscale: #D5D5D5. Windows color (decimal): -2500422 or 12245209. OLE color: 12245209.

HSL color Cylindrical-coordinate representation of color #D9D8BA: hue angle of 58.06º degrees, saturation: 0.29, 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 #D9D8BA is Cyan = 0, Magento = 0.00, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB217216186-
CMYK00.000.140.15
HSL58.06º28.97%79.02%-
HSV(B)58.06º14.29%85.1%-
XYZ62.0367.4156.2-
YUV212.88112.83130.94-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.06%
GREEN value IS 216 (84.77% from 255) = 34.89%
BLUE value IS 186 (73.05% from 255) = 30.05%
R=35.06%
G=34.89%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721618600.000.140.1558.0628.9779.02
HexD9D8BA00EF3a1d4f
Octal3313302720016177235117
Binary1101100111011000101110100011101111111010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D8BA; }

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

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

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

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

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

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

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

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