Shades of Dust Storm #DFCCC9
Tints of Dust Storm #DFCCC9
RGB
CMYK
RGB Variations
Color information
#DFCCC9 (or 0xDFCCC9) is known color: Dust Storm. HEX triplet: DF, CC and C9. RGB value is (223,204,201). Sum of RGB (Red+Green+Blue) = 223+204+201=628 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.51% from 628); Green value is 204 (80.08% from 255 or 32.48% from 628); Blue value is 201 (78.91% from 255 or 32.01% from 628); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCCC9 is #203336. Grayscale: #D1D1D1. Windows color (decimal): -2110263 or 13225183. OLE color: 13225183.
HSL color Cylindrical-coordinate representation of color #DFCCC9: hue angle of 8.18º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFCCC9 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 204 | 201 | - |
CMYK | 0 | 0.09 | 0.10 | 0.13 |
HSL | 8.18º | 0.26% | 0.83% | - |
HSV(B) | 8.18º | 0.1% | 0.87% | - |
XYZ | 62.57 | 63.09 | 64.14 | - |
YUV | 209.34 | 123.29 | 137.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 204 | 201 | 0 | 0.09 | 0.10 | 0.13 | 8.18 | 0.26 | 0.83 |
Hex | DF | CC | C9 | 0 | 9 | A | D | 8 | 1A | 53 |
Octal | 337 | 314 | 311 | 0 | 11 | 12 | 15 | 10 | 32 | 123 |
Binary | 11011111 | 11001100 | 11001001 | 0 | 1001 | 1010 | 1101 | 1000 | 11010 | 1010011 |
Color Harmonies of #DFCCC9
Complementary color
Monochromatic Colors of #DFCCC9
Black with #DFCCC9
Text Example
Text Example
White with #DFCCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCCC9; }
p { color: rgb(223,204,201); }
H1.HeaderClassName
{
color: #DFCCC9;
}
.AnyTagClassName
{
color: #DFCCC9;
}
</style>
background-color css
<style>
a { background-color: #DFCCC9; }
a { background-color: rgb(223,204,201); }
div.DivClassName
{
background-color: #DFCCC9;
}
.BgClassName
{
background-color: #DFCCC9;
}
</style>
border-color css
<style>
span { border-color: #DFCCC9; }
span { border-color: rgb(223,204,201); }
td.TdClassName
{
border-color: #DFCCC9;
}
.TagClassName
{
border-color: #DFCCC9;
}
</style>