Shades of Loafer #D9D8BD
Tints of Loafer #D9D8BD
RGB
CMYK
RGB Variations
Color information
#D9D8BD (or 0xD9D8BD) is known color: Loafer. HEX triplet: D9, D8 and BD. RGB value is (217,216,189). Sum of RGB (Red+Green+Blue) = 217+216+189=622 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.89% from 622); Green value is 216 (84.77% from 255 or 34.73% from 622); Blue value is 189 (74.22% from 255 or 30.39% from 622); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D8BD is #262742. Grayscale: #D5D5D5. Windows color (decimal): -2500419 or 12441817. OLE color: 12441817.
HSL color Cylindrical-coordinate representation of color #D9D8BD: hue angle of 57.86º 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 #D9D8BD is Cyan = 0, Magento = 0.00, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 216 | 189 | - |
| CMYK | 0 | 0.00 | 0.13 | 0.15 |
| HSL | 57.86º | 0.27% | 0.8% | - |
| HSV(B) | 57.86º | 0.13% | 0.85% | - |
| XYZ | 62.36 | 67.54 | 57.89 | - |
| YUV | 213.22 | 114.33 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 216 | 189 | 0 | 0.00 | 0.13 | 0.15 | 57.86 | 0.27 | 0.8 |
| Hex | D9 | D8 | BD | 0 | 0 | D | F | 3A | 1B | 50 |
| Octal | 331 | 330 | 275 | 0 | 0 | 15 | 17 | 72 | 33 | 120 |
| Binary | 11011001 | 11011000 | 10111101 | 0 | 0 | 1101 | 1111 | 111010 | 11011 | 1010000 |
Color Harmonies of #D9D8BD
Complementary color
Monochromatic Colors of #D9D8BD
Black with #D9D8BD
Text Example
Text Example
White with #D9D8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D8BD; }
p { color: rgb(217,216,189); }
H1.HeaderClassName
{
color: #D9D8BD;
}
.AnyTagClassName
{
color: #D9D8BD;
}
</style>
background-color css
<style>
a { background-color: #D9D8BD; }
a { background-color: rgb(217,216,189); }
div.DivClassName
{
background-color: #D9D8BD;
}
.BgClassName
{
background-color: #D9D8BD;
}
</style>
border-color css
<style>
span { border-color: #D9D8BD; }
span { border-color: rgb(217,216,189); }
td.TdClassName
{
border-color: #D9D8BD;
}
.TagClassName
{
border-color: #D9D8BD;
}
</style>