Shades of Dust Storm #DAC2BC
Tints of Dust Storm #DAC2BC
RGB
CMYK
RGB Variations
Color information
#DAC2BC (or 0xDAC2BC) is known color: Dust Storm. HEX triplet: DA, C2 and BC. RGB value is (218,194,188). Sum of RGB (Red+Green+Blue) = 218+194+188=600 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.33% from 600); Green value is 194 (76.17% from 255 or 32.33% from 600); Blue value is 188 (73.83% from 255 or 31.33% from 600); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC2BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC2BC is #253D43. Grayscale: #C8C8C8. Windows color (decimal): -2440516 or 12370650. OLE color: 12370650.
HSL color Cylindrical-coordinate representation of color #DAC2BC: hue angle of 12º 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 #DAC2BC is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 194 | 188 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.15 |
| HSL | 12º | 0.29% | 0.8% | - |
| HSV(B) | 12º | 0.14% | 0.85% | - |
| XYZ | 57.28 | 57.12 | 55.58 | - |
| YUV | 200.49 | 120.95 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 194 | 188 | 0 | 0.11 | 0.14 | 0.15 | 12 | 0.29 | 0.8 |
| Hex | DA | C2 | BC | 0 | B | E | F | C | 1D | 50 |
| Octal | 332 | 302 | 274 | 0 | 13 | 16 | 17 | 14 | 35 | 120 |
| Binary | 11011010 | 11000010 | 10111100 | 0 | 1011 | 1110 | 1111 | 1100 | 11101 | 1010000 |
Color Harmonies of #DAC2BC
Complementary color
Monochromatic Colors of #DAC2BC
Black with #DAC2BC
Text Example
Text Example
White with #DAC2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC2BC; }
p { color: rgb(218,194,188); }
H1.HeaderClassName
{
color: #DAC2BC;
}
.AnyTagClassName
{
color: #DAC2BC;
}
</style>
background-color css
<style>
a { background-color: #DAC2BC; }
a { background-color: rgb(218,194,188); }
div.DivClassName
{
background-color: #DAC2BC;
}
.BgClassName
{
background-color: #DAC2BC;
}
</style>
border-color css
<style>
span { border-color: #DAC2BC; }
span { border-color: rgb(218,194,188); }
td.TdClassName
{
border-color: #DAC2BC;
}
.TagClassName
{
border-color: #DAC2BC;
}
</style>