Shades of Loafer #DFDEB9
Tints of Loafer #DFDEB9
RGB
CMYK
RGB Variations
Color information
#DFDEB9 (or 0xDFDEB9) is known color: Loafer. HEX triplet: DF, DE and B9. RGB value is (223,222,185). Sum of RGB (Red+Green+Blue) = 223+222+185=630 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.40% from 630); Green value is 222 (87.11% from 255 or 35.24% from 630); Blue value is 185 (72.66% from 255 or 29.37% from 630); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDEB9 is #202146. Grayscale: #DADADA. Windows color (decimal): -2105671 or 12181215. OLE color: 12181215.
HSL color Cylindrical-coordinate representation of color #DFDEB9: hue angle of 58.42º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFDEB9 is Cyan = 0, Magento = 0.00, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 222 | 185 | - |
| CMYK | 0 | 0.00 | 0.17 | 0.13 |
| HSL | 58.42º | 0.37% | 0.8% | - |
| HSV(B) | 58.42º | 0.17% | 0.87% | - |
| XYZ | 65.31 | 71.43 | 56.24 | - |
| YUV | 218.08 | 109.33 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 222 | 185 | 0 | 0.00 | 0.17 | 0.13 | 58.42 | 0.37 | 0.8 |
| Hex | DF | DE | B9 | 0 | 0 | 11 | D | 3A | 25 | 50 |
| Octal | 337 | 336 | 271 | 0 | 0 | 21 | 15 | 72 | 45 | 120 |
| Binary | 11011111 | 11011110 | 10111001 | 0 | 0 | 10001 | 1101 | 111010 | 100101 | 1010000 |
Color Harmonies of #DFDEB9
Complementary color
Monochromatic Colors of #DFDEB9
Black with #DFDEB9
Text Example
Text Example
White with #DFDEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDEB9; }
p { color: rgb(223,222,185); }
H1.HeaderClassName
{
color: #DFDEB9;
}
.AnyTagClassName
{
color: #DFDEB9;
}
</style>
background-color css
<style>
a { background-color: #DFDEB9; }
a { background-color: rgb(223,222,185); }
div.DivClassName
{
background-color: #DFDEB9;
}
.BgClassName
{
background-color: #DFDEB9;
}
</style>
border-color css
<style>
span { border-color: #DFDEB9; }
span { border-color: rgb(223,222,185); }
td.TdClassName
{
border-color: #DFDEB9;
}
.TagClassName
{
border-color: #DFDEB9;
}
</style>