Shades of Dust Storm #DDC6BA
Tints of Dust Storm #DDC6BA
RGB
CMYK
RGB Variations
Color information
#DDC6BA (or 0xDDC6BA) is known color: Dust Storm. HEX triplet: DD, C6 and BA. RGB value is (221,198,186). Sum of RGB (Red+Green+Blue) = 221+198+186=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 198 (77.73% from 255 or 32.73% from 605); Blue value is 186 (73.05% from 255 or 30.74% from 605); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC6BA is #223945. Grayscale: #CBCBCB. Windows color (decimal): -2242886 or 12240605. OLE color: 12240605.
HSL color Cylindrical-coordinate representation of color #DDC6BA: hue angle of 20.57º degrees, saturation: 0.34, 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 #DDC6BA is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 186 | - |
| CMYK | 0 | 0.10 | 0.16 | 0.13 |
| HSL | 20.57º | 0.34% | 0.8% | - |
| HSV(B) | 20.57º | 0.16% | 0.87% | - |
| XYZ | 58.88 | 59.31 | 54.8 | - |
| YUV | 203.51 | 118.12 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 186 | 0 | 0.10 | 0.16 | 0.13 | 20.57 | 0.34 | 0.8 |
| Hex | DD | C6 | BA | 0 | A | 10 | D | 15 | 22 | 50 |
| Octal | 335 | 306 | 272 | 0 | 12 | 20 | 15 | 25 | 42 | 120 |
| Binary | 11011101 | 11000110 | 10111010 | 0 | 1010 | 10000 | 1101 | 10101 | 100010 | 1010000 |
Color Harmonies of #DDC6BA
Complementary color
Monochromatic Colors of #DDC6BA
Black with #DDC6BA
Text Example
Text Example
White with #DDC6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC6BA; }
p { color: rgb(221,198,186); }
H1.HeaderClassName
{
color: #DDC6BA;
}
.AnyTagClassName
{
color: #DDC6BA;
}
</style>
background-color css
<style>
a { background-color: #DDC6BA; }
a { background-color: rgb(221,198,186); }
div.DivClassName
{
background-color: #DDC6BA;
}
.BgClassName
{
background-color: #DDC6BA;
}
</style>
border-color css
<style>
span { border-color: #DDC6BA; }
span { border-color: rgb(221,198,186); }
td.TdClassName
{
border-color: #DDC6BA;
}
.TagClassName
{
border-color: #DDC6BA;
}
</style>