Shades of Loafer #D7D4C1
Tints of Loafer #D7D4C1
RGB
CMYK
RGB Variations
Color information
#D7D4C1 (or 0xD7D4C1) is known color: Loafer. HEX triplet: D7, D4 and C1. RGB value is (215,212,193). Sum of RGB (Red+Green+Blue) = 215+212+193=620 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.68% from 620); Green value is 212 (83.20% from 255 or 34.19% from 620); Blue value is 193 (75.78% from 255 or 31.13% from 620); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D4C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D4C1 is #282B3E. Grayscale: #D2D2D2. Windows color (decimal): -2632511 or 12702935. OLE color: 12702935.
HSL color Cylindrical-coordinate representation of color #D7D4C1: hue angle of 51.82º degrees, saturation: 0.22, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D7D4C1 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 212 | 193 | - |
| CMYK | 0 | 0.01 | 0.10 | 0.16 |
| HSL | 51.82º | 0.22% | 0.8% | - |
| HSV(B) | 51.82º | 0.1% | 0.84% | - |
| XYZ | 61.19 | 65.38 | 59.85 | - |
| YUV | 210.73 | 117.99 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 212 | 193 | 0 | 0.01 | 0.10 | 0.16 | 51.82 | 0.22 | 0.8 |
| Hex | D7 | D4 | C1 | 0 | 1 | A | 10 | 34 | 16 | 50 |
| Octal | 327 | 324 | 301 | 0 | 1 | 12 | 20 | 64 | 26 | 120 |
| Binary | 11010111 | 11010100 | 11000001 | 0 | 1 | 1010 | 10000 | 110100 | 10110 | 1010000 |
Color Harmonies of #D7D4C1
Complementary color
Monochromatic Colors of #D7D4C1
Black with #D7D4C1
Text Example
Text Example
White with #D7D4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D4C1; }
p { color: rgb(215,212,193); }
H1.HeaderClassName
{
color: #D7D4C1;
}
.AnyTagClassName
{
color: #D7D4C1;
}
</style>
background-color css
<style>
a { background-color: #D7D4C1; }
a { background-color: rgb(215,212,193); }
div.DivClassName
{
background-color: #D7D4C1;
}
.BgClassName
{
background-color: #D7D4C1;
}
</style>
border-color css
<style>
span { border-color: #D7D4C1; }
span { border-color: rgb(215,212,193); }
td.TdClassName
{
border-color: #D7D4C1;
}
.TagClassName
{
border-color: #D7D4C1;
}
</style>