Shades of Loafer #DFDDBD
Tints of Loafer #DFDDBD
RGB
CMYK
RGB Variations
Color information
#DFDDBD (or 0xDFDDBD) is known color: Loafer. HEX triplet: DF, DD and BD. RGB value is (223,221,189). Sum of RGB (Red+Green+Blue) = 223+221+189=633 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.23% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 189 (74.22% from 255 or 29.86% from 633); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDDBD is #202242. Grayscale: #DADADA. Windows color (decimal): -2105923 or 12443103. OLE color: 12443103.
HSL color Cylindrical-coordinate representation of color #DFDDBD: hue angle of 56.47º 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 #DFDDBD is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 189 | - |
| CMYK | 0 | 0.01 | 0.15 | 0.13 |
| HSL | 56.47º | 0.35% | 0.81% | - |
| HSV(B) | 56.47º | 0.15% | 0.87% | - |
| XYZ | 65.47 | 71.08 | 58.41 | - |
| YUV | 217.95 | 111.66 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 189 | 0 | 0.01 | 0.15 | 0.13 | 56.47 | 0.35 | 0.81 |
| Hex | DF | DD | BD | 0 | 1 | F | D | 38 | 23 | 51 |
| Octal | 337 | 335 | 275 | 0 | 1 | 17 | 15 | 70 | 43 | 121 |
| Binary | 11011111 | 11011101 | 10111101 | 0 | 1 | 1111 | 1101 | 111000 | 100011 | 1010001 |
Color Harmonies of #DFDDBD
Complementary color
Monochromatic Colors of #DFDDBD
Black with #DFDDBD
Text Example
Text Example
White with #DFDDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDDBD; }
p { color: rgb(223,221,189); }
H1.HeaderClassName
{
color: #DFDDBD;
}
.AnyTagClassName
{
color: #DFDDBD;
}
</style>
background-color css
<style>
a { background-color: #DFDDBD; }
a { background-color: rgb(223,221,189); }
div.DivClassName
{
background-color: #DFDDBD;
}
.BgClassName
{
background-color: #DFDDBD;
}
</style>
border-color css
<style>
span { border-color: #DFDDBD; }
span { border-color: rgb(223,221,189); }
td.TdClassName
{
border-color: #DFDDBD;
}
.TagClassName
{
border-color: #DFDDBD;
}
</style>