Shades of Dust Storm #DFC7BB
Tints of Dust Storm #DFC7BB
RGB
CMYK
RGB Variations
Color information
#DFC7BB (or 0xDFC7BB) is known color: Dust Storm. HEX triplet: DF, C7 and BB. RGB value is (223,199,187). Sum of RGB (Red+Green+Blue) = 223+199+187=609 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.62% from 609); Green value is 199 (78.12% from 255 or 32.68% from 609); Blue value is 187 (73.44% from 255 or 30.71% from 609); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC7BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC7BB is #203844. Grayscale: #CCCCCC. Windows color (decimal): -2111557 or 12306399. OLE color: 12306399.
HSL color Cylindrical-coordinate representation of color #DFC7BB: hue angle of 20º 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 #DFC7BB is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 199 | 187 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.13 |
| HSL | 20º | 0.36% | 0.8% | - |
| HSV(B) | 20º | 0.16% | 0.87% | - |
| XYZ | 59.82 | 60.12 | 55.47 | - |
| YUV | 204.81 | 117.95 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 199 | 187 | 0 | 0.11 | 0.16 | 0.13 | 20 | 0.36 | 0.8 |
| Hex | DF | C7 | BB | 0 | B | 10 | D | 14 | 24 | 50 |
| Octal | 337 | 307 | 273 | 0 | 13 | 20 | 15 | 24 | 44 | 120 |
| Binary | 11011111 | 11000111 | 10111011 | 0 | 1011 | 10000 | 1101 | 10100 | 100100 | 1010000 |
Color Harmonies of #DFC7BB
Complementary color
Monochromatic Colors of #DFC7BB
Black with #DFC7BB
Text Example
Text Example
White with #DFC7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC7BB; }
p { color: rgb(223,199,187); }
H1.HeaderClassName
{
color: #DFC7BB;
}
.AnyTagClassName
{
color: #DFC7BB;
}
</style>
background-color css
<style>
a { background-color: #DFC7BB; }
a { background-color: rgb(223,199,187); }
div.DivClassName
{
background-color: #DFC7BB;
}
.BgClassName
{
background-color: #DFC7BB;
}
</style>
border-color css
<style>
span { border-color: #DFC7BB; }
span { border-color: rgb(223,199,187); }
td.TdClassName
{
border-color: #DFC7BB;
}
.TagClassName
{
border-color: #DFC7BB;
}
</style>