Shades of Dust Storm #DAC3BB
Tints of Dust Storm #DAC3BB
RGB
CMYK
RGB Variations
Color information
#DAC3BB (or 0xDAC3BB) is known color: Dust Storm. HEX triplet: DA, C3 and BB. RGB value is (218,195,187). Sum of RGB (Red+Green+Blue) = 218+195+187=600 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.33% from 600); Green value is 195 (76.56% from 255 or 32.5% from 600); Blue value is 187 (73.44% from 255 or 31.17% from 600); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC3BB is #253C44. Grayscale: #C9C9C9. Windows color (decimal): -2440261 or 12305370. OLE color: 12305370.
HSL color Cylindrical-coordinate representation of color #DAC3BB: hue angle of 15.48º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAC3BB is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 195 | 187 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.15 |
| HSL | 15.48º | 0.3% | 0.79% | - |
| HSV(B) | 15.48º | 0.14% | 0.85% | - |
| XYZ | 57.4 | 57.52 | 55.09 | - |
| YUV | 200.97 | 120.12 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 195 | 187 | 0 | 0.11 | 0.14 | 0.15 | 15.48 | 0.3 | 0.79 |
| Hex | DA | C3 | BB | 0 | B | E | F | F | 1E | 4F |
| Octal | 332 | 303 | 273 | 0 | 13 | 16 | 17 | 17 | 36 | 117 |
| Binary | 11011010 | 11000011 | 10111011 | 0 | 1011 | 1110 | 1111 | 1111 | 11110 | 1001111 |
Color Harmonies of #DAC3BB
Complementary color
Monochromatic Colors of #DAC3BB
Black with #DAC3BB
Text Example
Text Example
White with #DAC3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC3BB; }
p { color: rgb(218,195,187); }
H1.HeaderClassName
{
color: #DAC3BB;
}
.AnyTagClassName
{
color: #DAC3BB;
}
</style>
background-color css
<style>
a { background-color: #DAC3BB; }
a { background-color: rgb(218,195,187); }
div.DivClassName
{
background-color: #DAC3BB;
}
.BgClassName
{
background-color: #DAC3BB;
}
</style>
border-color css
<style>
span { border-color: #DAC3BB; }
span { border-color: rgb(218,195,187); }
td.TdClassName
{
border-color: #DAC3BB;
}
.TagClassName
{
border-color: #DAC3BB;
}
</style>