Shades of Loafer #D9D7B8
Tints of Loafer #D9D7B8
RGB
CMYK
RGB Variations
Color information
#D9D7B8 (or 0xD9D7B8) is known color: Loafer. HEX triplet: D9, D7 and B8. RGB value is (217,215,184). Sum of RGB (Red+Green+Blue) = 217+215+184=616 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.23% from 616); Green value is 215 (84.38% from 255 or 34.90% from 616); Blue value is 184 (72.27% from 255 or 29.87% from 616); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D7B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D7B8 is #262847. Grayscale: #D4D4D4. Windows color (decimal): -2500680 or 12113881. OLE color: 12113881.
HSL color Cylindrical-coordinate representation of color #D9D7B8: hue angle of 56.36º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9D7B8 is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 215 | 184 | - |
| CMYK | 0 | 0.01 | 0.15 | 0.15 |
| HSL | 56.36º | 0.3% | 0.79% | - |
| HSV(B) | 56.36º | 0.15% | 0.85% | - |
| XYZ | 61.57 | 66.81 | 55 | - |
| YUV | 212.06 | 112.16 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 215 | 184 | 0 | 0.01 | 0.15 | 0.15 | 56.36 | 0.3 | 0.79 |
| Hex | D9 | D7 | B8 | 0 | 1 | F | F | 38 | 1E | 4F |
| Octal | 331 | 327 | 270 | 0 | 1 | 17 | 17 | 70 | 36 | 117 |
| Binary | 11011001 | 11010111 | 10111000 | 0 | 1 | 1111 | 1111 | 111000 | 11110 | 1001111 |
Color Harmonies of #D9D7B8
Complementary color
Monochromatic Colors of #D9D7B8
Black with #D9D7B8
Text Example
Text Example
White with #D9D7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D7B8; }
p { color: rgb(217,215,184); }
H1.HeaderClassName
{
color: #D9D7B8;
}
.AnyTagClassName
{
color: #D9D7B8;
}
</style>
background-color css
<style>
a { background-color: #D9D7B8; }
a { background-color: rgb(217,215,184); }
div.DivClassName
{
background-color: #D9D7B8;
}
.BgClassName
{
background-color: #D9D7B8;
}
</style>
border-color css
<style>
span { border-color: #D9D7B8; }
span { border-color: rgb(217,215,184); }
td.TdClassName
{
border-color: #D9D7B8;
}
.TagClassName
{
border-color: #D9D7B8;
}
</style>