Shades of Dust Storm #DFC9C5
Tints of Dust Storm #DFC9C5
RGB
CMYK
RGB Variations
Color information
#DFC9C5 (or 0xDFC9C5) is known color: Dust Storm. HEX triplet: DF, C9 and C5. RGB value is (223,201,197). Sum of RGB (Red+Green+Blue) = 223+201+197=621 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.91% from 621); Green value is 201 (78.91% from 255 or 32.37% from 621); Blue value is 197 (77.34% from 255 or 31.72% from 621); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC9C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC9C5 is #20363A. Grayscale: #CFCFCF. Windows color (decimal): -2111035 or 12962271. OLE color: 12962271.
HSL color Cylindrical-coordinate representation of color #DFC9C5: hue angle of 9.23º degrees, saturation: 0.29, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFC9C5 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 201 | 197 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.13 |
| HSL | 9.23º | 0.29% | 0.82% | - |
| HSV(B) | 9.23º | 0.12% | 0.87% | - |
| XYZ | 61.4 | 61.49 | 61.46 | - |
| YUV | 207.12 | 122.29 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 201 | 197 | 0 | 0.10 | 0.12 | 0.13 | 9.23 | 0.29 | 0.82 |
| Hex | DF | C9 | C5 | 0 | A | C | D | 9 | 1D | 52 |
| Octal | 337 | 311 | 305 | 0 | 12 | 14 | 15 | 11 | 35 | 122 |
| Binary | 11011111 | 11001001 | 11000101 | 0 | 1010 | 1100 | 1101 | 1001 | 11101 | 1010010 |
Color Harmonies of #DFC9C5
Complementary color
Monochromatic Colors of #DFC9C5
Black with #DFC9C5
Text Example
Text Example
White with #DFC9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC9C5; }
p { color: rgb(223,201,197); }
H1.HeaderClassName
{
color: #DFC9C5;
}
.AnyTagClassName
{
color: #DFC9C5;
}
</style>
background-color css
<style>
a { background-color: #DFC9C5; }
a { background-color: rgb(223,201,197); }
div.DivClassName
{
background-color: #DFC9C5;
}
.BgClassName
{
background-color: #DFC9C5;
}
</style>
border-color css
<style>
span { border-color: #DFC9C5; }
span { border-color: rgb(223,201,197); }
td.TdClassName
{
border-color: #DFC9C5;
}
.TagClassName
{
border-color: #DFC9C5;
}
</style>