Shades of Dust Storm #DDC6BF
Tints of Dust Storm #DDC6BF
RGB
CMYK
RGB Variations
Color information
#DDC6BF (or 0xDDC6BF) is known color: Dust Storm. HEX triplet: DD, C6 and BF. RGB value is (221,198,191). Sum of RGB (Red+Green+Blue) = 221+198+191=610 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.23% from 610); Green value is 198 (77.73% from 255 or 32.46% from 610); Blue value is 191 (75% from 255 or 31.31% from 610); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC6BF is #223940. Grayscale: #CCCCCC. Windows color (decimal): -2242881 or 12568285. OLE color: 12568285.
HSL color Cylindrical-coordinate representation of color #DDC6BF: hue angle of 14º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDC6BF is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 191 | - |
| CMYK | 0 | 0.10 | 0.14 | 0.13 |
| HSL | 14º | 0.31% | 0.81% | - |
| HSV(B) | 14º | 0.14% | 0.87% | - |
| XYZ | 59.42 | 59.52 | 57.65 | - |
| YUV | 204.08 | 120.62 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 191 | 0 | 0.10 | 0.14 | 0.13 | 14 | 0.31 | 0.81 |
| Hex | DD | C6 | BF | 0 | A | E | D | E | 1F | 51 |
| Octal | 335 | 306 | 277 | 0 | 12 | 16 | 15 | 16 | 37 | 121 |
| Binary | 11011101 | 11000110 | 10111111 | 0 | 1010 | 1110 | 1101 | 1110 | 11111 | 1010001 |
Color Harmonies of #DDC6BF
Complementary color
Monochromatic Colors of #DDC6BF
Black with #DDC6BF
Text Example
Text Example
White with #DDC6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC6BF; }
p { color: rgb(221,198,191); }
H1.HeaderClassName
{
color: #DDC6BF;
}
.AnyTagClassName
{
color: #DDC6BF;
}
</style>
background-color css
<style>
a { background-color: #DDC6BF; }
a { background-color: rgb(221,198,191); }
div.DivClassName
{
background-color: #DDC6BF;
}
.BgClassName
{
background-color: #DDC6BF;
}
</style>
border-color css
<style>
span { border-color: #DDC6BF; }
span { border-color: rgb(221,198,191); }
td.TdClassName
{
border-color: #DDC6BF;
}
.TagClassName
{
border-color: #DDC6BF;
}
</style>