Shades of Dust Storm #DBC2BC
Tints of Dust Storm #DBC2BC
RGB
CMYK
RGB Variations
Color information
#DBC2BC (or 0xDBC2BC) is known color: Dust Storm. HEX triplet: DB, C2 and BC. RGB value is (219,194,188). Sum of RGB (Red+Green+Blue) = 219+194+188=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 194 (76.17% from 255 or 32.28% from 601); Blue value is 188 (73.83% from 255 or 31.28% from 601); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC2BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC2BC is #243D43. Grayscale: #C8C8C8. Windows color (decimal): -2374980 or 12370651. OLE color: 12370651.
HSL color Cylindrical-coordinate representation of color #DBC2BC: hue angle of 11.61º 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 #DBC2BC is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 188 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.14 |
| HSL | 11.61º | 0.3% | 0.8% | - |
| HSV(B) | 11.61º | 0.14% | 0.86% | - |
| XYZ | 57.58 | 57.27 | 55.6 | - |
| YUV | 200.79 | 120.78 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 188 | 0 | 0.11 | 0.14 | 0.14 | 11.61 | 0.3 | 0.8 |
| Hex | DB | C2 | BC | 0 | B | E | E | C | 1E | 50 |
| Octal | 333 | 302 | 274 | 0 | 13 | 16 | 16 | 14 | 36 | 120 |
| Binary | 11011011 | 11000010 | 10111100 | 0 | 1011 | 1110 | 1110 | 1100 | 11110 | 1010000 |
Color Harmonies of #DBC2BC
Complementary color
Monochromatic Colors of #DBC2BC
Black with #DBC2BC
Text Example
Text Example
White with #DBC2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC2BC; }
p { color: rgb(219,194,188); }
H1.HeaderClassName
{
color: #DBC2BC;
}
.AnyTagClassName
{
color: #DBC2BC;
}
</style>
background-color css
<style>
a { background-color: #DBC2BC; }
a { background-color: rgb(219,194,188); }
div.DivClassName
{
background-color: #DBC2BC;
}
.BgClassName
{
background-color: #DBC2BC;
}
</style>
border-color css
<style>
span { border-color: #DBC2BC; }
span { border-color: rgb(219,194,188); }
td.TdClassName
{
border-color: #DBC2BC;
}
.TagClassName
{
border-color: #DBC2BC;
}
</style>