Shades of Dust Storm #DDCBC8
Tints of Dust Storm #DDCBC8
RGB
CMYK
RGB Variations
Color information
#DDCBC8 (or 0xDDCBC8) is known color: Dust Storm. HEX triplet: DD, CB and C8. RGB value is (221,203,200). Sum of RGB (Red+Green+Blue) = 221+203+200=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 203 (79.69% from 255 or 32.53% from 624); Blue value is 200 (78.52% from 255 or 32.05% from 624); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCBC8 is #223437. Grayscale: #D0D0D0. Windows color (decimal): -2241592 or 13159389. OLE color: 13159389.
HSL color Cylindrical-coordinate representation of color #DDCBC8: hue angle of 8.57º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDCBC8 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 203 | 200 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.13 |
| HSL | 8.57º | 0.24% | 0.83% | - |
| HSV(B) | 8.57º | 0.1% | 0.87% | - |
| XYZ | 61.6 | 62.25 | 63.41 | - |
| YUV | 208.04 | 123.46 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 203 | 200 | 0 | 0.08 | 0.10 | 0.13 | 8.57 | 0.24 | 0.83 |
| Hex | DD | CB | C8 | 0 | 8 | A | D | 9 | 18 | 53 |
| Octal | 335 | 313 | 310 | 0 | 10 | 12 | 15 | 11 | 30 | 123 |
| Binary | 11011101 | 11001011 | 11001000 | 0 | 1000 | 1010 | 1101 | 1001 | 11000 | 1010011 |
Color Harmonies of #DDCBC8
Complementary color
Monochromatic Colors of #DDCBC8
Black with #DDCBC8
Text Example
Text Example
White with #DDCBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCBC8; }
p { color: rgb(221,203,200); }
H1.HeaderClassName
{
color: #DDCBC8;
}
.AnyTagClassName
{
color: #DDCBC8;
}
</style>
background-color css
<style>
a { background-color: #DDCBC8; }
a { background-color: rgb(221,203,200); }
div.DivClassName
{
background-color: #DDCBC8;
}
.BgClassName
{
background-color: #DDCBC8;
}
</style>
border-color css
<style>
span { border-color: #DDCBC8; }
span { border-color: rgb(221,203,200); }
td.TdClassName
{
border-color: #DDCBC8;
}
.TagClassName
{
border-color: #DDCBC8;
}
</style>