Shades of Dust Storm #DFC9C0
Tints of Dust Storm #DFC9C0
RGB
CMYK
RGB Variations
Color information
#DFC9C0 (or 0xDFC9C0) is known color: Dust Storm. HEX triplet: DF, C9 and C0. RGB value is (223,201,192). Sum of RGB (Red+Green+Blue) = 223+201+192=616 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.20% from 616); Green value is 201 (78.91% from 255 or 32.63% from 616); Blue value is 192 (75.39% from 255 or 31.17% from 616); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC9C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC9C0 is #20363F. Grayscale: #CECECE. Windows color (decimal): -2111040 or 12634591. OLE color: 12634591.
HSL color Cylindrical-coordinate representation of color #DFC9C0: hue angle of 17.42º 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 #DFC9C0 is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 201 | 192 | - |
| CMYK | 0 | 0.10 | 0.14 | 0.13 |
| HSL | 17.42º | 0.33% | 0.81% | - |
| HSV(B) | 17.42º | 0.14% | 0.87% | - |
| XYZ | 60.83 | 61.27 | 58.49 | - |
| YUV | 206.55 | 119.79 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 201 | 192 | 0 | 0.10 | 0.14 | 0.13 | 17.42 | 0.33 | 0.81 |
| Hex | DF | C9 | C0 | 0 | A | E | D | 11 | 21 | 51 |
| Octal | 337 | 311 | 300 | 0 | 12 | 16 | 15 | 21 | 41 | 121 |
| Binary | 11011111 | 11001001 | 11000000 | 0 | 1010 | 1110 | 1101 | 10001 | 100001 | 1010001 |
Color Harmonies of #DFC9C0
Complementary color
Monochromatic Colors of #DFC9C0
Black with #DFC9C0
Text Example
Text Example
White with #DFC9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC9C0; }
p { color: rgb(223,201,192); }
H1.HeaderClassName
{
color: #DFC9C0;
}
.AnyTagClassName
{
color: #DFC9C0;
}
</style>
background-color css
<style>
a { background-color: #DFC9C0; }
a { background-color: rgb(223,201,192); }
div.DivClassName
{
background-color: #DFC9C0;
}
.BgClassName
{
background-color: #DFC9C0;
}
</style>
border-color css
<style>
span { border-color: #DFC9C0; }
span { border-color: rgb(223,201,192); }
td.TdClassName
{
border-color: #DFC9C0;
}
.TagClassName
{
border-color: #DFC9C0;
}
</style>