Shades of Dust Storm #DFC9BB
Tints of Dust Storm #DFC9BB
RGB
CMYK
RGB Variations
Color information
#DFC9BB (or 0xDFC9BB) is known color: Dust Storm. HEX triplet: DF, C9 and BB. RGB value is (223,201,187). Sum of RGB (Red+Green+Blue) = 223+201+187=611 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.50% from 611); Green value is 201 (78.91% from 255 or 32.90% from 611); Blue value is 187 (73.44% from 255 or 30.61% from 611); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC9BB is #203644. Grayscale: #CECECE. Windows color (decimal): -2111045 or 12306911. OLE color: 12306911.
HSL color Cylindrical-coordinate representation of color #DFC9BB: hue angle of 23.33º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFC9BB is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 201 | 187 | - |
| CMYK | 0 | 0.10 | 0.16 | 0.13 |
| HSL | 23.33º | 0.36% | 0.8% | - |
| HSV(B) | 23.33º | 0.16% | 0.87% | - |
| XYZ | 60.29 | 61.05 | 55.62 | - |
| YUV | 205.98 | 117.29 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 201 | 187 | 0 | 0.10 | 0.16 | 0.13 | 23.33 | 0.36 | 0.8 |
| Hex | DF | C9 | BB | 0 | A | 10 | D | 17 | 24 | 50 |
| Octal | 337 | 311 | 273 | 0 | 12 | 20 | 15 | 27 | 44 | 120 |
| Binary | 11011111 | 11001001 | 10111011 | 0 | 1010 | 10000 | 1101 | 10111 | 100100 | 1010000 |
Color Harmonies of #DFC9BB
Complementary color
Monochromatic Colors of #DFC9BB
Black with #DFC9BB
Text Example
Text Example
White with #DFC9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC9BB; }
p { color: rgb(223,201,187); }
H1.HeaderClassName
{
color: #DFC9BB;
}
.AnyTagClassName
{
color: #DFC9BB;
}
</style>
background-color css
<style>
a { background-color: #DFC9BB; }
a { background-color: rgb(223,201,187); }
div.DivClassName
{
background-color: #DFC9BB;
}
.BgClassName
{
background-color: #DFC9BB;
}
</style>
border-color css
<style>
span { border-color: #DFC9BB; }
span { border-color: rgb(223,201,187); }
td.TdClassName
{
border-color: #DFC9BB;
}
.TagClassName
{
border-color: #DFC9BB;
}
</style>