Shades of Dust Storm #DAC5BF
Tints of Dust Storm #DAC5BF
RGB
CMYK
RGB Variations
Color information
#DAC5BF (or 0xDAC5BF) is known color: Dust Storm. HEX triplet: DA, C5 and BF. RGB value is (218,197,191). Sum of RGB (Red+Green+Blue) = 218+197+191=606 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.97% from 606); Green value is 197 (77.34% from 255 or 32.51% from 606); Blue value is 191 (75% from 255 or 31.52% from 606); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC5BF is #253A40. Grayscale: #CACACA. Windows color (decimal): -2439745 or 12568026. OLE color: 12568026.
HSL color Cylindrical-coordinate representation of color #DAC5BF: hue angle of 13.33º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAC5BF is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 191 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.15 |
| HSL | 13.33º | 0.27% | 0.8% | - |
| HSV(B) | 13.33º | 0.12% | 0.85% | - |
| XYZ | 58.28 | 58.6 | 57.53 | - |
| YUV | 202.6 | 121.46 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 191 | 0 | 0.10 | 0.12 | 0.15 | 13.33 | 0.27 | 0.8 |
| Hex | DA | C5 | BF | 0 | A | C | F | D | 1B | 50 |
| Octal | 332 | 305 | 277 | 0 | 12 | 14 | 17 | 15 | 33 | 120 |
| Binary | 11011010 | 11000101 | 10111111 | 0 | 1010 | 1100 | 1111 | 1101 | 11011 | 1010000 |
Color Harmonies of #DAC5BF
Complementary color
Monochromatic Colors of #DAC5BF
Black with #DAC5BF
Text Example
Text Example
White with #DAC5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC5BF; }
p { color: rgb(218,197,191); }
H1.HeaderClassName
{
color: #DAC5BF;
}
.AnyTagClassName
{
color: #DAC5BF;
}
</style>
background-color css
<style>
a { background-color: #DAC5BF; }
a { background-color: rgb(218,197,191); }
div.DivClassName
{
background-color: #DAC5BF;
}
.BgClassName
{
background-color: #DAC5BF;
}
</style>
border-color css
<style>
span { border-color: #DAC5BF; }
span { border-color: rgb(218,197,191); }
td.TdClassName
{
border-color: #DAC5BF;
}
.TagClassName
{
border-color: #DAC5BF;
}
</style>