Shades of Dust Storm #DBC7C0
Tints of Dust Storm #DBC7C0
RGB
CMYK
RGB Variations
Color information
#DBC7C0 (or 0xDBC7C0) is known color: Dust Storm. HEX triplet: DB, C7 and C0. RGB value is (219,199,192). Sum of RGB (Red+Green+Blue) = 219+199+192=610 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.90% from 610); Green value is 199 (78.12% from 255 or 32.62% from 610); Blue value is 192 (75.39% from 255 or 31.48% from 610); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC7C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC7C0 is #24383F. Grayscale: #CCCCCC. Windows color (decimal): -2373696 or 12634075. OLE color: 12634075.
HSL color Cylindrical-coordinate representation of color #DBC7C0: hue angle of 15.56º 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 #DBC7C0 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 199 | 192 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.14 |
| HSL | 15.56º | 0.27% | 0.81% | - |
| HSV(B) | 15.56º | 0.12% | 0.86% | - |
| XYZ | 59.15 | 59.71 | 58.28 | - |
| YUV | 204.18 | 121.13 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 199 | 192 | 0 | 0.09 | 0.12 | 0.14 | 15.56 | 0.27 | 0.81 |
| Hex | DB | C7 | C0 | 0 | 9 | C | E | 10 | 1B | 51 |
| Octal | 333 | 307 | 300 | 0 | 11 | 14 | 16 | 20 | 33 | 121 |
| Binary | 11011011 | 11000111 | 11000000 | 0 | 1001 | 1100 | 1110 | 10000 | 11011 | 1010001 |
Color Harmonies of #DBC7C0
Complementary color
Monochromatic Colors of #DBC7C0
Black with #DBC7C0
Text Example
Text Example
White with #DBC7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC7C0; }
p { color: rgb(219,199,192); }
H1.HeaderClassName
{
color: #DBC7C0;
}
.AnyTagClassName
{
color: #DBC7C0;
}
</style>
background-color css
<style>
a { background-color: #DBC7C0; }
a { background-color: rgb(219,199,192); }
div.DivClassName
{
background-color: #DBC7C0;
}
.BgClassName
{
background-color: #DBC7C0;
}
</style>
border-color css
<style>
span { border-color: #DBC7C0; }
span { border-color: rgb(219,199,192); }
td.TdClassName
{
border-color: #DBC7C0;
}
.TagClassName
{
border-color: #DBC7C0;
}
</style>