Shades of Loafer #DDDAB9
Tints of Loafer #DDDAB9
RGB
CMYK
RGB Variations
Color information
#DDDAB9 (or 0xDDDAB9) is known color: Loafer. HEX triplet: DD, DA and B9. RGB value is (221,218,185). Sum of RGB (Red+Green+Blue) = 221+218+185=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 218 (85.55% from 255 or 34.94% from 624); Blue value is 185 (72.66% from 255 or 29.65% from 624); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDAB9 is #222546. Grayscale: #D7D7D7. Windows color (decimal): -2237767 or 12180189. OLE color: 12180189.
HSL color Cylindrical-coordinate representation of color #DDDAB9: hue angle of 55º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDDAB9 is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 185 | - |
| CMYK | 0 | 0.01 | 0.16 | 0.13 |
| HSL | 55º | 0.35% | 0.8% | - |
| HSV(B) | 55º | 0.16% | 0.87% | - |
| XYZ | 63.65 | 69.02 | 55.87 | - |
| YUV | 215.14 | 110.99 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 185 | 0 | 0.01 | 0.16 | 0.13 | 55 | 0.35 | 0.8 |
| Hex | DD | DA | B9 | 0 | 1 | 10 | D | 37 | 23 | 50 |
| Octal | 335 | 332 | 271 | 0 | 1 | 20 | 15 | 67 | 43 | 120 |
| Binary | 11011101 | 11011010 | 10111001 | 0 | 1 | 10000 | 1101 | 110111 | 100011 | 1010000 |
Color Harmonies of #DDDAB9
Complementary color
Monochromatic Colors of #DDDAB9
Black with #DDDAB9
Text Example
Text Example
White with #DDDAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDAB9; }
p { color: rgb(221,218,185); }
H1.HeaderClassName
{
color: #DDDAB9;
}
.AnyTagClassName
{
color: #DDDAB9;
}
</style>
background-color css
<style>
a { background-color: #DDDAB9; }
a { background-color: rgb(221,218,185); }
div.DivClassName
{
background-color: #DDDAB9;
}
.BgClassName
{
background-color: #DDDAB9;
}
</style>
border-color css
<style>
span { border-color: #DDDAB9; }
span { border-color: rgb(221,218,185); }
td.TdClassName
{
border-color: #DDDAB9;
}
.TagClassName
{
border-color: #DDDAB9;
}
</style>