Shades of Loafer #D8D7BA
Tints of Loafer #D8D7BA
RGB
CMYK
RGB Variations
Color information
#D8D7BA (or 0xD8D7BA) is known color: Loafer. HEX triplet: D8, D7 and BA. RGB value is (216,215,186). Sum of RGB (Red+Green+Blue) = 216+215+186=617 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.01% from 617); Green value is 215 (84.38% from 255 or 34.85% from 617); Blue value is 186 (73.05% from 255 or 30.15% from 617); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D7BA is #272845. Grayscale: #D4D4D4. Windows color (decimal): -2566214 or 12244952. OLE color: 12244952.
HSL color Cylindrical-coordinate representation of color #D8D7BA: hue angle of 58º degrees, saturation: 0.28, 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 #D8D7BA is Cyan = 0, Magento = 0.00, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 215 | 186 | - |
| CMYK | 0 | 0.00 | 0.14 | 0.15 |
| HSL | 58º | 0.28% | 0.79% | - |
| HSV(B) | 58º | 0.14% | 0.85% | - |
| XYZ | 61.48 | 66.74 | 56.1 | - |
| YUV | 211.99 | 113.33 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 215 | 186 | 0 | 0.00 | 0.14 | 0.15 | 58 | 0.28 | 0.79 |
| Hex | D8 | D7 | BA | 0 | 0 | E | F | 3A | 1C | 4F |
| Octal | 330 | 327 | 272 | 0 | 0 | 16 | 17 | 72 | 34 | 117 |
| Binary | 11011000 | 11010111 | 10111010 | 0 | 0 | 1110 | 1111 | 111010 | 11100 | 1001111 |
Color Harmonies of #D8D7BA
Complementary color
Monochromatic Colors of #D8D7BA
Black with #D8D7BA
Text Example
Text Example
White with #D8D7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D7BA; }
p { color: rgb(216,215,186); }
H1.HeaderClassName
{
color: #D8D7BA;
}
.AnyTagClassName
{
color: #D8D7BA;
}
</style>
background-color css
<style>
a { background-color: #D8D7BA; }
a { background-color: rgb(216,215,186); }
div.DivClassName
{
background-color: #D8D7BA;
}
.BgClassName
{
background-color: #D8D7BA;
}
</style>
border-color css
<style>
span { border-color: #D8D7BA; }
span { border-color: rgb(216,215,186); }
td.TdClassName
{
border-color: #D8D7BA;
}
.TagClassName
{
border-color: #D8D7BA;
}
</style>