Shades of Dust Storm #D8C5BF
Tints of Dust Storm #D8C5BF
RGB
CMYK
RGB Variations
Color information
#D8C5BF (or 0xD8C5BF) is known color: Dust Storm. HEX triplet: D8, C5 and BF. RGB value is (216,197,191). Sum of RGB (Red+Green+Blue) = 216+197+191=604 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.76% from 604); Green value is 197 (77.34% from 255 or 32.62% from 604); Blue value is 191 (75% from 255 or 31.62% from 604); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C5BF is #273A40. Grayscale: #CACACA. Windows color (decimal): -2570817 or 12568024. OLE color: 12568024.
HSL color Cylindrical-coordinate representation of color #D8C5BF: hue angle of 14.4º degrees, saturation: 0.24, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D8C5BF is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 197 | 191 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.15 |
| HSL | 14.4º | 0.24% | 0.8% | - |
| HSV(B) | 14.4º | 0.12% | 0.85% | - |
| XYZ | 57.69 | 58.29 | 57.5 | - |
| YUV | 202 | 121.79 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 197 | 191 | 0 | 0.09 | 0.12 | 0.15 | 14.4 | 0.24 | 0.8 |
| Hex | D8 | C5 | BF | 0 | 9 | C | F | E | 18 | 50 |
| Octal | 330 | 305 | 277 | 0 | 11 | 14 | 17 | 16 | 30 | 120 |
| Binary | 11011000 | 11000101 | 10111111 | 0 | 1001 | 1100 | 1111 | 1110 | 11000 | 1010000 |
Color Harmonies of #D8C5BF
Complementary color
Monochromatic Colors of #D8C5BF
Black with #D8C5BF
Text Example
Text Example
White with #D8C5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C5BF; }
p { color: rgb(216,197,191); }
H1.HeaderClassName
{
color: #D8C5BF;
}
.AnyTagClassName
{
color: #D8C5BF;
}
</style>
background-color css
<style>
a { background-color: #D8C5BF; }
a { background-color: rgb(216,197,191); }
div.DivClassName
{
background-color: #D8C5BF;
}
.BgClassName
{
background-color: #D8C5BF;
}
</style>
border-color css
<style>
span { border-color: #D8C5BF; }
span { border-color: rgb(216,197,191); }
td.TdClassName
{
border-color: #D8C5BF;
}
.TagClassName
{
border-color: #D8C5BF;
}
</style>