Shades of Dust Storm #DDCBC7
Tints of Dust Storm #DDCBC7
RGB
CMYK
RGB Variations
Color information
#DDCBC7 (or 0xDDCBC7) is known color: Dust Storm. HEX triplet: DD, CB and C7. RGB value is (221,203,199). Sum of RGB (Red+Green+Blue) = 221+203+199=623 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.47% from 623); Green value is 203 (79.69% from 255 or 32.58% from 623); Blue value is 199 (78.12% from 255 or 31.94% from 623); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCBC7 is #223438. Grayscale: #CFCFCF. Windows color (decimal): -2241593 or 13093853. OLE color: 13093853.
HSL color Cylindrical-coordinate representation of color #DDCBC7: hue angle of 10.91º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDCBC7 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 203 | 199 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.13 |
| HSL | 10.91º | 0.24% | 0.82% | - |
| HSV(B) | 10.91º | 0.1% | 0.87% | - |
| XYZ | 61.48 | 62.21 | 62.8 | - |
| YUV | 207.93 | 122.96 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 203 | 199 | 0 | 0.08 | 0.10 | 0.13 | 10.91 | 0.24 | 0.82 |
| Hex | DD | CB | C7 | 0 | 8 | A | D | B | 18 | 52 |
| Octal | 335 | 313 | 307 | 0 | 10 | 12 | 15 | 13 | 30 | 122 |
| Binary | 11011101 | 11001011 | 11000111 | 0 | 1000 | 1010 | 1101 | 1011 | 11000 | 1010010 |
Color Harmonies of #DDCBC7
Complementary color
Monochromatic Colors of #DDCBC7
Black with #DDCBC7
Text Example
Text Example
White with #DDCBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCBC7; }
p { color: rgb(221,203,199); }
H1.HeaderClassName
{
color: #DDCBC7;
}
.AnyTagClassName
{
color: #DDCBC7;
}
</style>
background-color css
<style>
a { background-color: #DDCBC7; }
a { background-color: rgb(221,203,199); }
div.DivClassName
{
background-color: #DDCBC7;
}
.BgClassName
{
background-color: #DDCBC7;
}
</style>
border-color css
<style>
span { border-color: #DDCBC7; }
span { border-color: rgb(221,203,199); }
td.TdClassName
{
border-color: #DDCBC7;
}
.TagClassName
{
border-color: #DDCBC7;
}
</style>