Shades of Loafer #DDDDB9
Tints of Loafer #DDDDB9
RGB
CMYK
RGB Variations
Color information
#DDDDB9 (or 0xDDDDB9) is known color: Loafer. HEX triplet: DD, DD and B9. RGB value is (221,221,185). Sum of RGB (Red+Green+Blue) = 221+221+185=627 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.25% from 627); Green value is 221 (86.72% from 255 or 35.25% from 627); Blue value is 185 (72.66% from 255 or 29.51% from 627); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDDB9 is #222246. Grayscale: #D9D9D9. Windows color (decimal): -2236999 or 12180957. OLE color: 12180957.
HSL color Cylindrical-coordinate representation of color #DDDDB9: hue angle of 60º 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 #DDDDB9 is Cyan = 0, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 221 | 185 | - |
CMYK | 0 | 0 | 0.16 | 0.13 |
HSL | 60º | 0.35% | 0.8% | - |
HSV(B) | 60º | 0.16% | 0.87% | - |
XYZ | 64.43 | 70.59 | 56.13 | - |
YUV | 216.9 | 110 | 130.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 221 | 185 | 0 | 0 | 0.16 | 0.13 | 60 | 0.35 | 0.8 |
Hex | DD | DD | B9 | 0 | 0 | 10 | D | 3C | 23 | 50 |
Octal | 335 | 335 | 271 | 0 | 0 | 20 | 15 | 74 | 43 | 120 |
Binary | 11011101 | 11011101 | 10111001 | 0 | 0 | 10000 | 1101 | 111100 | 100011 | 1010000 |
Color Harmonies of #DDDDB9
Complementary color
Monochromatic Colors of #DDDDB9
Black with #DDDDB9
Text Example
Text Example
White with #DDDDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDDB9; }
p { color: rgb(221,221,185); }
H1.HeaderClassName
{
color: #DDDDB9;
}
.AnyTagClassName
{
color: #DDDDB9;
}
</style>
background-color css
<style>
a { background-color: #DDDDB9; }
a { background-color: rgb(221,221,185); }
div.DivClassName
{
background-color: #DDDDB9;
}
.BgClassName
{
background-color: #DDDDB9;
}
</style>
border-color css
<style>
span { border-color: #DDDDB9; }
span { border-color: rgb(221,221,185); }
td.TdClassName
{
border-color: #DDDDB9;
}
.TagClassName
{
border-color: #DDDDB9;
}
</style>