Shades of Loafer #DFDCC1
Tints of Loafer #DFDCC1
RGB
CMYK
RGB Variations
Color information
#DFDCC1 (or 0xDFDCC1) is known color: Loafer. HEX triplet: DF, DC and C1. RGB value is (223,220,193). Sum of RGB (Red+Green+Blue) = 223+220+193=636 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.06% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 193 (75.78% from 255 or 30.35% from 636); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDCC1 is #20233E. Grayscale: #D9D9D9. Windows color (decimal): -2106175 or 12704991. OLE color: 12704991.
HSL color Cylindrical-coordinate representation of color #DFDCC1: hue angle of 54º degrees, saturation: 0.32, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFDCC1 is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 193 | - |
| CMYK | 0 | 0.01 | 0.13 | 0.13 |
| HSL | 54º | 0.32% | 0.82% | - |
| HSV(B) | 54º | 0.13% | 0.87% | - |
| XYZ | 65.65 | 70.72 | 60.64 | - |
| YUV | 217.82 | 113.99 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 193 | 0 | 0.01 | 0.13 | 0.13 | 54 | 0.32 | 0.82 |
| Hex | DF | DC | C1 | 0 | 1 | D | D | 36 | 20 | 52 |
| Octal | 337 | 334 | 301 | 0 | 1 | 15 | 15 | 66 | 40 | 122 |
| Binary | 11011111 | 11011100 | 11000001 | 0 | 1 | 1101 | 1101 | 110110 | 100000 | 1010010 |
Color Harmonies of #DFDCC1
Complementary color
Monochromatic Colors of #DFDCC1
Black with #DFDCC1
Text Example
Text Example
White with #DFDCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDCC1; }
p { color: rgb(223,220,193); }
H1.HeaderClassName
{
color: #DFDCC1;
}
.AnyTagClassName
{
color: #DFDCC1;
}
</style>
background-color css
<style>
a { background-color: #DFDCC1; }
a { background-color: rgb(223,220,193); }
div.DivClassName
{
background-color: #DFDCC1;
}
.BgClassName
{
background-color: #DFDCC1;
}
</style>
border-color css
<style>
span { border-color: #DFDCC1; }
span { border-color: rgb(223,220,193); }
td.TdClassName
{
border-color: #DFDCC1;
}
.TagClassName
{
border-color: #DFDCC1;
}
</style>