Shades of Dust Storm #DBC8BF
Tints of Dust Storm #DBC8BF
RGB
CMYK
RGB Variations
Color information
#DBC8BF (or 0xDBC8BF) is known color: Dust Storm. HEX triplet: DB, C8 and BF. RGB value is (219,200,191). Sum of RGB (Red+Green+Blue) = 219+200+191=610 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.90% from 610); Green value is 200 (78.52% from 255 or 32.79% from 610); Blue value is 191 (75% from 255 or 31.31% from 610); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC8BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC8BF is #243740. Grayscale: #CCCCCC. Windows color (decimal): -2373441 or 12568795. OLE color: 12568795.
HSL color Cylindrical-coordinate representation of color #DBC8BF: hue angle of 19.29º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBC8BF is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 200 | 191 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.14 |
| HSL | 19.29º | 0.28% | 0.8% | - |
| HSV(B) | 19.29º | 0.13% | 0.86% | - |
| XYZ | 59.27 | 60.13 | 57.77 | - |
| YUV | 204.66 | 120.29 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 191 | 0 | 0.09 | 0.13 | 0.14 | 19.29 | 0.28 | 0.8 |
| Hex | DB | C8 | BF | 0 | 9 | D | E | 13 | 1C | 50 |
| Octal | 333 | 310 | 277 | 0 | 11 | 15 | 16 | 23 | 34 | 120 |
| Binary | 11011011 | 11001000 | 10111111 | 0 | 1001 | 1101 | 1110 | 10011 | 11100 | 1010000 |
Color Harmonies of #DBC8BF
Complementary color
Monochromatic Colors of #DBC8BF
Black with #DBC8BF
Text Example
Text Example
White with #DBC8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC8BF; }
p { color: rgb(219,200,191); }
H1.HeaderClassName
{
color: #DBC8BF;
}
.AnyTagClassName
{
color: #DBC8BF;
}
</style>
background-color css
<style>
a { background-color: #DBC8BF; }
a { background-color: rgb(219,200,191); }
div.DivClassName
{
background-color: #DBC8BF;
}
.BgClassName
{
background-color: #DBC8BF;
}
</style>
border-color css
<style>
span { border-color: #DBC8BF; }
span { border-color: rgb(219,200,191); }
td.TdClassName
{
border-color: #DBC8BF;
}
.TagClassName
{
border-color: #DBC8BF;
}
</style>