Shades of Dust Storm #DFC5BB
Tints of Dust Storm #DFC5BB
RGB
CMYK
RGB Variations
Color information
#DFC5BB (or 0xDFC5BB) is known color: Dust Storm. HEX triplet: DF, C5 and BB. RGB value is (223,197,187). Sum of RGB (Red+Green+Blue) = 223+197+187=607 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.74% from 607); Green value is 197 (77.34% from 255 or 32.45% from 607); Blue value is 187 (73.44% from 255 or 30.81% from 607); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC5BB is #203A44. Grayscale: #CBCBCB. Windows color (decimal): -2112069 or 12305887. OLE color: 12305887.
HSL color Cylindrical-coordinate representation of color #DFC5BB: hue angle of 16.67º 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 #DFC5BB is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 197 | 187 | - |
| CMYK | 0 | 0.12 | 0.16 | 0.13 |
| HSL | 16.67º | 0.36% | 0.8% | - |
| HSV(B) | 16.67º | 0.16% | 0.87% | - |
| XYZ | 59.37 | 59.21 | 55.31 | - |
| YUV | 203.63 | 118.61 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 187 | 0 | 0.12 | 0.16 | 0.13 | 16.67 | 0.36 | 0.8 |
| Hex | DF | C5 | BB | 0 | C | 10 | D | 11 | 24 | 50 |
| Octal | 337 | 305 | 273 | 0 | 14 | 20 | 15 | 21 | 44 | 120 |
| Binary | 11011111 | 11000101 | 10111011 | 0 | 1100 | 10000 | 1101 | 10001 | 100100 | 1010000 |
Color Harmonies of #DFC5BB
Complementary color
Monochromatic Colors of #DFC5BB
Black with #DFC5BB
Text Example
Text Example
White with #DFC5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC5BB; }
p { color: rgb(223,197,187); }
H1.HeaderClassName
{
color: #DFC5BB;
}
.AnyTagClassName
{
color: #DFC5BB;
}
</style>
background-color css
<style>
a { background-color: #DFC5BB; }
a { background-color: rgb(223,197,187); }
div.DivClassName
{
background-color: #DFC5BB;
}
.BgClassName
{
background-color: #DFC5BB;
}
</style>
border-color css
<style>
span { border-color: #DFC5BB; }
span { border-color: rgb(223,197,187); }
td.TdClassName
{
border-color: #DFC5BB;
}
.TagClassName
{
border-color: #DFC5BB;
}
</style>