Shades of Dust Storm #DDC9C0
Tints of Dust Storm #DDC9C0
RGB
CMYK
RGB Variations
Color information
#DDC9C0 (or 0xDDC9C0) is known color: Dust Storm. HEX triplet: DD, C9 and C0. RGB value is (221,201,192). Sum of RGB (Red+Green+Blue) = 221+201+192=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 201 (78.91% from 255 or 32.74% from 614); Blue value is 192 (75.39% from 255 or 31.27% from 614); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC9C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC9C0 is #22363F. Grayscale: #CECECE. Windows color (decimal): -2242112 or 12634589. OLE color: 12634589.
HSL color Cylindrical-coordinate representation of color #DDC9C0: hue angle of 18.62º degrees, saturation: 0.3, 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 #DDC9C0 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 201 | 192 | - |
CMYK | 0 | 0.09 | 0.13 | 0.13 |
HSL | 18.62º | 0.3% | 0.81% | - |
HSV(B) | 18.62º | 0.13% | 0.87% | - |
XYZ | 60.22 | 60.95 | 58.46 | - |
YUV | 205.95 | 120.13 | 138.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 201 | 192 | 0 | 0.09 | 0.13 | 0.13 | 18.62 | 0.3 | 0.81 |
Hex | DD | C9 | C0 | 0 | 9 | D | D | 13 | 1E | 51 |
Octal | 335 | 311 | 300 | 0 | 11 | 15 | 15 | 23 | 36 | 121 |
Binary | 11011101 | 11001001 | 11000000 | 0 | 1001 | 1101 | 1101 | 10011 | 11110 | 1010001 |
Color Harmonies of #DDC9C0
Complementary color
Monochromatic Colors of #DDC9C0
Black with #DDC9C0
Text Example
Text Example
White with #DDC9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC9C0; }
p { color: rgb(221,201,192); }
H1.HeaderClassName
{
color: #DDC9C0;
}
.AnyTagClassName
{
color: #DDC9C0;
}
</style>
background-color css
<style>
a { background-color: #DDC9C0; }
a { background-color: rgb(221,201,192); }
div.DivClassName
{
background-color: #DDC9C0;
}
.BgClassName
{
background-color: #DDC9C0;
}
</style>
border-color css
<style>
span { border-color: #DDC9C0; }
span { border-color: rgb(221,201,192); }
td.TdClassName
{
border-color: #DDC9C0;
}
.TagClassName
{
border-color: #DDC9C0;
}
</style>