Shades of Dust Storm #DDC3BA
Tints of Dust Storm #DDC3BA
RGB
CMYK
RGB Variations
Color information
#DDC3BA (or 0xDDC3BA) is known color: Dust Storm. HEX triplet: DD, C3 and BA. RGB value is (221,195,186). Sum of RGB (Red+Green+Blue) = 221+195+186=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 195 (76.56% from 255 or 32.39% from 602); Blue value is 186 (73.05% from 255 or 30.90% from 602); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC3BA is #223C45. Grayscale: #C9C9C9. Windows color (decimal): -2243654 or 12239837. OLE color: 12239837.
HSL color Cylindrical-coordinate representation of color #DDC3BA: hue angle of 15.43º 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 #DDC3BA is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 195 | 186 | - |
| CMYK | 0 | 0.12 | 0.16 | 0.13 |
| HSL | 15.43º | 0.34% | 0.8% | - |
| HSV(B) | 15.43º | 0.16% | 0.87% | - |
| XYZ | 58.2 | 57.95 | 54.57 | - |
| YUV | 201.75 | 119.11 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 186 | 0 | 0.12 | 0.16 | 0.13 | 15.43 | 0.34 | 0.8 |
| Hex | DD | C3 | BA | 0 | C | 10 | D | F | 22 | 50 |
| Octal | 335 | 303 | 272 | 0 | 14 | 20 | 15 | 17 | 42 | 120 |
| Binary | 11011101 | 11000011 | 10111010 | 0 | 1100 | 10000 | 1101 | 1111 | 100010 | 1010000 |
Color Harmonies of #DDC3BA
Complementary color
Monochromatic Colors of #DDC3BA
Black with #DDC3BA
Text Example
Text Example
White with #DDC3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC3BA; }
p { color: rgb(221,195,186); }
H1.HeaderClassName
{
color: #DDC3BA;
}
.AnyTagClassName
{
color: #DDC3BA;
}
</style>
background-color css
<style>
a { background-color: #DDC3BA; }
a { background-color: rgb(221,195,186); }
div.DivClassName
{
background-color: #DDC3BA;
}
.BgClassName
{
background-color: #DDC3BA;
}
</style>
border-color css
<style>
span { border-color: #DDC3BA; }
span { border-color: rgb(221,195,186); }
td.TdClassName
{
border-color: #DDC3BA;
}
.TagClassName
{
border-color: #DDC3BA;
}
</style>