Shades of Loafer #DCD8BE
Tints of Loafer #DCD8BE
RGB
CMYK
RGB Variations
Color information
#DCD8BE (or 0xDCD8BE) is known color: Loafer. HEX triplet: DC, D8 and BE. RGB value is (220,216,190). Sum of RGB (Red+Green+Blue) = 220+216+190=626 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.14% from 626); Green value is 216 (84.77% from 255 or 34.50% from 626); Blue value is 190 (74.61% from 255 or 30.35% from 626); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD8BE is #232741. Grayscale: #D6D6D6. Windows color (decimal): -2303810 or 12507356. OLE color: 12507356.
HSL color Cylindrical-coordinate representation of color #DCD8BE: hue angle of 52º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCD8BE is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 216 | 190 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.14 |
| HSL | 52º | 0.3% | 0.8% | - |
| HSV(B) | 52º | 0.14% | 0.86% | - |
| XYZ | 63.37 | 68.05 | 58.51 | - |
| YUV | 214.23 | 114.33 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 190 | 0 | 0.02 | 0.14 | 0.14 | 52 | 0.3 | 0.8 |
| Hex | DC | D8 | BE | 0 | 2 | E | E | 34 | 1E | 50 |
| Octal | 334 | 330 | 276 | 0 | 2 | 16 | 16 | 64 | 36 | 120 |
| Binary | 11011100 | 11011000 | 10111110 | 0 | 10 | 1110 | 1110 | 110100 | 11110 | 1010000 |
Color Harmonies of #DCD8BE
Complementary color
Monochromatic Colors of #DCD8BE
Black with #DCD8BE
Text Example
Text Example
White with #DCD8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD8BE; }
p { color: rgb(220,216,190); }
H1.HeaderClassName
{
color: #DCD8BE;
}
.AnyTagClassName
{
color: #DCD8BE;
}
</style>
background-color css
<style>
a { background-color: #DCD8BE; }
a { background-color: rgb(220,216,190); }
div.DivClassName
{
background-color: #DCD8BE;
}
.BgClassName
{
background-color: #DCD8BE;
}
</style>
border-color css
<style>
span { border-color: #DCD8BE; }
span { border-color: rgb(220,216,190); }
td.TdClassName
{
border-color: #DCD8BE;
}
.TagClassName
{
border-color: #DCD8BE;
}
</style>