Shades of Dust Storm #DDCBC4
Tints of Dust Storm #DDCBC4
RGB
CMYK
RGB Variations
Color information
#DDCBC4 (or 0xDDCBC4) is known color: Dust Storm. HEX triplet: DD, CB and C4. RGB value is (221,203,196). Sum of RGB (Red+Green+Blue) = 221+203+196=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 203 (79.69% from 255 or 32.74% from 620); Blue value is 196 (76.95% from 255 or 31.61% from 620); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCBC4 is #22343B. Grayscale: #CFCFCF. Windows color (decimal): -2241596 or 12897245. OLE color: 12897245.
HSL color Cylindrical-coordinate representation of color #DDCBC4: hue angle of 16.8º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDCBC4 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 203 | 196 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.13 |
| HSL | 16.8º | 0.27% | 0.82% | - |
| HSV(B) | 16.8º | 0.11% | 0.87% | - |
| XYZ | 61.14 | 62.07 | 60.98 | - |
| YUV | 207.58 | 121.46 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 203 | 196 | 0 | 0.08 | 0.11 | 0.13 | 16.8 | 0.27 | 0.82 |
| Hex | DD | CB | C4 | 0 | 8 | B | D | 11 | 1B | 52 |
| Octal | 335 | 313 | 304 | 0 | 10 | 13 | 15 | 21 | 33 | 122 |
| Binary | 11011101 | 11001011 | 11000100 | 0 | 1000 | 1011 | 1101 | 10001 | 11011 | 1010010 |
Color Harmonies of #DDCBC4
Complementary color
Monochromatic Colors of #DDCBC4
Black with #DDCBC4
Text Example
Text Example
White with #DDCBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCBC4; }
p { color: rgb(221,203,196); }
H1.HeaderClassName
{
color: #DDCBC4;
}
.AnyTagClassName
{
color: #DDCBC4;
}
</style>
background-color css
<style>
a { background-color: #DDCBC4; }
a { background-color: rgb(221,203,196); }
div.DivClassName
{
background-color: #DDCBC4;
}
.BgClassName
{
background-color: #DDCBC4;
}
</style>
border-color css
<style>
span { border-color: #DDCBC4; }
span { border-color: rgb(221,203,196); }
td.TdClassName
{
border-color: #DDCBC4;
}
.TagClassName
{
border-color: #DDCBC4;
}
</style>