Shades of Dust Storm #DBC9C1
Tints of Dust Storm #DBC9C1
RGB
CMYK
RGB Variations
Color information
#DBC9C1 (or 0xDBC9C1) is known color: Dust Storm. HEX triplet: DB, C9 and C1. RGB value is (219,201,193). Sum of RGB (Red+Green+Blue) = 219+201+193=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 201 (78.91% from 255 or 32.79% from 613); Blue value is 193 (75.78% from 255 or 31.48% from 613); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC9C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC9C1 is #24363E. Grayscale: #CDCDCD. Windows color (decimal): -2373183 or 12700123. OLE color: 12700123.
HSL color Cylindrical-coordinate representation of color #DBC9C1: hue angle of 18.46º 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 #DBC9C1 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 201 | 193 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.14 |
| HSL | 18.46º | 0.27% | 0.81% | - |
| HSV(B) | 18.46º | 0.12% | 0.86% | - |
| XYZ | 59.73 | 60.68 | 59.02 | - |
| YUV | 205.47 | 120.96 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 201 | 193 | 0 | 0.08 | 0.12 | 0.14 | 18.46 | 0.27 | 0.81 |
| Hex | DB | C9 | C1 | 0 | 8 | C | E | 12 | 1B | 51 |
| Octal | 333 | 311 | 301 | 0 | 10 | 14 | 16 | 22 | 33 | 121 |
| Binary | 11011011 | 11001001 | 11000001 | 0 | 1000 | 1100 | 1110 | 10010 | 11011 | 1010001 |
Color Harmonies of #DBC9C1
Complementary color
Monochromatic Colors of #DBC9C1
Black with #DBC9C1
Text Example
Text Example
White with #DBC9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC9C1; }
p { color: rgb(219,201,193); }
H1.HeaderClassName
{
color: #DBC9C1;
}
.AnyTagClassName
{
color: #DBC9C1;
}
</style>
background-color css
<style>
a { background-color: #DBC9C1; }
a { background-color: rgb(219,201,193); }
div.DivClassName
{
background-color: #DBC9C1;
}
.BgClassName
{
background-color: #DBC9C1;
}
</style>
border-color css
<style>
span { border-color: #DBC9C1; }
span { border-color: rgb(219,201,193); }
td.TdClassName
{
border-color: #DBC9C1;
}
.TagClassName
{
border-color: #DBC9C1;
}
</style>