Shades of Dust Storm #DFC3B7
Tints of Dust Storm #DFC3B7
RGB
CMYK
RGB Variations
Color information
#DFC3B7 (or 0xDFC3B7) is known color: Dust Storm. HEX triplet: DF, C3 and B7. RGB value is (223,195,183). Sum of RGB (Red+Green+Blue) = 223+195+183=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 195 (76.56% from 255 or 32.45% from 601); Blue value is 183 (71.88% from 255 or 30.45% from 601); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC3B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC3B7 is #203C48. Grayscale: #CACACA. Windows color (decimal): -2112585 or 12043231. OLE color: 12043231.
HSL color Cylindrical-coordinate representation of color #DFC3B7: hue angle of 18º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFC3B7 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 183 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.13 |
| HSL | 18º | 0.38% | 0.8% | - |
| HSV(B) | 18º | 0.18% | 0.87% | - |
| XYZ | 58.49 | 58.14 | 52.94 | - |
| YUV | 202 | 117.28 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 183 | 0 | 0.13 | 0.18 | 0.13 | 18 | 0.38 | 0.8 |
| Hex | DF | C3 | B7 | 0 | D | 12 | D | 12 | 26 | 50 |
| Octal | 337 | 303 | 267 | 0 | 15 | 22 | 15 | 22 | 46 | 120 |
| Binary | 11011111 | 11000011 | 10110111 | 0 | 1101 | 10010 | 1101 | 10010 | 100110 | 1010000 |
Color Harmonies of #DFC3B7
Complementary color
Monochromatic Colors of #DFC3B7
Black with #DFC3B7
Text Example
Text Example
White with #DFC3B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC3B7; }
p { color: rgb(223,195,183); }
H1.HeaderClassName
{
color: #DFC3B7;
}
.AnyTagClassName
{
color: #DFC3B7;
}
</style>
background-color css
<style>
a { background-color: #DFC3B7; }
a { background-color: rgb(223,195,183); }
div.DivClassName
{
background-color: #DFC3B7;
}
.BgClassName
{
background-color: #DFC3B7;
}
</style>
border-color css
<style>
span { border-color: #DFC3B7; }
span { border-color: rgb(223,195,183); }
td.TdClassName
{
border-color: #DFC3B7;
}
.TagClassName
{
border-color: #DFC3B7;
}
</style>