Shades of Dust Storm #DAC5BE
Tints of Dust Storm #DAC5BE
RGB
CMYK
RGB Variations
Color information
#DAC5BE (or 0xDAC5BE) is known color: Dust Storm. HEX triplet: DA, C5 and BE. RGB value is (218,197,190). Sum of RGB (Red+Green+Blue) = 218+197+190=605 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.03% from 605); Green value is 197 (77.34% from 255 or 32.56% from 605); Blue value is 190 (74.61% from 255 or 31.40% from 605); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC5BE is #253A41. Grayscale: #CACACA. Windows color (decimal): -2439746 or 12502490. OLE color: 12502490.
HSL color Cylindrical-coordinate representation of color #DAC5BE: hue angle of 15º degrees, saturation: 0.27, 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 #DAC5BE is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 190 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.15 |
| HSL | 15º | 0.27% | 0.8% | - |
| HSV(B) | 15º | 0.13% | 0.85% | - |
| XYZ | 58.17 | 58.56 | 56.95 | - |
| YUV | 202.48 | 120.96 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 190 | 0 | 0.10 | 0.13 | 0.15 | 15 | 0.27 | 0.8 |
| Hex | DA | C5 | BE | 0 | A | D | F | F | 1B | 50 |
| Octal | 332 | 305 | 276 | 0 | 12 | 15 | 17 | 17 | 33 | 120 |
| Binary | 11011010 | 11000101 | 10111110 | 0 | 1010 | 1101 | 1111 | 1111 | 11011 | 1010000 |
Color Harmonies of #DAC5BE
Complementary color
Monochromatic Colors of #DAC5BE
Black with #DAC5BE
Text Example
Text Example
White with #DAC5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC5BE; }
p { color: rgb(218,197,190); }
H1.HeaderClassName
{
color: #DAC5BE;
}
.AnyTagClassName
{
color: #DAC5BE;
}
</style>
background-color css
<style>
a { background-color: #DAC5BE; }
a { background-color: rgb(218,197,190); }
div.DivClassName
{
background-color: #DAC5BE;
}
.BgClassName
{
background-color: #DAC5BE;
}
</style>
border-color css
<style>
span { border-color: #DAC5BE; }
span { border-color: rgb(218,197,190); }
td.TdClassName
{
border-color: #DAC5BE;
}
.TagClassName
{
border-color: #DAC5BE;
}
</style>