Shades of Loafer #D7D4BD
Tints of Loafer #D7D4BD
RGB
CMYK
RGB Variations
Color information
#D7D4BD (or 0xD7D4BD) is known color: Loafer. HEX triplet: D7, D4 and BD. RGB value is (215,212,189). Sum of RGB (Red+Green+Blue) = 215+212+189=616 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.90% from 616); Green value is 212 (83.20% from 255 or 34.42% from 616); Blue value is 189 (74.22% from 255 or 30.68% from 616); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D4BD is #282B42. Grayscale: #D2D2D2. Windows color (decimal): -2632515 or 12440791. OLE color: 12440791.
HSL color Cylindrical-coordinate representation of color #D7D4BD: hue angle of 53.08º 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 #D7D4BD is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 212 | 189 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.16 |
| HSL | 53.08º | 0.25% | 0.79% | - |
| HSV(B) | 53.08º | 0.12% | 0.84% | - |
| XYZ | 60.75 | 65.21 | 57.53 | - |
| YUV | 210.28 | 115.99 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 212 | 189 | 0 | 0.01 | 0.12 | 0.16 | 53.08 | 0.25 | 0.79 |
| Hex | D7 | D4 | BD | 0 | 1 | C | 10 | 35 | 19 | 4F |
| Octal | 327 | 324 | 275 | 0 | 1 | 14 | 20 | 65 | 31 | 117 |
| Binary | 11010111 | 11010100 | 10111101 | 0 | 1 | 1100 | 10000 | 110101 | 11001 | 1001111 |
Color Harmonies of #D7D4BD
Complementary color
Monochromatic Colors of #D7D4BD
Black with #D7D4BD
Text Example
Text Example
White with #D7D4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D4BD; }
p { color: rgb(215,212,189); }
H1.HeaderClassName
{
color: #D7D4BD;
}
.AnyTagClassName
{
color: #D7D4BD;
}
</style>
background-color css
<style>
a { background-color: #D7D4BD; }
a { background-color: rgb(215,212,189); }
div.DivClassName
{
background-color: #D7D4BD;
}
.BgClassName
{
background-color: #D7D4BD;
}
</style>
border-color css
<style>
span { border-color: #D7D4BD; }
span { border-color: rgb(215,212,189); }
td.TdClassName
{
border-color: #D7D4BD;
}
.TagClassName
{
border-color: #D7D4BD;
}
</style>