Shades of Dust Storm #DFC2B9
Tints of Dust Storm #DFC2B9
RGB
CMYK
RGB Variations
Color information
#DFC2B9 (or 0xDFC2B9) is known color: Dust Storm. HEX triplet: DF, C2 and B9. RGB value is (223,194,185). Sum of RGB (Red+Green+Blue) = 223+194+185=602 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.04% from 602); Green value is 194 (76.17% from 255 or 32.23% from 602); Blue value is 185 (72.66% from 255 or 30.73% from 602); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC2B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC2B9 is #203D46. Grayscale: #C9C9C9. Windows color (decimal): -2112839 or 12174047. OLE color: 12174047.
HSL color Cylindrical-coordinate representation of color #DFC2B9: hue angle of 14.21º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFC2B9 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 194 | 185 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.13 |
| HSL | 14.21º | 0.37% | 0.8% | - |
| HSV(B) | 14.21º | 0.17% | 0.87% | - |
| XYZ | 58.48 | 57.77 | 53.97 | - |
| YUV | 201.65 | 118.61 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 194 | 185 | 0 | 0.13 | 0.17 | 0.13 | 14.21 | 0.37 | 0.8 |
| Hex | DF | C2 | B9 | 0 | D | 11 | D | E | 25 | 50 |
| Octal | 337 | 302 | 271 | 0 | 15 | 21 | 15 | 16 | 45 | 120 |
| Binary | 11011111 | 11000010 | 10111001 | 0 | 1101 | 10001 | 1101 | 1110 | 100101 | 1010000 |
Color Harmonies of #DFC2B9
Complementary color
Monochromatic Colors of #DFC2B9
Black with #DFC2B9
Text Example
Text Example
White with #DFC2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC2B9; }
p { color: rgb(223,194,185); }
H1.HeaderClassName
{
color: #DFC2B9;
}
.AnyTagClassName
{
color: #DFC2B9;
}
</style>
background-color css
<style>
a { background-color: #DFC2B9; }
a { background-color: rgb(223,194,185); }
div.DivClassName
{
background-color: #DFC2B9;
}
.BgClassName
{
background-color: #DFC2B9;
}
</style>
border-color css
<style>
span { border-color: #DFC2B9; }
span { border-color: rgb(223,194,185); }
td.TdClassName
{
border-color: #DFC2B9;
}
.TagClassName
{
border-color: #DFC2B9;
}
</style>