Shades of Loafer #DCD9C4
Tints of Loafer #DCD9C4
RGB
CMYK
RGB Variations
Color information
#DCD9C4 (or 0xDCD9C4) is known color: Loafer. HEX triplet: DC, D9 and C4. RGB value is (220,217,196). Sum of RGB (Red+Green+Blue) = 220+217+196=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 217 (85.16% from 255 or 34.28% from 633); Blue value is 196 (76.95% from 255 or 30.96% from 633); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD9C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD9C4 is #23263B. Grayscale: #D7D7D7. Windows color (decimal): -2303548 or 12900828. OLE color: 12900828.
HSL color Cylindrical-coordinate representation of color #DCD9C4: hue angle of 52.5º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCD9C4 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 196 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.14 |
| HSL | 52.5º | 0.26% | 0.82% | - |
| HSV(B) | 52.5º | 0.11% | 0.86% | - |
| XYZ | 64.29 | 68.83 | 62.12 | - |
| YUV | 215.5 | 116.99 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 196 | 0 | 0.01 | 0.11 | 0.14 | 52.5 | 0.26 | 0.82 |
| Hex | DC | D9 | C4 | 0 | 1 | B | E | 34 | 1A | 52 |
| Octal | 334 | 331 | 304 | 0 | 1 | 13 | 16 | 64 | 32 | 122 |
| Binary | 11011100 | 11011001 | 11000100 | 0 | 1 | 1011 | 1110 | 110100 | 11010 | 1010010 |
Color Harmonies of #DCD9C4
Complementary color
Monochromatic Colors of #DCD9C4
Black with #DCD9C4
Text Example
Text Example
White with #DCD9C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD9C4; }
p { color: rgb(220,217,196); }
H1.HeaderClassName
{
color: #DCD9C4;
}
.AnyTagClassName
{
color: #DCD9C4;
}
</style>
background-color css
<style>
a { background-color: #DCD9C4; }
a { background-color: rgb(220,217,196); }
div.DivClassName
{
background-color: #DCD9C4;
}
.BgClassName
{
background-color: #DCD9C4;
}
</style>
border-color css
<style>
span { border-color: #DCD9C4; }
span { border-color: rgb(220,217,196); }
td.TdClassName
{
border-color: #DCD9C4;
}
.TagClassName
{
border-color: #DCD9C4;
}
</style>