Shades of Dust Storm #DFC5BF
Tints of Dust Storm #DFC5BF
RGB
CMYK
RGB Variations
Color information
#DFC5BF (or 0xDFC5BF) is known color: Dust Storm. HEX triplet: DF, C5 and BF. RGB value is (223,197,191). Sum of RGB (Red+Green+Blue) = 223+197+191=611 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.50% from 611); Green value is 197 (77.34% from 255 or 32.24% from 611); Blue value is 191 (75% from 255 or 31.26% from 611); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC5BF is #203A40. Grayscale: #CCCCCC. Windows color (decimal): -2112065 or 12568031. OLE color: 12568031.
HSL color Cylindrical-coordinate representation of color #DFC5BF: hue angle of 11.25º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFC5BF is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 197 | 191 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.13 |
| HSL | 11.25º | 0.33% | 0.81% | - |
| HSV(B) | 11.25º | 0.14% | 0.87% | - |
| XYZ | 59.8 | 59.38 | 57.6 | - |
| YUV | 204.09 | 120.61 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 191 | 0 | 0.12 | 0.14 | 0.13 | 11.25 | 0.33 | 0.81 |
| Hex | DF | C5 | BF | 0 | C | E | D | B | 21 | 51 |
| Octal | 337 | 305 | 277 | 0 | 14 | 16 | 15 | 13 | 41 | 121 |
| Binary | 11011111 | 11000101 | 10111111 | 0 | 1100 | 1110 | 1101 | 1011 | 100001 | 1010001 |
Color Harmonies of #DFC5BF
Complementary color
Monochromatic Colors of #DFC5BF
Black with #DFC5BF
Text Example
Text Example
White with #DFC5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC5BF; }
p { color: rgb(223,197,191); }
H1.HeaderClassName
{
color: #DFC5BF;
}
.AnyTagClassName
{
color: #DFC5BF;
}
</style>
background-color css
<style>
a { background-color: #DFC5BF; }
a { background-color: rgb(223,197,191); }
div.DivClassName
{
background-color: #DFC5BF;
}
.BgClassName
{
background-color: #DFC5BF;
}
</style>
border-color css
<style>
span { border-color: #DFC5BF; }
span { border-color: rgb(223,197,191); }
td.TdClassName
{
border-color: #DFC5BF;
}
.TagClassName
{
border-color: #DFC5BF;
}
</style>