Shades of Dust Storm #DDCAC0
Tints of Dust Storm #DDCAC0
RGB
CMYK
RGB Variations
Color information
#DDCAC0 (or 0xDDCAC0) is known color: Dust Storm. HEX triplet: DD, CA and C0. RGB value is (221,202,192). Sum of RGB (Red+Green+Blue) = 221+202+192=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 202 (79.30% from 255 or 32.85% from 615); Blue value is 192 (75.39% from 255 or 31.22% from 615); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCAC0 is #22353F. Grayscale: #CECECE. Windows color (decimal): -2241856 or 12634845. OLE color: 12634845.
HSL color Cylindrical-coordinate representation of color #DDCAC0: hue angle of 20.69º 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 #DDCAC0 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 202 | 192 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.13 |
| HSL | 20.69º | 0.3% | 0.81% | - |
| HSV(B) | 20.69º | 0.13% | 0.87% | - |
| XYZ | 60.45 | 61.42 | 58.54 | - |
| YUV | 206.54 | 119.79 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 202 | 192 | 0 | 0.09 | 0.13 | 0.13 | 20.69 | 0.3 | 0.81 |
| Hex | DD | CA | C0 | 0 | 9 | D | D | 15 | 1E | 51 |
| Octal | 335 | 312 | 300 | 0 | 11 | 15 | 15 | 25 | 36 | 121 |
| Binary | 11011101 | 11001010 | 11000000 | 0 | 1001 | 1101 | 1101 | 10101 | 11110 | 1010001 |
Color Harmonies of #DDCAC0
Complementary color
Monochromatic Colors of #DDCAC0
Black with #DDCAC0
Text Example
Text Example
White with #DDCAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCAC0; }
p { color: rgb(221,202,192); }
H1.HeaderClassName
{
color: #DDCAC0;
}
.AnyTagClassName
{
color: #DDCAC0;
}
</style>
background-color css
<style>
a { background-color: #DDCAC0; }
a { background-color: rgb(221,202,192); }
div.DivClassName
{
background-color: #DDCAC0;
}
.BgClassName
{
background-color: #DDCAC0;
}
</style>
border-color css
<style>
span { border-color: #DDCAC0; }
span { border-color: rgb(221,202,192); }
td.TdClassName
{
border-color: #DDCAC0;
}
.TagClassName
{
border-color: #DDCAC0;
}
</style>