Shades of Loafer #D7D5BD
Tints of Loafer #D7D5BD
RGB
CMYK
RGB Variations
Color information
#D7D5BD (or 0xD7D5BD) is known color: Loafer. HEX triplet: D7, D5 and BD. RGB value is (215,213,189). Sum of RGB (Red+Green+Blue) = 215+213+189=617 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.85% from 617); Green value is 213 (83.59% from 255 or 34.52% from 617); Blue value is 189 (74.22% from 255 or 30.63% from 617); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D5BD is #282A42. Grayscale: #D2D2D2. Windows color (decimal): -2632259 or 12441047. OLE color: 12441047.
HSL color Cylindrical-coordinate representation of color #D7D5BD: hue angle of 55.38º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D7D5BD is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 213 | 189 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.16 |
| HSL | 55.38º | 0.25% | 0.79% | - |
| HSV(B) | 55.38º | 0.12% | 0.84% | - |
| XYZ | 61 | 65.71 | 57.61 | - |
| YUV | 210.86 | 115.66 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 213 | 189 | 0 | 0.01 | 0.12 | 0.16 | 55.38 | 0.25 | 0.79 |
| Hex | D7 | D5 | BD | 0 | 1 | C | 10 | 37 | 19 | 4F |
| Octal | 327 | 325 | 275 | 0 | 1 | 14 | 20 | 67 | 31 | 117 |
| Binary | 11010111 | 11010101 | 10111101 | 0 | 1 | 1100 | 10000 | 110111 | 11001 | 1001111 |
Color Harmonies of #D7D5BD
Complementary color
Monochromatic Colors of #D7D5BD
Black with #D7D5BD
Text Example
Text Example
White with #D7D5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D5BD; }
p { color: rgb(215,213,189); }
H1.HeaderClassName
{
color: #D7D5BD;
}
.AnyTagClassName
{
color: #D7D5BD;
}
</style>
background-color css
<style>
a { background-color: #D7D5BD; }
a { background-color: rgb(215,213,189); }
div.DivClassName
{
background-color: #D7D5BD;
}
.BgClassName
{
background-color: #D7D5BD;
}
</style>
border-color css
<style>
span { border-color: #D7D5BD; }
span { border-color: rgb(215,213,189); }
td.TdClassName
{
border-color: #D7D5BD;
}
.TagClassName
{
border-color: #D7D5BD;
}
</style>