Shades of Dust Storm #DBC6BF
Tints of Dust Storm #DBC6BF
RGB
CMYK
RGB Variations
Color information
#DBC6BF (or 0xDBC6BF) is known color: Dust Storm. HEX triplet: DB, C6 and BF. RGB value is (219,198,191). Sum of RGB (Red+Green+Blue) = 219+198+191=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 198 (77.73% from 255 or 32.57% from 608); Blue value is 191 (75% from 255 or 31.41% from 608); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC6BF is #243940. Grayscale: #CBCBCB. Windows color (decimal): -2373953 or 12568283. OLE color: 12568283.
HSL color Cylindrical-coordinate representation of color #DBC6BF: hue angle of 15º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBC6BF is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 198 | 191 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.14 |
| HSL | 15º | 0.28% | 0.8% | - |
| HSV(B) | 15º | 0.13% | 0.86% | - |
| XYZ | 58.81 | 59.21 | 57.62 | - |
| YUV | 203.48 | 120.96 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 198 | 191 | 0 | 0.10 | 0.13 | 0.14 | 15 | 0.28 | 0.8 |
| Hex | DB | C6 | BF | 0 | A | D | E | F | 1C | 50 |
| Octal | 333 | 306 | 277 | 0 | 12 | 15 | 16 | 17 | 34 | 120 |
| Binary | 11011011 | 11000110 | 10111111 | 0 | 1010 | 1101 | 1110 | 1111 | 11100 | 1010000 |
Color Harmonies of #DBC6BF
Complementary color
Monochromatic Colors of #DBC6BF
Black with #DBC6BF
Text Example
Text Example
White with #DBC6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC6BF; }
p { color: rgb(219,198,191); }
H1.HeaderClassName
{
color: #DBC6BF;
}
.AnyTagClassName
{
color: #DBC6BF;
}
</style>
background-color css
<style>
a { background-color: #DBC6BF; }
a { background-color: rgb(219,198,191); }
div.DivClassName
{
background-color: #DBC6BF;
}
.BgClassName
{
background-color: #DBC6BF;
}
</style>
border-color css
<style>
span { border-color: #DBC6BF; }
span { border-color: rgb(219,198,191); }
td.TdClassName
{
border-color: #DBC6BF;
}
.TagClassName
{
border-color: #DBC6BF;
}
</style>