Shades of Dust Storm #DBC5BD
Tints of Dust Storm #DBC5BD
RGB
CMYK
RGB Variations
Color information
#DBC5BD (or 0xDBC5BD) is known color: Dust Storm. HEX triplet: DB, C5 and BD. RGB value is (219,197,189). Sum of RGB (Red+Green+Blue) = 219+197+189=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 197 (77.34% from 255 or 32.56% from 605); Blue value is 189 (74.22% from 255 or 31.24% from 605); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC5BD is #243A42. Grayscale: #CACACA. Windows color (decimal): -2374211 or 12436955. OLE color: 12436955.
HSL color Cylindrical-coordinate representation of color #DBC5BD: hue angle of 16º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBC5BD is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 197 | 189 | - |
| CMYK | 0 | 0.10 | 0.14 | 0.14 |
| HSL | 16º | 0.29% | 0.8% | - |
| HSV(B) | 16º | 0.14% | 0.86% | - |
| XYZ | 58.36 | 58.67 | 56.39 | - |
| YUV | 202.67 | 120.29 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 197 | 189 | 0 | 0.10 | 0.14 | 0.14 | 16 | 0.29 | 0.8 |
| Hex | DB | C5 | BD | 0 | A | E | E | 10 | 1D | 50 |
| Octal | 333 | 305 | 275 | 0 | 12 | 16 | 16 | 20 | 35 | 120 |
| Binary | 11011011 | 11000101 | 10111101 | 0 | 1010 | 1110 | 1110 | 10000 | 11101 | 1010000 |
Color Harmonies of #DBC5BD
Complementary color
Monochromatic Colors of #DBC5BD
Black with #DBC5BD
Text Example
Text Example
White with #DBC5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC5BD; }
p { color: rgb(219,197,189); }
H1.HeaderClassName
{
color: #DBC5BD;
}
.AnyTagClassName
{
color: #DBC5BD;
}
</style>
background-color css
<style>
a { background-color: #DBC5BD; }
a { background-color: rgb(219,197,189); }
div.DivClassName
{
background-color: #DBC5BD;
}
.BgClassName
{
background-color: #DBC5BD;
}
</style>
border-color css
<style>
span { border-color: #DBC5BD; }
span { border-color: rgb(219,197,189); }
td.TdClassName
{
border-color: #DBC5BD;
}
.TagClassName
{
border-color: #DBC5BD;
}
</style>