Shades of Dust Storm #DBC8BC
Tints of Dust Storm #DBC8BC
RGB
CMYK
RGB Variations
Color information
#DBC8BC (or 0xDBC8BC) is known color: Dust Storm. HEX triplet: DB, C8 and BC. RGB value is (219,200,188). Sum of RGB (Red+Green+Blue) = 219+200+188=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 200 (78.52% from 255 or 32.95% from 607); Blue value is 188 (73.83% from 255 or 30.97% from 607); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC8BC is #243743. Grayscale: #CCCCCC. Windows color (decimal): -2373444 or 12372187. OLE color: 12372187.
HSL color Cylindrical-coordinate representation of color #DBC8BC: hue angle of 23.23º degrees, saturation: 0.3, 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 #DBC8BC is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 200 | 188 | - |
| CMYK | 0 | 0.09 | 0.14 | 0.14 |
| HSL | 23.23º | 0.3% | 0.8% | - |
| HSV(B) | 23.23º | 0.14% | 0.86% | - |
| XYZ | 58.94 | 60 | 56.05 | - |
| YUV | 204.31 | 118.79 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 188 | 0 | 0.09 | 0.14 | 0.14 | 23.23 | 0.3 | 0.8 |
| Hex | DB | C8 | BC | 0 | 9 | E | E | 17 | 1E | 50 |
| Octal | 333 | 310 | 274 | 0 | 11 | 16 | 16 | 27 | 36 | 120 |
| Binary | 11011011 | 11001000 | 10111100 | 0 | 1001 | 1110 | 1110 | 10111 | 11110 | 1010000 |
Color Harmonies of #DBC8BC
Complementary color
Monochromatic Colors of #DBC8BC
Black with #DBC8BC
Text Example
Text Example
White with #DBC8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC8BC; }
p { color: rgb(219,200,188); }
H1.HeaderClassName
{
color: #DBC8BC;
}
.AnyTagClassName
{
color: #DBC8BC;
}
</style>
background-color css
<style>
a { background-color: #DBC8BC; }
a { background-color: rgb(219,200,188); }
div.DivClassName
{
background-color: #DBC8BC;
}
.BgClassName
{
background-color: #DBC8BC;
}
</style>
border-color css
<style>
span { border-color: #DBC8BC; }
span { border-color: rgb(219,200,188); }
td.TdClassName
{
border-color: #DBC8BC;
}
.TagClassName
{
border-color: #DBC8BC;
}
</style>