Shades of Dust Storm #DFC3BB
Tints of Dust Storm #DFC3BB
RGB
CMYK
RGB Variations
Color information
#DFC3BB (or 0xDFC3BB) is known color: Dust Storm. HEX triplet: DF, C3 and BB. RGB value is (223,195,187). Sum of RGB (Red+Green+Blue) = 223+195+187=605 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.86% from 605); Green value is 195 (76.56% from 255 or 32.23% from 605); Blue value is 187 (73.44% from 255 or 30.91% from 605); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC3BB is #203C44. Grayscale: #CACACA. Windows color (decimal): -2112581 or 12305375. OLE color: 12305375.
HSL color Cylindrical-coordinate representation of color #DFC3BB: hue angle of 13.33º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFC3BB is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 187 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.13 |
| HSL | 13.33º | 0.36% | 0.8% | - |
| HSV(B) | 13.33º | 0.16% | 0.87% | - |
| XYZ | 58.92 | 58.31 | 55.16 | - |
| YUV | 202.46 | 119.28 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 187 | 0 | 0.13 | 0.16 | 0.13 | 13.33 | 0.36 | 0.8 |
| Hex | DF | C3 | BB | 0 | D | 10 | D | D | 24 | 50 |
| Octal | 337 | 303 | 273 | 0 | 15 | 20 | 15 | 15 | 44 | 120 |
| Binary | 11011111 | 11000011 | 10111011 | 0 | 1101 | 10000 | 1101 | 1101 | 100100 | 1010000 |
Color Harmonies of #DFC3BB
Complementary color
Monochromatic Colors of #DFC3BB
Black with #DFC3BB
Text Example
Text Example
White with #DFC3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC3BB; }
p { color: rgb(223,195,187); }
H1.HeaderClassName
{
color: #DFC3BB;
}
.AnyTagClassName
{
color: #DFC3BB;
}
</style>
background-color css
<style>
a { background-color: #DFC3BB; }
a { background-color: rgb(223,195,187); }
div.DivClassName
{
background-color: #DFC3BB;
}
.BgClassName
{
background-color: #DFC3BB;
}
</style>
border-color css
<style>
span { border-color: #DFC3BB; }
span { border-color: rgb(223,195,187); }
td.TdClassName
{
border-color: #DFC3BB;
}
.TagClassName
{
border-color: #DFC3BB;
}
</style>