Shades of Loafer #D9D6BD
Tints of Loafer #D9D6BD
RGB
CMYK
RGB Variations
Color information
#D9D6BD (or 0xD9D6BD) is known color: Loafer. HEX triplet: D9, D6 and BD. RGB value is (217,214,189). Sum of RGB (Red+Green+Blue) = 217+214+189=620 (82% of max value = 765). Red value is 217 (85.16% from 255 or 35% from 620); Green value is 214 (83.98% from 255 or 34.52% from 620); Blue value is 189 (74.22% from 255 or 30.48% from 620); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D6BD is #262942. Grayscale: #D4D4D4. Windows color (decimal): -2500931 or 12441305. OLE color: 12441305.
HSL color Cylindrical-coordinate representation of color #D9D6BD: hue angle of 53.57º 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 #D9D6BD is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 214 | 189 | - |
| CMYK | 0 | 0.01 | 0.13 | 0.15 |
| HSL | 53.57º | 0.27% | 0.8% | - |
| HSV(B) | 53.57º | 0.13% | 0.85% | - |
| XYZ | 61.85 | 66.52 | 57.72 | - |
| YUV | 212.05 | 114.99 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 214 | 189 | 0 | 0.01 | 0.13 | 0.15 | 53.57 | 0.27 | 0.8 |
| Hex | D9 | D6 | BD | 0 | 1 | D | F | 36 | 1B | 50 |
| Octal | 331 | 326 | 275 | 0 | 1 | 15 | 17 | 66 | 33 | 120 |
| Binary | 11011001 | 11010110 | 10111101 | 0 | 1 | 1101 | 1111 | 110110 | 11011 | 1010000 |
Color Harmonies of #D9D6BD
Complementary color
Monochromatic Colors of #D9D6BD
Black with #D9D6BD
Text Example
Text Example
White with #D9D6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D6BD; }
p { color: rgb(217,214,189); }
H1.HeaderClassName
{
color: #D9D6BD;
}
.AnyTagClassName
{
color: #D9D6BD;
}
</style>
background-color css
<style>
a { background-color: #D9D6BD; }
a { background-color: rgb(217,214,189); }
div.DivClassName
{
background-color: #D9D6BD;
}
.BgClassName
{
background-color: #D9D6BD;
}
</style>
border-color css
<style>
span { border-color: #D9D6BD; }
span { border-color: rgb(217,214,189); }
td.TdClassName
{
border-color: #D9D6BD;
}
.TagClassName
{
border-color: #D9D6BD;
}
</style>