Shades of Dust Storm #DDC9C1
Tints of Dust Storm #DDC9C1
RGB
CMYK
RGB Variations
Color information
#DDC9C1 (or 0xDDC9C1) is known color: Dust Storm. HEX triplet: DD, C9 and C1. RGB value is (221,201,193). Sum of RGB (Red+Green+Blue) = 221+201+193=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 201 (78.91% from 255 or 32.68% from 615); Blue value is 193 (75.78% from 255 or 31.38% from 615); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC9C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC9C1 is #22363E. Grayscale: #CECECE. Windows color (decimal): -2242111 or 12700125. OLE color: 12700125.
HSL color Cylindrical-coordinate representation of color #DDC9C1: hue angle of 17.14º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDC9C1 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 193 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.13 |
| HSL | 17.14º | 0.29% | 0.81% | - |
| HSV(B) | 17.14º | 0.13% | 0.87% | - |
| XYZ | 60.33 | 61 | 59.05 | - |
| YUV | 206.07 | 120.63 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 193 | 0 | 0.09 | 0.13 | 0.13 | 17.14 | 0.29 | 0.81 |
| Hex | DD | C9 | C1 | 0 | 9 | D | D | 11 | 1D | 51 |
| Octal | 335 | 311 | 301 | 0 | 11 | 15 | 15 | 21 | 35 | 121 |
| Binary | 11011101 | 11001001 | 11000001 | 0 | 1001 | 1101 | 1101 | 10001 | 11101 | 1010001 |
Color Harmonies of #DDC9C1
Complementary color
Monochromatic Colors of #DDC9C1
Black with #DDC9C1
Text Example
Text Example
White with #DDC9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC9C1; }
p { color: rgb(221,201,193); }
H1.HeaderClassName
{
color: #DDC9C1;
}
.AnyTagClassName
{
color: #DDC9C1;
}
</style>
background-color css
<style>
a { background-color: #DDC9C1; }
a { background-color: rgb(221,201,193); }
div.DivClassName
{
background-color: #DDC9C1;
}
.BgClassName
{
background-color: #DDC9C1;
}
</style>
border-color css
<style>
span { border-color: #DDC9C1; }
span { border-color: rgb(221,201,193); }
td.TdClassName
{
border-color: #DDC9C1;
}
.TagClassName
{
border-color: #DDC9C1;
}
</style>