Shades of Dust Storm #DDC8BC
Tints of Dust Storm #DDC8BC
RGB
CMYK
RGB Variations
Color information
#DDC8BC (or 0xDDC8BC) is known color: Dust Storm. HEX triplet: DD, C8 and BC. RGB value is (221,200,188). Sum of RGB (Red+Green+Blue) = 221+200+188=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 200 (78.52% from 255 or 32.84% from 609); Blue value is 188 (73.83% from 255 or 30.87% from 609); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC8BC is #223743. Grayscale: #CCCCCC. Windows color (decimal): -2242372 or 12372189. OLE color: 12372189.
HSL color Cylindrical-coordinate representation of color #DDC8BC: hue angle of 21.82º 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 #DDC8BC is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 188 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.13 |
| HSL | 21.82º | 0.33% | 0.8% | - |
| HSV(B) | 21.82º | 0.15% | 0.87% | - |
| XYZ | 59.55 | 60.31 | 56.08 | - |
| YUV | 204.91 | 118.46 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 188 | 0 | 0.10 | 0.15 | 0.13 | 21.82 | 0.33 | 0.8 |
| Hex | DD | C8 | BC | 0 | A | F | D | 16 | 21 | 50 |
| Octal | 335 | 310 | 274 | 0 | 12 | 17 | 15 | 26 | 41 | 120 |
| Binary | 11011101 | 11001000 | 10111100 | 0 | 1010 | 1111 | 1101 | 10110 | 100001 | 1010000 |
Color Harmonies of #DDC8BC
Complementary color
Monochromatic Colors of #DDC8BC
Black with #DDC8BC
Text Example
Text Example
White with #DDC8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC8BC; }
p { color: rgb(221,200,188); }
H1.HeaderClassName
{
color: #DDC8BC;
}
.AnyTagClassName
{
color: #DDC8BC;
}
</style>
background-color css
<style>
a { background-color: #DDC8BC; }
a { background-color: rgb(221,200,188); }
div.DivClassName
{
background-color: #DDC8BC;
}
.BgClassName
{
background-color: #DDC8BC;
}
</style>
border-color css
<style>
span { border-color: #DDC8BC; }
span { border-color: rgb(221,200,188); }
td.TdClassName
{
border-color: #DDC8BC;
}
.TagClassName
{
border-color: #DDC8BC;
}
</style>