Shades of Loafer #DCD9BE
Tints of Loafer #DCD9BE
RGB
CMYK
RGB Variations
Color information
#DCD9BE (or 0xDCD9BE) is known color: Loafer. HEX triplet: DC, D9 and BE. RGB value is (220,217,190). Sum of RGB (Red+Green+Blue) = 220+217+190=627 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.09% from 627); Green value is 217 (85.16% from 255 or 34.61% from 627); Blue value is 190 (74.61% from 255 or 30.30% from 627); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD9BE is #232641. Grayscale: #D6D6D6. Windows color (decimal): -2303554 or 12507612. OLE color: 12507612.
HSL color Cylindrical-coordinate representation of color #DCD9BE: hue angle of 54º 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 #DCD9BE is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 190 | - |
| CMYK | 0 | 0.01 | 0.14 | 0.14 |
| HSL | 54º | 0.3% | 0.8% | - |
| HSV(B) | 54º | 0.14% | 0.86% | - |
| XYZ | 63.62 | 68.56 | 58.6 | - |
| YUV | 214.82 | 113.99 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 190 | 0 | 0.01 | 0.14 | 0.14 | 54 | 0.3 | 0.8 |
| Hex | DC | D9 | BE | 0 | 1 | E | E | 36 | 1E | 50 |
| Octal | 334 | 331 | 276 | 0 | 1 | 16 | 16 | 66 | 36 | 120 |
| Binary | 11011100 | 11011001 | 10111110 | 0 | 1 | 1110 | 1110 | 110110 | 11110 | 1010000 |
Color Harmonies of #DCD9BE
Complementary color
Monochromatic Colors of #DCD9BE
Black with #DCD9BE
Text Example
Text Example
White with #DCD9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD9BE; }
p { color: rgb(220,217,190); }
H1.HeaderClassName
{
color: #DCD9BE;
}
.AnyTagClassName
{
color: #DCD9BE;
}
</style>
background-color css
<style>
a { background-color: #DCD9BE; }
a { background-color: rgb(220,217,190); }
div.DivClassName
{
background-color: #DCD9BE;
}
.BgClassName
{
background-color: #DCD9BE;
}
</style>
border-color css
<style>
span { border-color: #DCD9BE; }
span { border-color: rgb(220,217,190); }
td.TdClassName
{
border-color: #DCD9BE;
}
.TagClassName
{
border-color: #DCD9BE;
}
</style>