Shades of Loafer #DFDCBD
Tints of Loafer #DFDCBD
RGB
CMYK
RGB Variations
Color information
#DFDCBD (or 0xDFDCBD) is known color: Loafer. HEX triplet: DF, DC and BD. RGB value is (223,220,189). Sum of RGB (Red+Green+Blue) = 223+220+189=632 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.28% from 632); Green value is 220 (86.33% from 255 or 34.81% from 632); Blue value is 189 (74.22% from 255 or 29.91% from 632); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDCBD is #202342. Grayscale: #D9D9D9. Windows color (decimal): -2106179 or 12442847. OLE color: 12442847.
HSL color Cylindrical-coordinate representation of color #DFDCBD: hue angle of 54.71º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DFDCBD is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 189 | - |
| CMYK | 0 | 0.01 | 0.15 | 0.13 |
| HSL | 54.71º | 0.35% | 0.81% | - |
| HSV(B) | 54.71º | 0.15% | 0.87% | - |
| XYZ | 65.21 | 70.55 | 58.32 | - |
| YUV | 217.36 | 111.99 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 189 | 0 | 0.01 | 0.15 | 0.13 | 54.71 | 0.35 | 0.81 |
| Hex | DF | DC | BD | 0 | 1 | F | D | 37 | 23 | 51 |
| Octal | 337 | 334 | 275 | 0 | 1 | 17 | 15 | 67 | 43 | 121 |
| Binary | 11011111 | 11011100 | 10111101 | 0 | 1 | 1111 | 1101 | 110111 | 100011 | 1010001 |
Color Harmonies of #DFDCBD
Complementary color
Monochromatic Colors of #DFDCBD
Black with #DFDCBD
Text Example
Text Example
White with #DFDCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDCBD; }
p { color: rgb(223,220,189); }
H1.HeaderClassName
{
color: #DFDCBD;
}
.AnyTagClassName
{
color: #DFDCBD;
}
</style>
background-color css
<style>
a { background-color: #DFDCBD; }
a { background-color: rgb(223,220,189); }
div.DivClassName
{
background-color: #DFDCBD;
}
.BgClassName
{
background-color: #DFDCBD;
}
</style>
border-color css
<style>
span { border-color: #DFDCBD; }
span { border-color: rgb(223,220,189); }
td.TdClassName
{
border-color: #DFDCBD;
}
.TagClassName
{
border-color: #DFDCBD;
}
</style>