Shades of Dust Storm #DBC7BA
Tints of Dust Storm #DBC7BA
RGB
CMYK
RGB Variations
Color information
#DBC7BA (or 0xDBC7BA) is known color: Dust Storm. HEX triplet: DB, C7 and BA. RGB value is (219,199,186). Sum of RGB (Red+Green+Blue) = 219+199+186=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 199 (78.12% from 255 or 32.95% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC7BA is #243845. Grayscale: #CBCBCB. Windows color (decimal): -2373702 or 12240859. OLE color: 12240859.
HSL color Cylindrical-coordinate representation of color #DBC7BA: hue angle of 23.64º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBC7BA is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 199 | 186 | - |
| CMYK | 0 | 0.09 | 0.15 | 0.14 |
| HSL | 23.64º | 0.31% | 0.79% | - |
| HSV(B) | 23.64º | 0.15% | 0.86% | - |
| XYZ | 58.5 | 59.45 | 54.85 | - |
| YUV | 203.5 | 118.13 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 199 | 186 | 0 | 0.09 | 0.15 | 0.14 | 23.64 | 0.31 | 0.79 |
| Hex | DB | C7 | BA | 0 | 9 | F | E | 18 | 1F | 4F |
| Octal | 333 | 307 | 272 | 0 | 11 | 17 | 16 | 30 | 37 | 117 |
| Binary | 11011011 | 11000111 | 10111010 | 0 | 1001 | 1111 | 1110 | 11000 | 11111 | 1001111 |
Color Harmonies of #DBC7BA
Complementary color
Monochromatic Colors of #DBC7BA
Black with #DBC7BA
Text Example
Text Example
White with #DBC7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC7BA; }
p { color: rgb(219,199,186); }
H1.HeaderClassName
{
color: #DBC7BA;
}
.AnyTagClassName
{
color: #DBC7BA;
}
</style>
background-color css
<style>
a { background-color: #DBC7BA; }
a { background-color: rgb(219,199,186); }
div.DivClassName
{
background-color: #DBC7BA;
}
.BgClassName
{
background-color: #DBC7BA;
}
</style>
border-color css
<style>
span { border-color: #DBC7BA; }
span { border-color: rgb(219,199,186); }
td.TdClassName
{
border-color: #DBC7BA;
}
.TagClassName
{
border-color: #DBC7BA;
}
</style>