Shades of Dust Storm #DDC5C1
Tints of Dust Storm #DDC5C1
RGB
CMYK
RGB Variations
Color information
#DDC5C1 (or 0xDDC5C1) is known color: Dust Storm. HEX triplet: DD, C5 and C1. RGB value is (221,197,193). Sum of RGB (Red+Green+Blue) = 221+197+193=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 197 (77.34% from 255 or 32.24% from 611); Blue value is 193 (75.78% from 255 or 31.59% from 611); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC5C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC5C1 is #223A3E. Grayscale: #CBCBCB. Windows color (decimal): -2243135 or 12699101. OLE color: 12699101.
HSL color Cylindrical-coordinate representation of color #DDC5C1: hue angle of 8.57º 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 #DDC5C1 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 193 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.13 |
| HSL | 8.57º | 0.29% | 0.81% | - |
| HSV(B) | 8.57º | 0.13% | 0.87% | - |
| XYZ | 59.41 | 59.15 | 58.74 | - |
| YUV | 203.72 | 121.95 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 193 | 0 | 0.11 | 0.13 | 0.13 | 8.57 | 0.29 | 0.81 |
| Hex | DD | C5 | C1 | 0 | B | D | D | 9 | 1D | 51 |
| Octal | 335 | 305 | 301 | 0 | 13 | 15 | 15 | 11 | 35 | 121 |
| Binary | 11011101 | 11000101 | 11000001 | 0 | 1011 | 1101 | 1101 | 1001 | 11101 | 1010001 |
Color Harmonies of #DDC5C1
Complementary color
Monochromatic Colors of #DDC5C1
Black with #DDC5C1
Text Example
Text Example
White with #DDC5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC5C1; }
p { color: rgb(221,197,193); }
H1.HeaderClassName
{
color: #DDC5C1;
}
.AnyTagClassName
{
color: #DDC5C1;
}
</style>
background-color css
<style>
a { background-color: #DDC5C1; }
a { background-color: rgb(221,197,193); }
div.DivClassName
{
background-color: #DDC5C1;
}
.BgClassName
{
background-color: #DDC5C1;
}
</style>
border-color css
<style>
span { border-color: #DDC5C1; }
span { border-color: rgb(221,197,193); }
td.TdClassName
{
border-color: #DDC5C1;
}
.TagClassName
{
border-color: #DDC5C1;
}
</style>