Shades of Dust Storm #DDC9BF
Tints of Dust Storm #DDC9BF
RGB
CMYK
RGB Variations
Color information
#DDC9BF (or 0xDDC9BF) is known color: Dust Storm. HEX triplet: DD, C9 and BF. RGB value is (221,201,191). Sum of RGB (Red+Green+Blue) = 221+201+191=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 201 (78.91% from 255 or 32.79% from 613); Blue value is 191 (75% from 255 or 31.16% from 613); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC9BF is #223640. Grayscale: #CDCDCD. Windows color (decimal): -2242113 or 12569053. OLE color: 12569053.
HSL color Cylindrical-coordinate representation of color #DDC9BF: hue angle of 20º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDC9BF is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 191 | - |
| CMYK | 0 | 0.09 | 0.14 | 0.13 |
| HSL | 20º | 0.31% | 0.81% | - |
| HSV(B) | 20º | 0.14% | 0.87% | - |
| XYZ | 60.11 | 60.91 | 57.88 | - |
| YUV | 205.84 | 119.63 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 191 | 0 | 0.09 | 0.14 | 0.13 | 20 | 0.31 | 0.81 |
| Hex | DD | C9 | BF | 0 | 9 | E | D | 14 | 1F | 51 |
| Octal | 335 | 311 | 277 | 0 | 11 | 16 | 15 | 24 | 37 | 121 |
| Binary | 11011101 | 11001001 | 10111111 | 0 | 1001 | 1110 | 1101 | 10100 | 11111 | 1010001 |
Color Harmonies of #DDC9BF
Complementary color
Monochromatic Colors of #DDC9BF
Black with #DDC9BF
Text Example
Text Example
White with #DDC9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC9BF; }
p { color: rgb(221,201,191); }
H1.HeaderClassName
{
color: #DDC9BF;
}
.AnyTagClassName
{
color: #DDC9BF;
}
</style>
background-color css
<style>
a { background-color: #DDC9BF; }
a { background-color: rgb(221,201,191); }
div.DivClassName
{
background-color: #DDC9BF;
}
.BgClassName
{
background-color: #DDC9BF;
}
</style>
border-color css
<style>
span { border-color: #DDC9BF; }
span { border-color: rgb(221,201,191); }
td.TdClassName
{
border-color: #DDC9BF;
}
.TagClassName
{
border-color: #DDC9BF;
}
</style>