Shades of Dust Storm #DDC5BC
Tints of Dust Storm #DDC5BC
RGB
CMYK
RGB Variations
Color information
#DDC5BC (or 0xDDC5BC) is known color: Dust Storm. HEX triplet: DD, C5 and BC. RGB value is (221,197,188). Sum of RGB (Red+Green+Blue) = 221+197+188=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 197 (77.34% from 255 or 32.51% from 606); Blue value is 188 (73.83% from 255 or 31.02% from 606); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC5BC is #223A43. Grayscale: #CBCBCB. Windows color (decimal): -2243140 or 12371421. OLE color: 12371421.
HSL color Cylindrical-coordinate representation of color #DDC5BC: hue angle of 16.36º 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 #DDC5BC is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 188 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.13 |
| HSL | 16.36º | 0.33% | 0.8% | - |
| HSV(B) | 16.36º | 0.15% | 0.87% | - |
| XYZ | 58.86 | 58.94 | 55.85 | - |
| YUV | 203.15 | 119.45 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 188 | 0 | 0.11 | 0.15 | 0.13 | 16.36 | 0.33 | 0.8 |
| Hex | DD | C5 | BC | 0 | B | F | D | 10 | 21 | 50 |
| Octal | 335 | 305 | 274 | 0 | 13 | 17 | 15 | 20 | 41 | 120 |
| Binary | 11011101 | 11000101 | 10111100 | 0 | 1011 | 1111 | 1101 | 10000 | 100001 | 1010000 |
Color Harmonies of #DDC5BC
Complementary color
Monochromatic Colors of #DDC5BC
Black with #DDC5BC
Text Example
Text Example
White with #DDC5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC5BC; }
p { color: rgb(221,197,188); }
H1.HeaderClassName
{
color: #DDC5BC;
}
.AnyTagClassName
{
color: #DDC5BC;
}
</style>
background-color css
<style>
a { background-color: #DDC5BC; }
a { background-color: rgb(221,197,188); }
div.DivClassName
{
background-color: #DDC5BC;
}
.BgClassName
{
background-color: #DDC5BC;
}
</style>
border-color css
<style>
span { border-color: #DDC5BC; }
span { border-color: rgb(221,197,188); }
td.TdClassName
{
border-color: #DDC5BC;
}
.TagClassName
{
border-color: #DDC5BC;
}
</style>