Shades of Loafer #DCD9C2
Tints of Loafer #DCD9C2
RGB
CMYK
RGB Variations
Color information
#DCD9C2 (or 0xDCD9C2) is known color: Loafer. HEX triplet: DC, D9 and C2. RGB value is (220,217,194). Sum of RGB (Red+Green+Blue) = 220+217+194=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 217 (85.16% from 255 or 34.39% from 631); Blue value is 194 (76.17% from 255 or 30.74% from 631); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD9C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD9C2 is #23263D. Grayscale: #D7D7D7. Windows color (decimal): -2303550 or 12769756. OLE color: 12769756.
HSL color Cylindrical-coordinate representation of color #DCD9C2: hue angle of 53.08º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCD9C2 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 194 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.14 |
| HSL | 53.08º | 0.27% | 0.81% | - |
| HSV(B) | 53.08º | 0.12% | 0.86% | - |
| XYZ | 64.07 | 68.74 | 60.93 | - |
| YUV | 215.28 | 115.99 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 194 | 0 | 0.01 | 0.12 | 0.14 | 53.08 | 0.27 | 0.81 |
| Hex | DC | D9 | C2 | 0 | 1 | C | E | 35 | 1B | 51 |
| Octal | 334 | 331 | 302 | 0 | 1 | 14 | 16 | 65 | 33 | 121 |
| Binary | 11011100 | 11011001 | 11000010 | 0 | 1 | 1100 | 1110 | 110101 | 11011 | 1010001 |
Color Harmonies of #DCD9C2
Complementary color
Monochromatic Colors of #DCD9C2
Black with #DCD9C2
Text Example
Text Example
White with #DCD9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD9C2; }
p { color: rgb(220,217,194); }
H1.HeaderClassName
{
color: #DCD9C2;
}
.AnyTagClassName
{
color: #DCD9C2;
}
</style>
background-color css
<style>
a { background-color: #DCD9C2; }
a { background-color: rgb(220,217,194); }
div.DivClassName
{
background-color: #DCD9C2;
}
.BgClassName
{
background-color: #DCD9C2;
}
</style>
border-color css
<style>
span { border-color: #DCD9C2; }
span { border-color: rgb(220,217,194); }
td.TdClassName
{
border-color: #DCD9C2;
}
.TagClassName
{
border-color: #DCD9C2;
}
</style>