Shades of Dust Storm #DAC5BC
Tints of Dust Storm #DAC5BC
RGB
CMYK
RGB Variations
Color information
#DAC5BC (or 0xDAC5BC) is known color: Dust Storm. HEX triplet: DA, C5 and BC. RGB value is (218,197,188). Sum of RGB (Red+Green+Blue) = 218+197+188=603 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.15% from 603); Green value is 197 (77.34% from 255 or 32.67% from 603); Blue value is 188 (73.83% from 255 or 31.18% from 603); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC5BC is #253A43. Grayscale: #CACACA. Windows color (decimal): -2439748 or 12371418. OLE color: 12371418.
HSL color Cylindrical-coordinate representation of color #DAC5BC: hue angle of 18º 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 #DAC5BC is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 188 | - |
| CMYK | 0 | 0.10 | 0.14 | 0.15 |
| HSL | 18º | 0.29% | 0.8% | - |
| HSV(B) | 18º | 0.14% | 0.85% | - |
| XYZ | 57.96 | 58.47 | 55.81 | - |
| YUV | 202.25 | 119.96 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 188 | 0 | 0.10 | 0.14 | 0.15 | 18 | 0.29 | 0.8 |
| Hex | DA | C5 | BC | 0 | A | E | F | 12 | 1D | 50 |
| Octal | 332 | 305 | 274 | 0 | 12 | 16 | 17 | 22 | 35 | 120 |
| Binary | 11011010 | 11000101 | 10111100 | 0 | 1010 | 1110 | 1111 | 10010 | 11101 | 1010000 |
Color Harmonies of #DAC5BC
Complementary color
Monochromatic Colors of #DAC5BC
Black with #DAC5BC
Text Example
Text Example
White with #DAC5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC5BC; }
p { color: rgb(218,197,188); }
H1.HeaderClassName
{
color: #DAC5BC;
}
.AnyTagClassName
{
color: #DAC5BC;
}
</style>
background-color css
<style>
a { background-color: #DAC5BC; }
a { background-color: rgb(218,197,188); }
div.DivClassName
{
background-color: #DAC5BC;
}
.BgClassName
{
background-color: #DAC5BC;
}
</style>
border-color css
<style>
span { border-color: #DAC5BC; }
span { border-color: rgb(218,197,188); }
td.TdClassName
{
border-color: #DAC5BC;
}
.TagClassName
{
border-color: #DAC5BC;
}
</style>