Shades of Dust Storm #DDC6BD
Tints of Dust Storm #DDC6BD
RGB
CMYK
RGB Variations
Color information
#DDC6BD (or 0xDDC6BD) is known color: Dust Storm. HEX triplet: DD, C6 and BD. RGB value is (221,198,189). Sum of RGB (Red+Green+Blue) = 221+198+189=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 198 (77.73% from 255 or 32.57% from 608); Blue value is 189 (74.22% from 255 or 31.09% from 608); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC6BD is #223942. Grayscale: #CBCBCB. Windows color (decimal): -2242883 or 12437213. OLE color: 12437213.
HSL color Cylindrical-coordinate representation of color #DDC6BD: hue angle of 16.88º 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 #DDC6BD is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 189 | - |
| CMYK | 0 | 0.10 | 0.14 | 0.13 |
| HSL | 16.88º | 0.32% | 0.8% | - |
| HSV(B) | 16.88º | 0.14% | 0.87% | - |
| XYZ | 59.2 | 59.43 | 56.5 | - |
| YUV | 203.85 | 119.62 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 189 | 0 | 0.10 | 0.14 | 0.13 | 16.88 | 0.32 | 0.8 |
| Hex | DD | C6 | BD | 0 | A | E | D | 11 | 20 | 50 |
| Octal | 335 | 306 | 275 | 0 | 12 | 16 | 15 | 21 | 40 | 120 |
| Binary | 11011101 | 11000110 | 10111101 | 0 | 1010 | 1110 | 1101 | 10001 | 100000 | 1010000 |
Color Harmonies of #DDC6BD
Complementary color
Monochromatic Colors of #DDC6BD
Black with #DDC6BD
Text Example
Text Example
White with #DDC6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC6BD; }
p { color: rgb(221,198,189); }
H1.HeaderClassName
{
color: #DDC6BD;
}
.AnyTagClassName
{
color: #DDC6BD;
}
</style>
background-color css
<style>
a { background-color: #DDC6BD; }
a { background-color: rgb(221,198,189); }
div.DivClassName
{
background-color: #DDC6BD;
}
.BgClassName
{
background-color: #DDC6BD;
}
</style>
border-color css
<style>
span { border-color: #DDC6BD; }
span { border-color: rgb(221,198,189); }
td.TdClassName
{
border-color: #DDC6BD;
}
.TagClassName
{
border-color: #DDC6BD;
}
</style>