Shades of Dust Storm #DDCAC1
Tints of Dust Storm #DDCAC1
RGB
CMYK
RGB Variations
Color information
#DDCAC1 (or 0xDDCAC1) is known color: Dust Storm. HEX triplet: DD, CA and C1. RGB value is (221,202,193). Sum of RGB (Red+Green+Blue) = 221+202+193=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 193 (75.78% from 255 or 31.33% from 616); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCAC1 is #22353E. Grayscale: #CECECE. Windows color (decimal): -2241855 or 12700381. OLE color: 12700381.
HSL color Cylindrical-coordinate representation of color #DDCAC1: hue angle of 19.29º 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 #DDCAC1 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 202 | 193 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.13 |
| HSL | 19.29º | 0.29% | 0.81% | - |
| HSV(B) | 19.29º | 0.13% | 0.87% | - |
| XYZ | 60.56 | 61.46 | 59.12 | - |
| YUV | 206.66 | 120.29 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 202 | 193 | 0 | 0.09 | 0.13 | 0.13 | 19.29 | 0.29 | 0.81 |
| Hex | DD | CA | C1 | 0 | 9 | D | D | 13 | 1D | 51 |
| Octal | 335 | 312 | 301 | 0 | 11 | 15 | 15 | 23 | 35 | 121 |
| Binary | 11011101 | 11001010 | 11000001 | 0 | 1001 | 1101 | 1101 | 10011 | 11101 | 1010001 |
Color Harmonies of #DDCAC1
Complementary color
Monochromatic Colors of #DDCAC1
Black with #DDCAC1
Text Example
Text Example
White with #DDCAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCAC1; }
p { color: rgb(221,202,193); }
H1.HeaderClassName
{
color: #DDCAC1;
}
.AnyTagClassName
{
color: #DDCAC1;
}
</style>
background-color css
<style>
a { background-color: #DDCAC1; }
a { background-color: rgb(221,202,193); }
div.DivClassName
{
background-color: #DDCAC1;
}
.BgClassName
{
background-color: #DDCAC1;
}
</style>
border-color css
<style>
span { border-color: #DDCAC1; }
span { border-color: rgb(221,202,193); }
td.TdClassName
{
border-color: #DDCAC1;
}
.TagClassName
{
border-color: #DDCAC1;
}
</style>