Shades of Dust Storm #DBC2BD
Tints of Dust Storm #DBC2BD
RGB
CMYK
RGB Variations
Color information
#DBC2BD (or 0xDBC2BD) is known color: Dust Storm. HEX triplet: DB, C2 and BD. RGB value is (219,194,189). Sum of RGB (Red+Green+Blue) = 219+194+189=602 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.38% from 602); Green value is 194 (76.17% from 255 or 32.23% from 602); Blue value is 189 (74.22% from 255 or 31.40% from 602); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC2BD is #243D42. Grayscale: #C8C8C8. Windows color (decimal): -2374979 or 12436187. OLE color: 12436187.
HSL color Cylindrical-coordinate representation of color #DBC2BD: hue angle of 10º 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 #DBC2BD is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 189 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.14 |
| HSL | 10º | 0.29% | 0.8% | - |
| HSV(B) | 10º | 0.14% | 0.86% | - |
| XYZ | 57.69 | 57.32 | 56.17 | - |
| YUV | 200.91 | 121.28 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 189 | 0 | 0.11 | 0.14 | 0.14 | 10 | 0.29 | 0.8 |
| Hex | DB | C2 | BD | 0 | B | E | E | A | 1D | 50 |
| Octal | 333 | 302 | 275 | 0 | 13 | 16 | 16 | 12 | 35 | 120 |
| Binary | 11011011 | 11000010 | 10111101 | 0 | 1011 | 1110 | 1110 | 1010 | 11101 | 1010000 |
Color Harmonies of #DBC2BD
Complementary color
Monochromatic Colors of #DBC2BD
Black with #DBC2BD
Text Example
Text Example
White with #DBC2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC2BD; }
p { color: rgb(219,194,189); }
H1.HeaderClassName
{
color: #DBC2BD;
}
.AnyTagClassName
{
color: #DBC2BD;
}
</style>
background-color css
<style>
a { background-color: #DBC2BD; }
a { background-color: rgb(219,194,189); }
div.DivClassName
{
background-color: #DBC2BD;
}
.BgClassName
{
background-color: #DBC2BD;
}
</style>
border-color css
<style>
span { border-color: #DBC2BD; }
span { border-color: rgb(219,194,189); }
td.TdClassName
{
border-color: #DBC2BD;
}
.TagClassName
{
border-color: #DBC2BD;
}
</style>