Shades of Loafer #DFDFBD
Tints of Loafer #DFDFBD
RGB
CMYK
RGB Variations
Color information
#DFDFBD (or 0xDFDFBD) is known color: Loafer. HEX triplet: DF, DF and BD. RGB value is (223,223,189). Sum of RGB (Red+Green+Blue) = 223+223+189=635 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.12% from 635); Green value is 223 (87.5% from 255 or 35.12% from 635); Blue value is 189 (74.22% from 255 or 29.76% from 635); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDFBD is #202042. Grayscale: #DBDBDB. Windows color (decimal): -2105411 or 12443615. OLE color: 12443615.
HSL color Cylindrical-coordinate representation of color #DFDFBD: hue angle of 60º 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 #DFDFBD is Cyan = 0, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 223 | 189 | - |
| CMYK | 0 | 0 | 0.15 | 0.13 |
| HSL | 60º | 0.35% | 0.81% | - |
| HSV(B) | 60º | 0.15% | 0.87% | - |
| XYZ | 66 | 72.14 | 58.59 | - |
| YUV | 219.12 | 111 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 223 | 189 | 0 | 0 | 0.15 | 0.13 | 60 | 0.35 | 0.81 |
| Hex | DF | DF | BD | 0 | 0 | F | D | 3C | 23 | 51 |
| Octal | 337 | 337 | 275 | 0 | 0 | 17 | 15 | 74 | 43 | 121 |
| Binary | 11011111 | 11011111 | 10111101 | 0 | 0 | 1111 | 1101 | 111100 | 100011 | 1010001 |
Color Harmonies of #DFDFBD
Complementary color
Monochromatic Colors of #DFDFBD
Black with #DFDFBD
Text Example
Text Example
White with #DFDFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDFBD; }
p { color: rgb(223,223,189); }
H1.HeaderClassName
{
color: #DFDFBD;
}
.AnyTagClassName
{
color: #DFDFBD;
}
</style>
background-color css
<style>
a { background-color: #DFDFBD; }
a { background-color: rgb(223,223,189); }
div.DivClassName
{
background-color: #DFDFBD;
}
.BgClassName
{
background-color: #DFDFBD;
}
</style>
border-color css
<style>
span { border-color: #DFDFBD; }
span { border-color: rgb(223,223,189); }
td.TdClassName
{
border-color: #DFDFBD;
}
.TagClassName
{
border-color: #DFDFBD;
}
</style>