Shades of Dust Storm #DFC9BD
Tints of Dust Storm #DFC9BD
RGB
CMYK
RGB Variations
Color information
#DFC9BD (or 0xDFC9BD) is known color: Dust Storm. HEX triplet: DF, C9 and BD. RGB value is (223,201,189). Sum of RGB (Red+Green+Blue) = 223+201+189=613 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.38% from 613); Green value is 201 (78.91% from 255 or 32.79% from 613); Blue value is 189 (74.22% from 255 or 30.83% from 613); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC9BD is #203642. Grayscale: #CECECE. Windows color (decimal): -2111043 or 12437983. OLE color: 12437983.
HSL color Cylindrical-coordinate representation of color #DFC9BD: hue angle of 21.18º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DFC9BD is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 201 | 189 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.13 |
| HSL | 21.18º | 0.35% | 0.81% | - |
| HSV(B) | 21.18º | 0.15% | 0.87% | - |
| XYZ | 60.5 | 61.14 | 56.76 | - |
| YUV | 206.21 | 118.29 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 201 | 189 | 0 | 0.10 | 0.15 | 0.13 | 21.18 | 0.35 | 0.81 |
| Hex | DF | C9 | BD | 0 | A | F | D | 15 | 23 | 51 |
| Octal | 337 | 311 | 275 | 0 | 12 | 17 | 15 | 25 | 43 | 121 |
| Binary | 11011111 | 11001001 | 10111101 | 0 | 1010 | 1111 | 1101 | 10101 | 100011 | 1010001 |
Color Harmonies of #DFC9BD
Complementary color
Monochromatic Colors of #DFC9BD
Black with #DFC9BD
Text Example
Text Example
White with #DFC9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC9BD; }
p { color: rgb(223,201,189); }
H1.HeaderClassName
{
color: #DFC9BD;
}
.AnyTagClassName
{
color: #DFC9BD;
}
</style>
background-color css
<style>
a { background-color: #DFC9BD; }
a { background-color: rgb(223,201,189); }
div.DivClassName
{
background-color: #DFC9BD;
}
.BgClassName
{
background-color: #DFC9BD;
}
</style>
border-color css
<style>
span { border-color: #DFC9BD; }
span { border-color: rgb(223,201,189); }
td.TdClassName
{
border-color: #DFC9BD;
}
.TagClassName
{
border-color: #DFC9BD;
}
</style>