Shades of Dust Storm #DAC3BE
Tints of Dust Storm #DAC3BE
RGB
CMYK
RGB Variations
Color information
#DAC3BE (or 0xDAC3BE) is known color: Dust Storm. HEX triplet: DA, C3 and BE. RGB value is (218,195,190). Sum of RGB (Red+Green+Blue) = 218+195+190=603 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.15% from 603); Green value is 195 (76.56% from 255 or 32.34% from 603); Blue value is 190 (74.61% from 255 or 31.51% from 603); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC3BE is #253C41. Grayscale: #C9C9C9. Windows color (decimal): -2440258 or 12501978. OLE color: 12501978.
HSL color Cylindrical-coordinate representation of color #DAC3BE: hue angle of 10.71º degrees, saturation: 0.27, 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 #DAC3BE is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 195 | 190 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.15 |
| HSL | 10.71º | 0.27% | 0.8% | - |
| HSV(B) | 10.71º | 0.13% | 0.85% | - |
| XYZ | 57.72 | 57.65 | 56.8 | - |
| YUV | 201.31 | 121.62 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 195 | 190 | 0 | 0.11 | 0.13 | 0.15 | 10.71 | 0.27 | 0.8 |
| Hex | DA | C3 | BE | 0 | B | D | F | B | 1B | 50 |
| Octal | 332 | 303 | 276 | 0 | 13 | 15 | 17 | 13 | 33 | 120 |
| Binary | 11011010 | 11000011 | 10111110 | 0 | 1011 | 1101 | 1111 | 1011 | 11011 | 1010000 |
Color Harmonies of #DAC3BE
Complementary color
Monochromatic Colors of #DAC3BE
Black with #DAC3BE
Text Example
Text Example
White with #DAC3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC3BE; }
p { color: rgb(218,195,190); }
H1.HeaderClassName
{
color: #DAC3BE;
}
.AnyTagClassName
{
color: #DAC3BE;
}
</style>
background-color css
<style>
a { background-color: #DAC3BE; }
a { background-color: rgb(218,195,190); }
div.DivClassName
{
background-color: #DAC3BE;
}
.BgClassName
{
background-color: #DAC3BE;
}
</style>
border-color css
<style>
span { border-color: #DAC3BE; }
span { border-color: rgb(218,195,190); }
td.TdClassName
{
border-color: #DAC3BE;
}
.TagClassName
{
border-color: #DAC3BE;
}
</style>