Shades of Dust Storm #DAC6BD
Tints of Dust Storm #DAC6BD
RGB
CMYK
RGB Variations
Color information
#DAC6BD (or 0xDAC6BD) is known color: Dust Storm. HEX triplet: DA, C6 and BD. RGB value is (218,198,189). Sum of RGB (Red+Green+Blue) = 218+198+189=605 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.03% from 605); Green value is 198 (77.73% from 255 or 32.73% from 605); Blue value is 189 (74.22% from 255 or 31.24% from 605); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC6BD is #253942. Grayscale: #CBCBCB. Windows color (decimal): -2439491 or 12437210. OLE color: 12437210.
HSL color Cylindrical-coordinate representation of color #DAC6BD: hue angle of 18.62º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAC6BD is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 198 | 189 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.15 |
| HSL | 18.62º | 0.28% | 0.8% | - |
| HSV(B) | 18.62º | 0.13% | 0.85% | - |
| XYZ | 58.29 | 58.97 | 56.45 | - |
| YUV | 202.95 | 120.13 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 198 | 189 | 0 | 0.09 | 0.13 | 0.15 | 18.62 | 0.28 | 0.8 |
| Hex | DA | C6 | BD | 0 | 9 | D | F | 13 | 1C | 50 |
| Octal | 332 | 306 | 275 | 0 | 11 | 15 | 17 | 23 | 34 | 120 |
| Binary | 11011010 | 11000110 | 10111101 | 0 | 1001 | 1101 | 1111 | 10011 | 11100 | 1010000 |
Color Harmonies of #DAC6BD
Complementary color
Monochromatic Colors of #DAC6BD
Black with #DAC6BD
Text Example
Text Example
White with #DAC6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC6BD; }
p { color: rgb(218,198,189); }
H1.HeaderClassName
{
color: #DAC6BD;
}
.AnyTagClassName
{
color: #DAC6BD;
}
</style>
background-color css
<style>
a { background-color: #DAC6BD; }
a { background-color: rgb(218,198,189); }
div.DivClassName
{
background-color: #DAC6BD;
}
.BgClassName
{
background-color: #DAC6BD;
}
</style>
border-color css
<style>
span { border-color: #DAC6BD; }
span { border-color: rgb(218,198,189); }
td.TdClassName
{
border-color: #DAC6BD;
}
.TagClassName
{
border-color: #DAC6BD;
}
</style>