Shades of Loafer #D9D5BE
Tints of Loafer #D9D5BE
RGB
CMYK
RGB Variations
Color information
#D9D5BE (or 0xD9D5BE) is known color: Loafer. HEX triplet: D9, D5 and BE. RGB value is (217,213,190). Sum of RGB (Red+Green+Blue) = 217+213+190=620 (82% of max value = 765). Red value is 217 (85.16% from 255 or 35% from 620); Green value is 213 (83.59% from 255 or 34.35% from 620); Blue value is 190 (74.61% from 255 or 30.65% from 620); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D5BE is #262A41. Grayscale: #D3D3D3. Windows color (decimal): -2501186 or 12506585. OLE color: 12506585.
HSL color Cylindrical-coordinate representation of color #D9D5BE: hue angle of 51.11º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D9D5BE is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 213 | 190 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.15 |
| HSL | 51.11º | 0.26% | 0.8% | - |
| HSV(B) | 51.11º | 0.12% | 0.85% | - |
| XYZ | 61.7 | 66.06 | 58.21 | - |
| YUV | 211.57 | 115.83 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 213 | 190 | 0 | 0.02 | 0.12 | 0.15 | 51.11 | 0.26 | 0.8 |
| Hex | D9 | D5 | BE | 0 | 2 | C | F | 33 | 1A | 50 |
| Octal | 331 | 325 | 276 | 0 | 2 | 14 | 17 | 63 | 32 | 120 |
| Binary | 11011001 | 11010101 | 10111110 | 0 | 10 | 1100 | 1111 | 110011 | 11010 | 1010000 |
Color Harmonies of #D9D5BE
Complementary color
Monochromatic Colors of #D9D5BE
Black with #D9D5BE
Text Example
Text Example
White with #D9D5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D5BE; }
p { color: rgb(217,213,190); }
H1.HeaderClassName
{
color: #D9D5BE;
}
.AnyTagClassName
{
color: #D9D5BE;
}
</style>
background-color css
<style>
a { background-color: #D9D5BE; }
a { background-color: rgb(217,213,190); }
div.DivClassName
{
background-color: #D9D5BE;
}
.BgClassName
{
background-color: #D9D5BE;
}
</style>
border-color css
<style>
span { border-color: #D9D5BE; }
span { border-color: rgb(217,213,190); }
td.TdClassName
{
border-color: #D9D5BE;
}
.TagClassName
{
border-color: #D9D5BE;
}
</style>