#D9D9BD

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

Shades of Loafer #D9D9BD

Tints of Loafer #D9D9BD

Color information

#D9D9BD (or 0xD9D9BD) is unknown color: approx Loafer. HEX triplet: D9, D9 and BD. RGB value is (217,217,189). Sum of RGB (Red+Green+Blue) = 217+217+189=623 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.83% from 623); Green value is 217 (85.16% from 255 or 34.83% from 623); Blue value is 189 (74.22% from 255 or 30.34% from 623); Max value from RGB is 217 - color contains mainly: red, green. Hex color #D9D9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D9BD is #262642. Grayscale: #D5D5D5. Windows color (decimal): -2500163 or 12442073. OLE color: 12442073.

HSL color Cylindrical-coordinate representation of color #D9D9BD: hue angle of 60º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9D9BD is Cyan = 0, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB217217189-
CMYK000.130.15
HSL60º26.92%79.61%-
HSV(B)60º12.9%85.1%-
XYZ62.6168.0557.98-
YUV213.81114130.28-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.83%
GREEN value IS 217 (85.16% from 255) = 34.83%
BLUE value IS 189 (74.22% from 255) = 30.34%
R=34.83%
G=34.83%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217217189000.130.156026.9279.61
HexD9D9BD00DF3c1b50
Octal3313312750015177433120
Binary1101100111011001101111010011011111111100110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D9BD; }

 p { color: rgb(217,217,189); }

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

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

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

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

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

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

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