Shades of Loafer #D9D8C2
Tints of Loafer #D9D8C2
RGB
CMYK
RGB Variations
Color information
#D9D8C2 (or 0xD9D8C2) is known color: Loafer. HEX triplet: D9, D8 and C2. RGB value is (217,216,194). Sum of RGB (Red+Green+Blue) = 217+216+194=627 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.61% from 627); Green value is 216 (84.77% from 255 or 34.45% from 627); Blue value is 194 (76.17% from 255 or 30.94% from 627); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D8C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D8C2 is #26273D. Grayscale: #D5D5D5. Windows color (decimal): -2500414 or 12769497. OLE color: 12769497.
HSL color Cylindrical-coordinate representation of color #D9D8C2: hue angle of 57.39º degrees, saturation: 0.23, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D9D8C2 is Cyan = 0, Magento = 0.00, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 216 | 194 | - |
| CMYK | 0 | 0.00 | 0.11 | 0.15 |
| HSL | 57.39º | 0.23% | 0.81% | - |
| HSV(B) | 57.39º | 0.11% | 0.85% | - |
| XYZ | 62.91 | 67.76 | 60.8 | - |
| YUV | 213.79 | 116.83 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 216 | 194 | 0 | 0.00 | 0.11 | 0.15 | 57.39 | 0.23 | 0.81 |
| Hex | D9 | D8 | C2 | 0 | 0 | B | F | 39 | 17 | 51 |
| Octal | 331 | 330 | 302 | 0 | 0 | 13 | 17 | 71 | 27 | 121 |
| Binary | 11011001 | 11011000 | 11000010 | 0 | 0 | 1011 | 1111 | 111001 | 10111 | 1010001 |
Color Harmonies of #D9D8C2
Complementary color
Monochromatic Colors of #D9D8C2
Black with #D9D8C2
Text Example
Text Example
White with #D9D8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D8C2; }
p { color: rgb(217,216,194); }
H1.HeaderClassName
{
color: #D9D8C2;
}
.AnyTagClassName
{
color: #D9D8C2;
}
</style>
background-color css
<style>
a { background-color: #D9D8C2; }
a { background-color: rgb(217,216,194); }
div.DivClassName
{
background-color: #D9D8C2;
}
.BgClassName
{
background-color: #D9D8C2;
}
</style>
border-color css
<style>
span { border-color: #D9D8C2; }
span { border-color: rgb(217,216,194); }
td.TdClassName
{
border-color: #D9D8C2;
}
.TagClassName
{
border-color: #D9D8C2;
}
</style>