Shades of Dust Storm #DDC3BD
Tints of Dust Storm #DDC3BD
RGB
CMYK
RGB Variations
Color information
#DDC3BD (or 0xDDC3BD) is known color: Dust Storm. HEX triplet: DD, C3 and BD. RGB value is (221,195,189). Sum of RGB (Red+Green+Blue) = 221+195+189=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 195 (76.56% from 255 or 32.23% from 605); Blue value is 189 (74.22% from 255 or 31.24% from 605); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC3BD is #223C42. Grayscale: #CACACA. Windows color (decimal): -2243651 or 12436445. OLE color: 12436445.
HSL color Cylindrical-coordinate representation of color #DDC3BD: hue angle of 11.25º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDC3BD is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 195 | 189 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.13 |
| HSL | 11.25º | 0.32% | 0.8% | - |
| HSV(B) | 11.25º | 0.14% | 0.87% | - |
| XYZ | 58.52 | 58.08 | 56.27 | - |
| YUV | 202.09 | 120.61 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 189 | 0 | 0.12 | 0.14 | 0.13 | 11.25 | 0.32 | 0.8 |
| Hex | DD | C3 | BD | 0 | C | E | D | B | 20 | 50 |
| Octal | 335 | 303 | 275 | 0 | 14 | 16 | 15 | 13 | 40 | 120 |
| Binary | 11011101 | 11000011 | 10111101 | 0 | 1100 | 1110 | 1101 | 1011 | 100000 | 1010000 |
Color Harmonies of #DDC3BD
Complementary color
Monochromatic Colors of #DDC3BD
Black with #DDC3BD
Text Example
Text Example
White with #DDC3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC3BD; }
p { color: rgb(221,195,189); }
H1.HeaderClassName
{
color: #DDC3BD;
}
.AnyTagClassName
{
color: #DDC3BD;
}
</style>
background-color css
<style>
a { background-color: #DDC3BD; }
a { background-color: rgb(221,195,189); }
div.DivClassName
{
background-color: #DDC3BD;
}
.BgClassName
{
background-color: #DDC3BD;
}
</style>
border-color css
<style>
span { border-color: #DDC3BD; }
span { border-color: rgb(221,195,189); }
td.TdClassName
{
border-color: #DDC3BD;
}
.TagClassName
{
border-color: #DDC3BD;
}
</style>