Shades of Dust Storm #DAC6BC
Tints of Dust Storm #DAC6BC
RGB
CMYK
RGB Variations
Color information
#DAC6BC (or 0xDAC6BC) is known color: Dust Storm. HEX triplet: DA, C6 and BC. RGB value is (218,198,188). Sum of RGB (Red+Green+Blue) = 218+198+188=604 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.09% from 604); Green value is 198 (77.73% from 255 or 32.78% from 604); Blue value is 188 (73.83% from 255 or 31.13% from 604); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC6BC is #253943. Grayscale: #CACACA. Windows color (decimal): -2439492 or 12371674. OLE color: 12371674.
HSL color Cylindrical-coordinate representation of color #DAC6BC: hue angle of 20º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAC6BC is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 198 | 188 | - |
| CMYK | 0 | 0.09 | 0.14 | 0.15 |
| HSL | 20º | 0.29% | 0.8% | - |
| HSV(B) | 20º | 0.14% | 0.85% | - |
| XYZ | 58.18 | 58.92 | 55.88 | - |
| YUV | 202.84 | 119.63 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 198 | 188 | 0 | 0.09 | 0.14 | 0.15 | 20 | 0.29 | 0.8 |
| Hex | DA | C6 | BC | 0 | 9 | E | F | 14 | 1D | 50 |
| Octal | 332 | 306 | 274 | 0 | 11 | 16 | 17 | 24 | 35 | 120 |
| Binary | 11011010 | 11000110 | 10111100 | 0 | 1001 | 1110 | 1111 | 10100 | 11101 | 1010000 |
Color Harmonies of #DAC6BC
Complementary color
Monochromatic Colors of #DAC6BC
Black with #DAC6BC
Text Example
Text Example
White with #DAC6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC6BC; }
p { color: rgb(218,198,188); }
H1.HeaderClassName
{
color: #DAC6BC;
}
.AnyTagClassName
{
color: #DAC6BC;
}
</style>
background-color css
<style>
a { background-color: #DAC6BC; }
a { background-color: rgb(218,198,188); }
div.DivClassName
{
background-color: #DAC6BC;
}
.BgClassName
{
background-color: #DAC6BC;
}
</style>
border-color css
<style>
span { border-color: #DAC6BC; }
span { border-color: rgb(218,198,188); }
td.TdClassName
{
border-color: #DAC6BC;
}
.TagClassName
{
border-color: #DAC6BC;
}
</style>