Shades of Dust Storm #DBC8C0
Tints of Dust Storm #DBC8C0
RGB
CMYK
RGB Variations
Color information
#DBC8C0 (or 0xDBC8C0) is known color: Dust Storm. HEX triplet: DB, C8 and C0. RGB value is (219,200,192). Sum of RGB (Red+Green+Blue) = 219+200+192=611 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.84% from 611); Green value is 200 (78.52% from 255 or 32.73% from 611); Blue value is 192 (75.39% from 255 or 31.42% from 611); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC8C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC8C0 is #24373F. Grayscale: #CCCCCC. Windows color (decimal): -2373440 or 12634331. OLE color: 12634331.
HSL color Cylindrical-coordinate representation of color #DBC8C0: hue angle of 17.78º 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 #DBC8C0 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 200 | 192 | - |
CMYK | 0 | 0.09 | 0.12 | 0.14 |
HSL | 17.78º | 0.27% | 0.81% | - |
HSV(B) | 17.78º | 0.12% | 0.86% | - |
XYZ | 59.38 | 60.17 | 58.35 | - |
YUV | 204.77 | 120.79 | 138.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 200 | 192 | 0 | 0.09 | 0.12 | 0.14 | 17.78 | 0.27 | 0.81 |
Hex | DB | C8 | C0 | 0 | 9 | C | E | 12 | 1B | 51 |
Octal | 333 | 310 | 300 | 0 | 11 | 14 | 16 | 22 | 33 | 121 |
Binary | 11011011 | 11001000 | 11000000 | 0 | 1001 | 1100 | 1110 | 10010 | 11011 | 1010001 |
Color Harmonies of #DBC8C0
Complementary color
Monochromatic Colors of #DBC8C0
Black with #DBC8C0
Text Example
Text Example
White with #DBC8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC8C0; }
p { color: rgb(219,200,192); }
H1.HeaderClassName
{
color: #DBC8C0;
}
.AnyTagClassName
{
color: #DBC8C0;
}
</style>
background-color css
<style>
a { background-color: #DBC8C0; }
a { background-color: rgb(219,200,192); }
div.DivClassName
{
background-color: #DBC8C0;
}
.BgClassName
{
background-color: #DBC8C0;
}
</style>
border-color css
<style>
span { border-color: #DBC8C0; }
span { border-color: rgb(219,200,192); }
td.TdClassName
{
border-color: #DBC8C0;
}
.TagClassName
{
border-color: #DBC8C0;
}
</style>