Shades of Dust Storm #DDC9C3
Tints of Dust Storm #DDC9C3
RGB
CMYK
RGB Variations
Color information
#DDC9C3 (or 0xDDC9C3) is known color: Dust Storm. HEX triplet: DD, C9 and C3. RGB value is (221,201,195). Sum of RGB (Red+Green+Blue) = 221+201+195=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 201 (78.91% from 255 or 32.58% from 617); Blue value is 195 (76.56% from 255 or 31.60% from 617); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC9C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC9C3 is #22363C. Grayscale: #CECECE. Windows color (decimal): -2242109 or 12831197. OLE color: 12831197.
HSL color Cylindrical-coordinate representation of color #DDC9C3: hue angle of 13.85º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDC9C3 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 195 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.13 |
| HSL | 13.85º | 0.28% | 0.82% | - |
| HSV(B) | 13.85º | 0.12% | 0.87% | - |
| XYZ | 60.56 | 61.09 | 60.23 | - |
| YUV | 206.3 | 121.63 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 195 | 0 | 0.09 | 0.12 | 0.13 | 13.85 | 0.28 | 0.82 |
| Hex | DD | C9 | C3 | 0 | 9 | C | D | E | 1C | 52 |
| Octal | 335 | 311 | 303 | 0 | 11 | 14 | 15 | 16 | 34 | 122 |
| Binary | 11011101 | 11001001 | 11000011 | 0 | 1001 | 1100 | 1101 | 1110 | 11100 | 1010010 |
Color Harmonies of #DDC9C3
Complementary color
Monochromatic Colors of #DDC9C3
Black with #DDC9C3
Text Example
Text Example
White with #DDC9C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC9C3; }
p { color: rgb(221,201,195); }
H1.HeaderClassName
{
color: #DDC9C3;
}
.AnyTagClassName
{
color: #DDC9C3;
}
</style>
background-color css
<style>
a { background-color: #DDC9C3; }
a { background-color: rgb(221,201,195); }
div.DivClassName
{
background-color: #DDC9C3;
}
.BgClassName
{
background-color: #DDC9C3;
}
</style>
border-color css
<style>
span { border-color: #DDC9C3; }
span { border-color: rgb(221,201,195); }
td.TdClassName
{
border-color: #DDC9C3;
}
.TagClassName
{
border-color: #DDC9C3;
}
</style>