Shades of Dust Storm #DDC8BE
Tints of Dust Storm #DDC8BE
RGB
CMYK
RGB Variations
Color information
#DDC8BE (or 0xDDC8BE) is known color: Dust Storm. HEX triplet: DD, C8 and BE. RGB value is (221,200,190). Sum of RGB (Red+Green+Blue) = 221+200+190=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 200 (78.52% from 255 or 32.73% from 611); Blue value is 190 (74.61% from 255 or 31.10% from 611); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC8BE is #223741. Grayscale: #CDCDCD. Windows color (decimal): -2242370 or 12503261. OLE color: 12503261.
HSL color Cylindrical-coordinate representation of color #DDC8BE: hue angle of 19.35º 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 #DDC8BE is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 190 | - |
| CMYK | 0 | 0.10 | 0.14 | 0.13 |
| HSL | 19.35º | 0.31% | 0.81% | - |
| HSV(B) | 19.35º | 0.14% | 0.87% | - |
| XYZ | 59.77 | 60.4 | 57.22 | - |
| YUV | 205.14 | 119.46 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 190 | 0 | 0.10 | 0.14 | 0.13 | 19.35 | 0.31 | 0.81 |
| Hex | DD | C8 | BE | 0 | A | E | D | 13 | 1F | 51 |
| Octal | 335 | 310 | 276 | 0 | 12 | 16 | 15 | 23 | 37 | 121 |
| Binary | 11011101 | 11001000 | 10111110 | 0 | 1010 | 1110 | 1101 | 10011 | 11111 | 1010001 |
Color Harmonies of #DDC8BE
Complementary color
Monochromatic Colors of #DDC8BE
Black with #DDC8BE
Text Example
Text Example
White with #DDC8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC8BE; }
p { color: rgb(221,200,190); }
H1.HeaderClassName
{
color: #DDC8BE;
}
.AnyTagClassName
{
color: #DDC8BE;
}
</style>
background-color css
<style>
a { background-color: #DDC8BE; }
a { background-color: rgb(221,200,190); }
div.DivClassName
{
background-color: #DDC8BE;
}
.BgClassName
{
background-color: #DDC8BE;
}
</style>
border-color css
<style>
span { border-color: #DDC8BE; }
span { border-color: rgb(221,200,190); }
td.TdClassName
{
border-color: #DDC8BE;
}
.TagClassName
{
border-color: #DDC8BE;
}
</style>