Shades of Dust Storm #DFC8BC
Tints of Dust Storm #DFC8BC
RGB
CMYK
RGB Variations
Color information
#DFC8BC (or 0xDFC8BC) is known color: Dust Storm. HEX triplet: DF, C8 and BC. RGB value is (223,200,188). Sum of RGB (Red+Green+Blue) = 223+200+188=611 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.50% from 611); Green value is 200 (78.52% from 255 or 32.73% from 611); Blue value is 188 (73.83% from 255 or 30.77% from 611); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC8BC is #203743. Grayscale: #CDCDCD. Windows color (decimal): -2111300 or 12372191. OLE color: 12372191.
HSL color Cylindrical-coordinate representation of color #DFC8BC: hue angle of 20.57º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFC8BC is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 200 | 188 | - |
| CMYK | 0 | 0.10 | 0.16 | 0.13 |
| HSL | 20.57º | 0.35% | 0.81% | - |
| HSV(B) | 20.57º | 0.16% | 0.87% | - |
| XYZ | 60.16 | 60.63 | 56.11 | - |
| YUV | 205.51 | 118.12 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 188 | 0 | 0.10 | 0.16 | 0.13 | 20.57 | 0.35 | 0.81 |
| Hex | DF | C8 | BC | 0 | A | 10 | D | 15 | 23 | 51 |
| Octal | 337 | 310 | 274 | 0 | 12 | 20 | 15 | 25 | 43 | 121 |
| Binary | 11011111 | 11001000 | 10111100 | 0 | 1010 | 10000 | 1101 | 10101 | 100011 | 1010001 |
Color Harmonies of #DFC8BC
Complementary color
Monochromatic Colors of #DFC8BC
Black with #DFC8BC
Text Example
Text Example
White with #DFC8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC8BC; }
p { color: rgb(223,200,188); }
H1.HeaderClassName
{
color: #DFC8BC;
}
.AnyTagClassName
{
color: #DFC8BC;
}
</style>
background-color css
<style>
a { background-color: #DFC8BC; }
a { background-color: rgb(223,200,188); }
div.DivClassName
{
background-color: #DFC8BC;
}
.BgClassName
{
background-color: #DFC8BC;
}
</style>
border-color css
<style>
span { border-color: #DFC8BC; }
span { border-color: rgb(223,200,188); }
td.TdClassName
{
border-color: #DFC8BC;
}
.TagClassName
{
border-color: #DFC8BC;
}
</style>