Shades of Dust Storm #DFC3B8
Tints of Dust Storm #DFC3B8
RGB
CMYK
RGB Variations
Color information
#DFC3B8 (or 0xDFC3B8) is known color: Dust Storm. HEX triplet: DF, C3 and B8. RGB value is (223,195,184). Sum of RGB (Red+Green+Blue) = 223+195+184=602 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.04% from 602); Green value is 195 (76.56% from 255 or 32.39% from 602); Blue value is 184 (72.27% from 255 or 30.56% from 602); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC3B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC3B8 is #203C47. Grayscale: #CACACA. Windows color (decimal): -2112584 or 12108767. OLE color: 12108767.
HSL color Cylindrical-coordinate representation of color #DFC3B8: hue angle of 16.92º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFC3B8 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 184 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.13 |
| HSL | 16.92º | 0.38% | 0.8% | - |
| HSV(B) | 16.92º | 0.17% | 0.87% | - |
| XYZ | 58.6 | 58.18 | 53.49 | - |
| YUV | 202.12 | 117.78 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 184 | 0 | 0.13 | 0.17 | 0.13 | 16.92 | 0.38 | 0.8 |
| Hex | DF | C3 | B8 | 0 | D | 11 | D | 11 | 26 | 50 |
| Octal | 337 | 303 | 270 | 0 | 15 | 21 | 15 | 21 | 46 | 120 |
| Binary | 11011111 | 11000011 | 10111000 | 0 | 1101 | 10001 | 1101 | 10001 | 100110 | 1010000 |
Color Harmonies of #DFC3B8
Complementary color
Monochromatic Colors of #DFC3B8
Black with #DFC3B8
Text Example
Text Example
White with #DFC3B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC3B8; }
p { color: rgb(223,195,184); }
H1.HeaderClassName
{
color: #DFC3B8;
}
.AnyTagClassName
{
color: #DFC3B8;
}
</style>
background-color css
<style>
a { background-color: #DFC3B8; }
a { background-color: rgb(223,195,184); }
div.DivClassName
{
background-color: #DFC3B8;
}
.BgClassName
{
background-color: #DFC3B8;
}
</style>
border-color css
<style>
span { border-color: #DFC3B8; }
span { border-color: rgb(223,195,184); }
td.TdClassName
{
border-color: #DFC3B8;
}
.TagClassName
{
border-color: #DFC3B8;
}
</style>