Shades of Dust Storm #DAC2BD
Tints of Dust Storm #DAC2BD
RGB
CMYK
RGB Variations
Color information
#DAC2BD (or 0xDAC2BD) is known color: Dust Storm. HEX triplet: DA, C2 and BD. RGB value is (218,194,189). Sum of RGB (Red+Green+Blue) = 218+194+189=601 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.27% from 601); Green value is 194 (76.17% from 255 or 32.28% from 601); Blue value is 189 (74.22% from 255 or 31.45% from 601); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC2BD is #253D42. Grayscale: #C8C8C8. Windows color (decimal): -2440515 or 12436186. OLE color: 12436186.
HSL color Cylindrical-coordinate representation of color #DAC2BD: hue angle of 10.34º 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 #DAC2BD is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 194 | 189 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.15 |
| HSL | 10.34º | 0.28% | 0.8% | - |
| HSV(B) | 10.34º | 0.13% | 0.85% | - |
| XYZ | 57.39 | 57.16 | 56.15 | - |
| YUV | 200.61 | 121.45 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 194 | 189 | 0 | 0.11 | 0.13 | 0.15 | 10.34 | 0.28 | 0.8 |
| Hex | DA | C2 | BD | 0 | B | D | F | A | 1C | 50 |
| Octal | 332 | 302 | 275 | 0 | 13 | 15 | 17 | 12 | 34 | 120 |
| Binary | 11011010 | 11000010 | 10111101 | 0 | 1011 | 1101 | 1111 | 1010 | 11100 | 1010000 |
Color Harmonies of #DAC2BD
Complementary color
Monochromatic Colors of #DAC2BD
Black with #DAC2BD
Text Example
Text Example
White with #DAC2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC2BD; }
p { color: rgb(218,194,189); }
H1.HeaderClassName
{
color: #DAC2BD;
}
.AnyTagClassName
{
color: #DAC2BD;
}
</style>
background-color css
<style>
a { background-color: #DAC2BD; }
a { background-color: rgb(218,194,189); }
div.DivClassName
{
background-color: #DAC2BD;
}
.BgClassName
{
background-color: #DAC2BD;
}
</style>
border-color css
<style>
span { border-color: #DAC2BD; }
span { border-color: rgb(218,194,189); }
td.TdClassName
{
border-color: #DAC2BD;
}
.TagClassName
{
border-color: #DAC2BD;
}
</style>