Shades of Dust Storm #DAC5BD
Tints of Dust Storm #DAC5BD
RGB
CMYK
RGB Variations
Color information
#DAC5BD (or 0xDAC5BD) is known color: Dust Storm. HEX triplet: DA, C5 and BD. RGB value is (218,197,189). Sum of RGB (Red+Green+Blue) = 218+197+189=604 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.09% from 604); Green value is 197 (77.34% from 255 or 32.62% from 604); Blue value is 189 (74.22% from 255 or 31.29% from 604); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC5BD is #253A42. Grayscale: #CACACA. Windows color (decimal): -2439747 or 12436954. OLE color: 12436954.
HSL color Cylindrical-coordinate representation of color #DAC5BD: hue angle of 16.55º 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 #DAC5BD is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 189 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.15 |
| HSL | 16.55º | 0.28% | 0.8% | - |
| HSV(B) | 16.55º | 0.13% | 0.85% | - |
| XYZ | 58.07 | 58.51 | 56.38 | - |
| YUV | 202.37 | 120.46 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 189 | 0 | 0.10 | 0.13 | 0.15 | 16.55 | 0.28 | 0.8 |
| Hex | DA | C5 | BD | 0 | A | D | F | 11 | 1C | 50 |
| Octal | 332 | 305 | 275 | 0 | 12 | 15 | 17 | 21 | 34 | 120 |
| Binary | 11011010 | 11000101 | 10111101 | 0 | 1010 | 1101 | 1111 | 10001 | 11100 | 1010000 |
Color Harmonies of #DAC5BD
Complementary color
Monochromatic Colors of #DAC5BD
Black with #DAC5BD
Text Example
Text Example
White with #DAC5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC5BD; }
p { color: rgb(218,197,189); }
H1.HeaderClassName
{
color: #DAC5BD;
}
.AnyTagClassName
{
color: #DAC5BD;
}
</style>
background-color css
<style>
a { background-color: #DAC5BD; }
a { background-color: rgb(218,197,189); }
div.DivClassName
{
background-color: #DAC5BD;
}
.BgClassName
{
background-color: #DAC5BD;
}
</style>
border-color css
<style>
span { border-color: #DAC5BD; }
span { border-color: rgb(218,197,189); }
td.TdClassName
{
border-color: #DAC5BD;
}
.TagClassName
{
border-color: #DAC5BD;
}
</style>