Shades of Loafer #D7D5BA
Tints of Loafer #D7D5BA
RGB
CMYK
RGB Variations
Color information
#D7D5BA (or 0xD7D5BA) is known color: Loafer. HEX triplet: D7, D5 and BA. RGB value is (215,213,186). Sum of RGB (Red+Green+Blue) = 215+213+186=614 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.02% from 614); Green value is 213 (83.59% from 255 or 34.69% from 614); Blue value is 186 (73.05% from 255 or 30.29% from 614); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D5BA is #282A45. Grayscale: #D2D2D2. Windows color (decimal): -2632262 or 12244439. OLE color: 12244439.
HSL color Cylindrical-coordinate representation of color #D7D5BA: hue angle of 55.86º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D7D5BA is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 213 | 186 | - |
| CMYK | 0 | 0.01 | 0.13 | 0.16 |
| HSL | 55.86º | 0.27% | 0.79% | - |
| HSV(B) | 55.86º | 0.13% | 0.84% | - |
| XYZ | 60.68 | 65.58 | 55.91 | - |
| YUV | 210.52 | 114.16 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 213 | 186 | 0 | 0.01 | 0.13 | 0.16 | 55.86 | 0.27 | 0.79 |
| Hex | D7 | D5 | BA | 0 | 1 | D | 10 | 38 | 1B | 4F |
| Octal | 327 | 325 | 272 | 0 | 1 | 15 | 20 | 70 | 33 | 117 |
| Binary | 11010111 | 11010101 | 10111010 | 0 | 1 | 1101 | 10000 | 111000 | 11011 | 1001111 |
Color Harmonies of #D7D5BA
Complementary color
Monochromatic Colors of #D7D5BA
Black with #D7D5BA
Text Example
Text Example
White with #D7D5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D5BA; }
p { color: rgb(215,213,186); }
H1.HeaderClassName
{
color: #D7D5BA;
}
.AnyTagClassName
{
color: #D7D5BA;
}
</style>
background-color css
<style>
a { background-color: #D7D5BA; }
a { background-color: rgb(215,213,186); }
div.DivClassName
{
background-color: #D7D5BA;
}
.BgClassName
{
background-color: #D7D5BA;
}
</style>
border-color css
<style>
span { border-color: #D7D5BA; }
span { border-color: rgb(215,213,186); }
td.TdClassName
{
border-color: #D7D5BA;
}
.TagClassName
{
border-color: #D7D5BA;
}
</style>