Shades of Loafer #DFDFBB
Tints of Loafer #DFDFBB
RGB
CMYK
RGB Variations
Color information
#DFDFBB (or 0xDFDFBB) is known color: Loafer. HEX triplet: DF, DF and BB. RGB value is (223,223,187). Sum of RGB (Red+Green+Blue) = 223+223+187=633 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.23% from 633); Green value is 223 (87.5% from 255 or 35.23% from 633); Blue value is 187 (73.44% from 255 or 29.54% from 633); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDFBB is #202044. Grayscale: #DBDBDB. Windows color (decimal): -2105413 or 12312543. OLE color: 12312543.
HSL color Cylindrical-coordinate representation of color #DFDFBB: hue angle of 60º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFDFBB is Cyan = 0, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 223 | 187 | - |
| CMYK | 0 | 0 | 0.16 | 0.13 |
| HSL | 60º | 0.36% | 0.8% | - |
| HSV(B) | 60º | 0.16% | 0.87% | - |
| XYZ | 65.79 | 72.05 | 57.45 | - |
| YUV | 218.9 | 110 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 223 | 187 | 0 | 0 | 0.16 | 0.13 | 60 | 0.36 | 0.8 |
| Hex | DF | DF | BB | 0 | 0 | 10 | D | 3C | 24 | 50 |
| Octal | 337 | 337 | 273 | 0 | 0 | 20 | 15 | 74 | 44 | 120 |
| Binary | 11011111 | 11011111 | 10111011 | 0 | 0 | 10000 | 1101 | 111100 | 100100 | 1010000 |
Color Harmonies of #DFDFBB
Complementary color
Monochromatic Colors of #DFDFBB
Black with #DFDFBB
Text Example
Text Example
White with #DFDFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDFBB; }
p { color: rgb(223,223,187); }
H1.HeaderClassName
{
color: #DFDFBB;
}
.AnyTagClassName
{
color: #DFDFBB;
}
</style>
background-color css
<style>
a { background-color: #DFDFBB; }
a { background-color: rgb(223,223,187); }
div.DivClassName
{
background-color: #DFDFBB;
}
.BgClassName
{
background-color: #DFDFBB;
}
</style>
border-color css
<style>
span { border-color: #DFDFBB; }
span { border-color: rgb(223,223,187); }
td.TdClassName
{
border-color: #DFDFBB;
}
.TagClassName
{
border-color: #DFDFBB;
}
</style>