Shades of Dust Storm #DBC5BB
Tints of Dust Storm #DBC5BB
RGB
CMYK
RGB Variations
Color information
#DBC5BB (or 0xDBC5BB) is known color: Dust Storm. HEX triplet: DB, C5 and BB. RGB value is (219,197,187). Sum of RGB (Red+Green+Blue) = 219+197+187=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 197 (77.34% from 255 or 32.67% from 603); Blue value is 187 (73.44% from 255 or 31.01% from 603); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC5BB is #243A44. Grayscale: #CACACA. Windows color (decimal): -2374213 or 12305883. OLE color: 12305883.
HSL color Cylindrical-coordinate representation of color #DBC5BB: hue angle of 18.75º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBC5BB is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 197 | 187 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.14 |
| HSL | 18.75º | 0.31% | 0.8% | - |
| HSV(B) | 18.75º | 0.15% | 0.86% | - |
| XYZ | 58.15 | 58.58 | 55.26 | - |
| YUV | 202.44 | 119.29 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 197 | 187 | 0 | 0.10 | 0.15 | 0.14 | 18.75 | 0.31 | 0.8 |
| Hex | DB | C5 | BB | 0 | A | F | E | 13 | 1F | 50 |
| Octal | 333 | 305 | 273 | 0 | 12 | 17 | 16 | 23 | 37 | 120 |
| Binary | 11011011 | 11000101 | 10111011 | 0 | 1010 | 1111 | 1110 | 10011 | 11111 | 1010000 |
Color Harmonies of #DBC5BB
Complementary color
Monochromatic Colors of #DBC5BB
Black with #DBC5BB
Text Example
Text Example
White with #DBC5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC5BB; }
p { color: rgb(219,197,187); }
H1.HeaderClassName
{
color: #DBC5BB;
}
.AnyTagClassName
{
color: #DBC5BB;
}
</style>
background-color css
<style>
a { background-color: #DBC5BB; }
a { background-color: rgb(219,197,187); }
div.DivClassName
{
background-color: #DBC5BB;
}
.BgClassName
{
background-color: #DBC5BB;
}
</style>
border-color css
<style>
span { border-color: #DBC5BB; }
span { border-color: rgb(219,197,187); }
td.TdClassName
{
border-color: #DBC5BB;
}
.TagClassName
{
border-color: #DBC5BB;
}
</style>