Shades of Loafer #DFDEBA
Tints of Loafer #DFDEBA
RGB
CMYK
RGB Variations
Color information
#DFDEBA (or 0xDFDEBA) is known color: Loafer. HEX triplet: DF, DE and BA. RGB value is (223,222,186). Sum of RGB (Red+Green+Blue) = 223+222+186=631 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.34% from 631); Green value is 222 (87.11% from 255 or 35.18% from 631); Blue value is 186 (73.05% from 255 or 29.48% from 631); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDEBA is #202145. Grayscale: #DADADA. Windows color (decimal): -2105670 or 12246751. OLE color: 12246751.
HSL color Cylindrical-coordinate representation of color #DFDEBA: hue angle of 58.38º 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 #DFDEBA is Cyan = 0, Magento = 0.00, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 222 | 186 | - |
| CMYK | 0 | 0.00 | 0.17 | 0.13 |
| HSL | 58.38º | 0.37% | 0.8% | - |
| HSV(B) | 58.38º | 0.17% | 0.87% | - |
| XYZ | 65.42 | 71.48 | 56.8 | - |
| YUV | 218.2 | 109.83 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 222 | 186 | 0 | 0.00 | 0.17 | 0.13 | 58.38 | 0.37 | 0.8 |
| Hex | DF | DE | BA | 0 | 0 | 11 | D | 3A | 25 | 50 |
| Octal | 337 | 336 | 272 | 0 | 0 | 21 | 15 | 72 | 45 | 120 |
| Binary | 11011111 | 11011110 | 10111010 | 0 | 0 | 10001 | 1101 | 111010 | 100101 | 1010000 |
Color Harmonies of #DFDEBA
Complementary color
Monochromatic Colors of #DFDEBA
Black with #DFDEBA
Text Example
Text Example
White with #DFDEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDEBA; }
p { color: rgb(223,222,186); }
H1.HeaderClassName
{
color: #DFDEBA;
}
.AnyTagClassName
{
color: #DFDEBA;
}
</style>
background-color css
<style>
a { background-color: #DFDEBA; }
a { background-color: rgb(223,222,186); }
div.DivClassName
{
background-color: #DFDEBA;
}
.BgClassName
{
background-color: #DFDEBA;
}
</style>
border-color css
<style>
span { border-color: #DFDEBA; }
span { border-color: rgb(223,222,186); }
td.TdClassName
{
border-color: #DFDEBA;
}
.TagClassName
{
border-color: #DFDEBA;
}
</style>