Shades of Loafer #DDDBB6
Tints of Loafer #DDDBB6
RGB
CMYK
RGB Variations
Color information
#DDDBB6 (or 0xDDDBB6) is known color: Loafer. HEX triplet: DD, DB and B6. RGB value is (221,219,182). Sum of RGB (Red+Green+Blue) = 221+219+182=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 219 (85.94% from 255 or 35.21% from 622); Blue value is 182 (71.48% from 255 or 29.26% from 622); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDBB6 is #222449. Grayscale: #D7D7D7. Windows color (decimal): -2237514 or 11983837. OLE color: 11983837.
HSL color Cylindrical-coordinate representation of color #DDDBB6: hue angle of 56.92º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDDBB6 is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 219 | 182 | - |
| CMYK | 0 | 0.01 | 0.18 | 0.13 |
| HSL | 56.92º | 0.36% | 0.79% | - |
| HSV(B) | 56.92º | 0.18% | 0.87% | - |
| XYZ | 63.59 | 69.41 | 54.3 | - |
| YUV | 215.38 | 109.16 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 219 | 182 | 0 | 0.01 | 0.18 | 0.13 | 56.92 | 0.36 | 0.79 |
| Hex | DD | DB | B6 | 0 | 1 | 12 | D | 39 | 24 | 4F |
| Octal | 335 | 333 | 266 | 0 | 1 | 22 | 15 | 71 | 44 | 117 |
| Binary | 11011101 | 11011011 | 10110110 | 0 | 1 | 10010 | 1101 | 111001 | 100100 | 1001111 |
Color Harmonies of #DDDBB6
Complementary color
Monochromatic Colors of #DDDBB6
Black with #DDDBB6
Text Example
Text Example
White with #DDDBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDBB6; }
p { color: rgb(221,219,182); }
H1.HeaderClassName
{
color: #DDDBB6;
}
.AnyTagClassName
{
color: #DDDBB6;
}
</style>
background-color css
<style>
a { background-color: #DDDBB6; }
a { background-color: rgb(221,219,182); }
div.DivClassName
{
background-color: #DDDBB6;
}
.BgClassName
{
background-color: #DDDBB6;
}
</style>
border-color css
<style>
span { border-color: #DDDBB6; }
span { border-color: rgb(221,219,182); }
td.TdClassName
{
border-color: #DDDBB6;
}
.TagClassName
{
border-color: #DDDBB6;
}
</style>