Shades of Dust Storm #DFC5B8
Tints of Dust Storm #DFC5B8
RGB
CMYK
RGB Variations
Color information
#DFC5B8 (or 0xDFC5B8) is known color: Dust Storm. HEX triplet: DF, C5 and B8. RGB value is (223,197,184). Sum of RGB (Red+Green+Blue) = 223+197+184=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 197 (77.34% from 255 or 32.62% from 604); Blue value is 184 (72.27% from 255 or 30.46% from 604); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC5B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC5B8 is #203A47. Grayscale: #CBCBCB. Windows color (decimal): -2112072 or 12109279. OLE color: 12109279.
HSL color Cylindrical-coordinate representation of color #DFC5B8: hue angle of 20º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFC5B8 is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 197 | 184 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.13 |
| HSL | 20º | 0.38% | 0.8% | - |
| HSV(B) | 20º | 0.17% | 0.87% | - |
| XYZ | 59.05 | 59.08 | 53.64 | - |
| YUV | 203.29 | 117.11 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 184 | 0 | 0.12 | 0.17 | 0.13 | 20 | 0.38 | 0.8 |
| Hex | DF | C5 | B8 | 0 | C | 11 | D | 14 | 26 | 50 |
| Octal | 337 | 305 | 270 | 0 | 14 | 21 | 15 | 24 | 46 | 120 |
| Binary | 11011111 | 11000101 | 10111000 | 0 | 1100 | 10001 | 1101 | 10100 | 100110 | 1010000 |
Color Harmonies of #DFC5B8
Complementary color
Monochromatic Colors of #DFC5B8
Black with #DFC5B8
Text Example
Text Example
White with #DFC5B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC5B8; }
p { color: rgb(223,197,184); }
H1.HeaderClassName
{
color: #DFC5B8;
}
.AnyTagClassName
{
color: #DFC5B8;
}
</style>
background-color css
<style>
a { background-color: #DFC5B8; }
a { background-color: rgb(223,197,184); }
div.DivClassName
{
background-color: #DFC5B8;
}
.BgClassName
{
background-color: #DFC5B8;
}
</style>
border-color css
<style>
span { border-color: #DFC5B8; }
span { border-color: rgb(223,197,184); }
td.TdClassName
{
border-color: #DFC5B8;
}
.TagClassName
{
border-color: #DFC5B8;
}
</style>