Shades of Dust Storm #DBC5C0
Tints of Dust Storm #DBC5C0
RGB
CMYK
RGB Variations
Color information
#DBC5C0 (or 0xDBC5C0) is known color: Dust Storm. HEX triplet: DB, C5 and C0. RGB value is (219,197,192). Sum of RGB (Red+Green+Blue) = 219+197+192=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 197 (77.34% from 255 or 32.40% from 608); Blue value is 192 (75.39% from 255 or 31.58% from 608); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC5C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC5C0 is #243A3F. Grayscale: #CBCBCB. Windows color (decimal): -2374208 or 12633563. OLE color: 12633563.
HSL color Cylindrical-coordinate representation of color #DBC5C0: hue angle of 11.11º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBC5C0 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 197 | 192 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.14 |
| HSL | 11.11º | 0.27% | 0.81% | - |
| HSV(B) | 11.11º | 0.12% | 0.86% | - |
| XYZ | 58.69 | 58.8 | 58.12 | - |
| YUV | 203.01 | 121.79 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 197 | 192 | 0 | 0.10 | 0.12 | 0.14 | 11.11 | 0.27 | 0.81 |
| Hex | DB | C5 | C0 | 0 | A | C | E | B | 1B | 51 |
| Octal | 333 | 305 | 300 | 0 | 12 | 14 | 16 | 13 | 33 | 121 |
| Binary | 11011011 | 11000101 | 11000000 | 0 | 1010 | 1100 | 1110 | 1011 | 11011 | 1010001 |
Color Harmonies of #DBC5C0
Complementary color
Monochromatic Colors of #DBC5C0
Black with #DBC5C0
Text Example
Text Example
White with #DBC5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC5C0; }
p { color: rgb(219,197,192); }
H1.HeaderClassName
{
color: #DBC5C0;
}
.AnyTagClassName
{
color: #DBC5C0;
}
</style>
background-color css
<style>
a { background-color: #DBC5C0; }
a { background-color: rgb(219,197,192); }
div.DivClassName
{
background-color: #DBC5C0;
}
.BgClassName
{
background-color: #DBC5C0;
}
</style>
border-color css
<style>
span { border-color: #DBC5C0; }
span { border-color: rgb(219,197,192); }
td.TdClassName
{
border-color: #DBC5C0;
}
.TagClassName
{
border-color: #DBC5C0;
}
</style>