Shades of Dust Storm #DFCAC6
Tints of Dust Storm #DFCAC6
RGB
CMYK
RGB Variations
Color information
#DFCAC6 (or 0xDFCAC6) is known color: Dust Storm. HEX triplet: DF, CA and C6. RGB value is (223,202,198). Sum of RGB (Red+Green+Blue) = 223+202+198=623 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.79% from 623); Green value is 202 (79.30% from 255 or 32.42% from 623); Blue value is 198 (77.73% from 255 or 31.78% from 623); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCAC6 is #203539. Grayscale: #CFCFCF. Windows color (decimal): -2110778 or 13028063. OLE color: 13028063.
HSL color Cylindrical-coordinate representation of color #DFCAC6: hue angle of 9.6º degrees, saturation: 0.28, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFCAC6 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 202 | 198 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.13 |
| HSL | 9.6º | 0.28% | 0.83% | - |
| HSV(B) | 9.6º | 0.11% | 0.87% | - |
| XYZ | 61.75 | 62.01 | 62.14 | - |
| YUV | 207.82 | 122.46 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 202 | 198 | 0 | 0.09 | 0.11 | 0.13 | 9.6 | 0.28 | 0.83 |
| Hex | DF | CA | C6 | 0 | 9 | B | D | A | 1C | 53 |
| Octal | 337 | 312 | 306 | 0 | 11 | 13 | 15 | 12 | 34 | 123 |
| Binary | 11011111 | 11001010 | 11000110 | 0 | 1001 | 1011 | 1101 | 1010 | 11100 | 1010011 |
Color Harmonies of #DFCAC6
Complementary color
Monochromatic Colors of #DFCAC6
Black with #DFCAC6
Text Example
Text Example
White with #DFCAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCAC6; }
p { color: rgb(223,202,198); }
H1.HeaderClassName
{
color: #DFCAC6;
}
.AnyTagClassName
{
color: #DFCAC6;
}
</style>
background-color css
<style>
a { background-color: #DFCAC6; }
a { background-color: rgb(223,202,198); }
div.DivClassName
{
background-color: #DFCAC6;
}
.BgClassName
{
background-color: #DFCAC6;
}
</style>
border-color css
<style>
span { border-color: #DFCAC6; }
span { border-color: rgb(223,202,198); }
td.TdClassName
{
border-color: #DFCAC6;
}
.TagClassName
{
border-color: #DFCAC6;
}
</style>