Shades of Loafer #DFDDC0
Tints of Loafer #DFDDC0
RGB
CMYK
RGB Variations
Color information
#DFDDC0 (or 0xDFDDC0) is known color: Loafer. HEX triplet: DF, DD and C0. RGB value is (223,221,192). Sum of RGB (Red+Green+Blue) = 223+221+192=636 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.06% from 636); Green value is 221 (86.72% from 255 or 34.75% from 636); Blue value is 192 (75.39% from 255 or 30.19% from 636); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDDC0 is #20223F. Grayscale: #DADADA. Windows color (decimal): -2105920 or 12639711. OLE color: 12639711.
HSL color Cylindrical-coordinate representation of color #DFDDC0: hue angle of 56.13º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFDDC0 is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 221 | 192 | - |
CMYK | 0 | 0.01 | 0.14 | 0.13 |
HSL | 56.13º | 0.33% | 0.81% | - |
HSV(B) | 56.13º | 0.14% | 0.87% | - |
XYZ | 65.8 | 71.21 | 60.15 | - |
YUV | 218.29 | 113.16 | 131.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 221 | 192 | 0 | 0.01 | 0.14 | 0.13 | 56.13 | 0.33 | 0.81 |
Hex | DF | DD | C0 | 0 | 1 | E | D | 38 | 21 | 51 |
Octal | 337 | 335 | 300 | 0 | 1 | 16 | 15 | 70 | 41 | 121 |
Binary | 11011111 | 11011101 | 11000000 | 0 | 1 | 1110 | 1101 | 111000 | 100001 | 1010001 |
Color Harmonies of #DFDDC0
Complementary color
Monochromatic Colors of #DFDDC0
Black with #DFDDC0
Text Example
Text Example
White with #DFDDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDDC0; }
p { color: rgb(223,221,192); }
H1.HeaderClassName
{
color: #DFDDC0;
}
.AnyTagClassName
{
color: #DFDDC0;
}
</style>
background-color css
<style>
a { background-color: #DFDDC0; }
a { background-color: rgb(223,221,192); }
div.DivClassName
{
background-color: #DFDDC0;
}
.BgClassName
{
background-color: #DFDDC0;
}
</style>
border-color css
<style>
span { border-color: #DFDDC0; }
span { border-color: rgb(223,221,192); }
td.TdClassName
{
border-color: #DFDDC0;
}
.TagClassName
{
border-color: #DFDDC0;
}
</style>