Shades of Dust Storm #DDC3BB
Tints of Dust Storm #DDC3BB
RGB
CMYK
RGB Variations
Color information
#DDC3BB (or 0xDDC3BB) is known color: Dust Storm. HEX triplet: DD, C3 and BB. RGB value is (221,195,187). Sum of RGB (Red+Green+Blue) = 221+195+187=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 195 (76.56% from 255 or 32.34% from 603); Blue value is 187 (73.44% from 255 or 31.01% from 603); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC3BB is #223C44. Grayscale: #C9C9C9. Windows color (decimal): -2243653 or 12305373. OLE color: 12305373.
HSL color Cylindrical-coordinate representation of color #DDC3BB: hue angle of 14.12º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDC3BB is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 195 | 187 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.13 |
| HSL | 14.12º | 0.33% | 0.8% | - |
| HSV(B) | 14.12º | 0.15% | 0.87% | - |
| XYZ | 58.3 | 57.99 | 55.13 | - |
| YUV | 201.86 | 119.61 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 187 | 0 | 0.12 | 0.15 | 0.13 | 14.12 | 0.33 | 0.8 |
| Hex | DD | C3 | BB | 0 | C | F | D | E | 21 | 50 |
| Octal | 335 | 303 | 273 | 0 | 14 | 17 | 15 | 16 | 41 | 120 |
| Binary | 11011101 | 11000011 | 10111011 | 0 | 1100 | 1111 | 1101 | 1110 | 100001 | 1010000 |
Color Harmonies of #DDC3BB
Complementary color
Monochromatic Colors of #DDC3BB
Black with #DDC3BB
Text Example
Text Example
White with #DDC3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC3BB; }
p { color: rgb(221,195,187); }
H1.HeaderClassName
{
color: #DDC3BB;
}
.AnyTagClassName
{
color: #DDC3BB;
}
</style>
background-color css
<style>
a { background-color: #DDC3BB; }
a { background-color: rgb(221,195,187); }
div.DivClassName
{
background-color: #DDC3BB;
}
.BgClassName
{
background-color: #DDC3BB;
}
</style>
border-color css
<style>
span { border-color: #DDC3BB; }
span { border-color: rgb(221,195,187); }
td.TdClassName
{
border-color: #DDC3BB;
}
.TagClassName
{
border-color: #DDC3BB;
}
</style>