Shades of Loafer #DFDCC4
Tints of Loafer #DFDCC4
RGB
CMYK
RGB Variations
Color information
#DFDCC4 (or 0xDFDCC4) is known color: Loafer. HEX triplet: DF, DC and C4. RGB value is (223,220,196). Sum of RGB (Red+Green+Blue) = 223+220+196=639 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.90% from 639); Green value is 220 (86.33% from 255 or 34.43% from 639); Blue value is 196 (76.95% from 255 or 30.67% from 639); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDCC4 is #20233B. Grayscale: #DADADA. Windows color (decimal): -2106172 or 12901599. OLE color: 12901599.
HSL color Cylindrical-coordinate representation of color #DFDCC4: hue angle of 53.33º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFDCC4 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 196 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.13 |
| HSL | 53.33º | 0.3% | 0.82% | - |
| HSV(B) | 53.33º | 0.12% | 0.87% | - |
| XYZ | 65.99 | 70.86 | 62.42 | - |
| YUV | 218.16 | 115.49 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 196 | 0 | 0.01 | 0.12 | 0.13 | 53.33 | 0.3 | 0.82 |
| Hex | DF | DC | C4 | 0 | 1 | C | D | 35 | 1E | 52 |
| Octal | 337 | 334 | 304 | 0 | 1 | 14 | 15 | 65 | 36 | 122 |
| Binary | 11011111 | 11011100 | 11000100 | 0 | 1 | 1100 | 1101 | 110101 | 11110 | 1010010 |
Color Harmonies of #DFDCC4
Complementary color
Monochromatic Colors of #DFDCC4
Black with #DFDCC4
Text Example
Text Example
White with #DFDCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDCC4; }
p { color: rgb(223,220,196); }
H1.HeaderClassName
{
color: #DFDCC4;
}
.AnyTagClassName
{
color: #DFDCC4;
}
</style>
background-color css
<style>
a { background-color: #DFDCC4; }
a { background-color: rgb(223,220,196); }
div.DivClassName
{
background-color: #DFDCC4;
}
.BgClassName
{
background-color: #DFDCC4;
}
</style>
border-color css
<style>
span { border-color: #DFDCC4; }
span { border-color: rgb(223,220,196); }
td.TdClassName
{
border-color: #DFDCC4;
}
.TagClassName
{
border-color: #DFDCC4;
}
</style>