Shades of Dust Storm #DDC4BC
Tints of Dust Storm #DDC4BC
RGB
CMYK
RGB Variations
Color information
#DDC4BC (or 0xDDC4BC) is known color: Dust Storm. HEX triplet: DD, C4 and BC. RGB value is (221,196,188). Sum of RGB (Red+Green+Blue) = 221+196+188=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 196 (76.95% from 255 or 32.40% from 605); Blue value is 188 (73.83% from 255 or 31.07% from 605); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC4BC is #223B43. Grayscale: #CACACA. Windows color (decimal): -2243396 or 12371165. OLE color: 12371165.
HSL color Cylindrical-coordinate representation of color #DDC4BC: hue angle of 14.55º 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 #DDC4BC is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 196 | 188 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.13 |
| HSL | 14.55º | 0.33% | 0.8% | - |
| HSV(B) | 14.55º | 0.15% | 0.87% | - |
| XYZ | 58.64 | 58.48 | 55.77 | - |
| YUV | 202.56 | 119.78 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 196 | 188 | 0 | 0.11 | 0.15 | 0.13 | 14.55 | 0.33 | 0.8 |
| Hex | DD | C4 | BC | 0 | B | F | D | F | 21 | 50 |
| Octal | 335 | 304 | 274 | 0 | 13 | 17 | 15 | 17 | 41 | 120 |
| Binary | 11011101 | 11000100 | 10111100 | 0 | 1011 | 1111 | 1101 | 1111 | 100001 | 1010000 |
Color Harmonies of #DDC4BC
Complementary color
Monochromatic Colors of #DDC4BC
Black with #DDC4BC
Text Example
Text Example
White with #DDC4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC4BC; }
p { color: rgb(221,196,188); }
H1.HeaderClassName
{
color: #DDC4BC;
}
.AnyTagClassName
{
color: #DDC4BC;
}
</style>
background-color css
<style>
a { background-color: #DDC4BC; }
a { background-color: rgb(221,196,188); }
div.DivClassName
{
background-color: #DDC4BC;
}
.BgClassName
{
background-color: #DDC4BC;
}
</style>
border-color css
<style>
span { border-color: #DDC4BC; }
span { border-color: rgb(221,196,188); }
td.TdClassName
{
border-color: #DDC4BC;
}
.TagClassName
{
border-color: #DDC4BC;
}
</style>