Shades of Dust Storm #DFC9BF
Tints of Dust Storm #DFC9BF
RGB
CMYK
RGB Variations
Color information
#DFC9BF (or 0xDFC9BF) is known color: Dust Storm. HEX triplet: DF, C9 and BF. RGB value is (223,201,191). Sum of RGB (Red+Green+Blue) = 223+201+191=615 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.26% from 615); Green value is 201 (78.91% from 255 or 32.68% from 615); Blue value is 191 (75% from 255 or 31.06% from 615); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC9BF is #203640. Grayscale: #CECECE. Windows color (decimal): -2111041 or 12569055. OLE color: 12569055.
HSL color Cylindrical-coordinate representation of color #DFC9BF: hue angle of 18.75º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFC9BF is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 201 | 191 | - |
| CMYK | 0 | 0.10 | 0.14 | 0.13 |
| HSL | 18.75º | 0.33% | 0.81% | - |
| HSV(B) | 18.75º | 0.14% | 0.87% | - |
| XYZ | 60.72 | 61.22 | 57.91 | - |
| YUV | 206.44 | 119.29 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 201 | 191 | 0 | 0.10 | 0.14 | 0.13 | 18.75 | 0.33 | 0.81 |
| Hex | DF | C9 | BF | 0 | A | E | D | 13 | 21 | 51 |
| Octal | 337 | 311 | 277 | 0 | 12 | 16 | 15 | 23 | 41 | 121 |
| Binary | 11011111 | 11001001 | 10111111 | 0 | 1010 | 1110 | 1101 | 10011 | 100001 | 1010001 |
Color Harmonies of #DFC9BF
Complementary color
Monochromatic Colors of #DFC9BF
Black with #DFC9BF
Text Example
Text Example
White with #DFC9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC9BF; }
p { color: rgb(223,201,191); }
H1.HeaderClassName
{
color: #DFC9BF;
}
.AnyTagClassName
{
color: #DFC9BF;
}
</style>
background-color css
<style>
a { background-color: #DFC9BF; }
a { background-color: rgb(223,201,191); }
div.DivClassName
{
background-color: #DFC9BF;
}
.BgClassName
{
background-color: #DFC9BF;
}
</style>
border-color css
<style>
span { border-color: #DFC9BF; }
span { border-color: rgb(223,201,191); }
td.TdClassName
{
border-color: #DFC9BF;
}
.TagClassName
{
border-color: #DFC9BF;
}
</style>