Shades of Loafer #DCD8C3
Tints of Loafer #DCD8C3
RGB
CMYK
RGB Variations
Color information
#DCD8C3 (or 0xDCD8C3) is known color: Loafer. HEX triplet: DC, D8 and C3. RGB value is (220,216,195). Sum of RGB (Red+Green+Blue) = 220+216+195=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 216 (84.77% from 255 or 34.23% from 631); Blue value is 195 (76.56% from 255 or 30.90% from 631); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD8C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD8C3 is #23273C. Grayscale: #D6D6D6. Windows color (decimal): -2303805 or 12835036. OLE color: 12835036.
HSL color Cylindrical-coordinate representation of color #DCD8C3: hue angle of 50.4º 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 #DCD8C3 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 216 | 195 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.14 |
| HSL | 50.4º | 0.26% | 0.81% | - |
| HSV(B) | 50.4º | 0.11% | 0.86% | - |
| XYZ | 63.92 | 68.27 | 61.44 | - |
| YUV | 214.8 | 116.83 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 195 | 0 | 0.02 | 0.11 | 0.14 | 50.4 | 0.26 | 0.81 |
| Hex | DC | D8 | C3 | 0 | 2 | B | E | 32 | 1A | 51 |
| Octal | 334 | 330 | 303 | 0 | 2 | 13 | 16 | 62 | 32 | 121 |
| Binary | 11011100 | 11011000 | 11000011 | 0 | 10 | 1011 | 1110 | 110010 | 11010 | 1010001 |
Color Harmonies of #DCD8C3
Complementary color
Monochromatic Colors of #DCD8C3
Black with #DCD8C3
Text Example
Text Example
White with #DCD8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD8C3; }
p { color: rgb(220,216,195); }
H1.HeaderClassName
{
color: #DCD8C3;
}
.AnyTagClassName
{
color: #DCD8C3;
}
</style>
background-color css
<style>
a { background-color: #DCD8C3; }
a { background-color: rgb(220,216,195); }
div.DivClassName
{
background-color: #DCD8C3;
}
.BgClassName
{
background-color: #DCD8C3;
}
</style>
border-color css
<style>
span { border-color: #DCD8C3; }
span { border-color: rgb(220,216,195); }
td.TdClassName
{
border-color: #DCD8C3;
}
.TagClassName
{
border-color: #DCD8C3;
}
</style>