Shades of Dust Storm #DFC4BC
Tints of Dust Storm #DFC4BC
RGB
CMYK
RGB Variations
Color information
#DFC4BC (or 0xDFC4BC) is known color: Dust Storm. HEX triplet: DF, C4 and BC. RGB value is (223,196,188). Sum of RGB (Red+Green+Blue) = 223+196+188=607 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.74% from 607); Green value is 196 (76.95% from 255 or 32.29% from 607); Blue value is 188 (73.83% from 255 or 30.97% from 607); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC4BC is #203B43. Grayscale: #CBCBCB. Windows color (decimal): -2112324 or 12371167. OLE color: 12371167.
HSL color Cylindrical-coordinate representation of color #DFC4BC: hue angle of 13.71º 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 #DFC4BC is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 196 | 188 | - |
| CMYK | 0 | 0.12 | 0.16 | 0.13 |
| HSL | 13.71º | 0.35% | 0.81% | - |
| HSV(B) | 13.71º | 0.16% | 0.87% | - |
| XYZ | 59.25 | 58.8 | 55.8 | - |
| YUV | 203.16 | 119.45 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 196 | 188 | 0 | 0.12 | 0.16 | 0.13 | 13.71 | 0.35 | 0.81 |
| Hex | DF | C4 | BC | 0 | C | 10 | D | E | 23 | 51 |
| Octal | 337 | 304 | 274 | 0 | 14 | 20 | 15 | 16 | 43 | 121 |
| Binary | 11011111 | 11000100 | 10111100 | 0 | 1100 | 10000 | 1101 | 1110 | 100011 | 1010001 |
Color Harmonies of #DFC4BC
Complementary color
Monochromatic Colors of #DFC4BC
Black with #DFC4BC
Text Example
Text Example
White with #DFC4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC4BC; }
p { color: rgb(223,196,188); }
H1.HeaderClassName
{
color: #DFC4BC;
}
.AnyTagClassName
{
color: #DFC4BC;
}
</style>
background-color css
<style>
a { background-color: #DFC4BC; }
a { background-color: rgb(223,196,188); }
div.DivClassName
{
background-color: #DFC4BC;
}
.BgClassName
{
background-color: #DFC4BC;
}
</style>
border-color css
<style>
span { border-color: #DFC4BC; }
span { border-color: rgb(223,196,188); }
td.TdClassName
{
border-color: #DFC4BC;
}
.TagClassName
{
border-color: #DFC4BC;
}
</style>