Shades of Loafer #DCD8C4
Tints of Loafer #DCD8C4
RGB
CMYK
RGB Variations
Color information
#DCD8C4 (or 0xDCD8C4) is known color: Loafer. HEX triplet: DC, D8 and C4. RGB value is (220,216,196). Sum of RGB (Red+Green+Blue) = 220+216+196=632 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.81% from 632); Green value is 216 (84.77% from 255 or 34.18% from 632); Blue value is 196 (76.95% from 255 or 31.01% from 632); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD8C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD8C4 is #23273B. Grayscale: #D7D7D7. Windows color (decimal): -2303804 or 12900572. OLE color: 12900572.
HSL color Cylindrical-coordinate representation of color #DCD8C4: hue angle of 50º 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 #DCD8C4 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 216 | 196 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.14 |
| HSL | 50º | 0.26% | 0.82% | - |
| HSV(B) | 50º | 0.11% | 0.86% | - |
| XYZ | 64.03 | 68.31 | 62.04 | - |
| YUV | 214.92 | 117.33 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 196 | 0 | 0.02 | 0.11 | 0.14 | 50 | 0.26 | 0.82 |
| Hex | DC | D8 | C4 | 0 | 2 | B | E | 32 | 1A | 52 |
| Octal | 334 | 330 | 304 | 0 | 2 | 13 | 16 | 62 | 32 | 122 |
| Binary | 11011100 | 11011000 | 11000100 | 0 | 10 | 1011 | 1110 | 110010 | 11010 | 1010010 |
Color Harmonies of #DCD8C4
Complementary color
Monochromatic Colors of #DCD8C4
Black with #DCD8C4
Text Example
Text Example
White with #DCD8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD8C4; }
p { color: rgb(220,216,196); }
H1.HeaderClassName
{
color: #DCD8C4;
}
.AnyTagClassName
{
color: #DCD8C4;
}
</style>
background-color css
<style>
a { background-color: #DCD8C4; }
a { background-color: rgb(220,216,196); }
div.DivClassName
{
background-color: #DCD8C4;
}
.BgClassName
{
background-color: #DCD8C4;
}
</style>
border-color css
<style>
span { border-color: #DCD8C4; }
span { border-color: rgb(220,216,196); }
td.TdClassName
{
border-color: #DCD8C4;
}
.TagClassName
{
border-color: #DCD8C4;
}
</style>