Shades of Loafer #DCD9C3
Tints of Loafer #DCD9C3
RGB
CMYK
RGB Variations
Color information
#DCD9C3 (or 0xDCD9C3) is known color: Loafer. HEX triplet: DC, D9 and C3. RGB value is (220,217,195). Sum of RGB (Red+Green+Blue) = 220+217+195=632 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.81% from 632); Green value is 217 (85.16% from 255 or 34.34% from 632); Blue value is 195 (76.56% from 255 or 30.85% from 632); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD9C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD9C3 is #23263C. Grayscale: #D7D7D7. Windows color (decimal): -2303549 or 12835292. OLE color: 12835292.
HSL color Cylindrical-coordinate representation of color #DCD9C3: hue angle of 52.8º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCD9C3 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 195 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.14 |
| HSL | 52.8º | 0.26% | 0.81% | - |
| HSV(B) | 52.8º | 0.11% | 0.86% | - |
| XYZ | 64.18 | 68.78 | 61.52 | - |
| YUV | 215.39 | 116.49 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 195 | 0 | 0.01 | 0.11 | 0.14 | 52.8 | 0.26 | 0.81 |
| Hex | DC | D9 | C3 | 0 | 1 | B | E | 35 | 1A | 51 |
| Octal | 334 | 331 | 303 | 0 | 1 | 13 | 16 | 65 | 32 | 121 |
| Binary | 11011100 | 11011001 | 11000011 | 0 | 1 | 1011 | 1110 | 110101 | 11010 | 1010001 |
Color Harmonies of #DCD9C3
Complementary color
Monochromatic Colors of #DCD9C3
Black with #DCD9C3
Text Example
Text Example
White with #DCD9C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD9C3; }
p { color: rgb(220,217,195); }
H1.HeaderClassName
{
color: #DCD9C3;
}
.AnyTagClassName
{
color: #DCD9C3;
}
</style>
background-color css
<style>
a { background-color: #DCD9C3; }
a { background-color: rgb(220,217,195); }
div.DivClassName
{
background-color: #DCD9C3;
}
.BgClassName
{
background-color: #DCD9C3;
}
</style>
border-color css
<style>
span { border-color: #DCD9C3; }
span { border-color: rgb(220,217,195); }
td.TdClassName
{
border-color: #DCD9C3;
}
.TagClassName
{
border-color: #DCD9C3;
}
</style>