Shades of Loafer #D9D6BA
Tints of Loafer #D9D6BA
RGB
CMYK
RGB Variations
Color information
#D9D6BA (or 0xD9D6BA) is known color: Loafer. HEX triplet: D9, D6 and BA. RGB value is (217,214,186). Sum of RGB (Red+Green+Blue) = 217+214+186=617 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.17% from 617); Green value is 214 (83.98% from 255 or 34.68% from 617); Blue value is 186 (73.05% from 255 or 30.15% from 617); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D6BA is #262945. Grayscale: #D3D3D3. Windows color (decimal): -2500934 or 12244697. OLE color: 12244697.
HSL color Cylindrical-coordinate representation of color #D9D6BA: hue angle of 54.19º 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 #D9D6BA is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 214 | 186 | - |
| CMYK | 0 | 0.01 | 0.14 | 0.15 |
| HSL | 54.19º | 0.29% | 0.79% | - |
| HSV(B) | 54.19º | 0.14% | 0.85% | - |
| XYZ | 61.52 | 66.39 | 56.03 | - |
| YUV | 211.71 | 113.49 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 214 | 186 | 0 | 0.01 | 0.14 | 0.15 | 54.19 | 0.29 | 0.79 |
| Hex | D9 | D6 | BA | 0 | 1 | E | F | 36 | 1D | 4F |
| Octal | 331 | 326 | 272 | 0 | 1 | 16 | 17 | 66 | 35 | 117 |
| Binary | 11011001 | 11010110 | 10111010 | 0 | 1 | 1110 | 1111 | 110110 | 11101 | 1001111 |
Color Harmonies of #D9D6BA
Complementary color
Monochromatic Colors of #D9D6BA
Black with #D9D6BA
Text Example
Text Example
White with #D9D6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D6BA; }
p { color: rgb(217,214,186); }
H1.HeaderClassName
{
color: #D9D6BA;
}
.AnyTagClassName
{
color: #D9D6BA;
}
</style>
background-color css
<style>
a { background-color: #D9D6BA; }
a { background-color: rgb(217,214,186); }
div.DivClassName
{
background-color: #D9D6BA;
}
.BgClassName
{
background-color: #D9D6BA;
}
</style>
border-color css
<style>
span { border-color: #D9D6BA; }
span { border-color: rgb(217,214,186); }
td.TdClassName
{
border-color: #D9D6BA;
}
.TagClassName
{
border-color: #D9D6BA;
}
</style>