Shades of Dust Storm #DAC4BC
Tints of Dust Storm #DAC4BC
RGB
CMYK
RGB Variations
Color information
#DAC4BC (or 0xDAC4BC) is known color: Dust Storm. HEX triplet: DA, C4 and BC. RGB value is (218,196,188). Sum of RGB (Red+Green+Blue) = 218+196+188=602 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.21% from 602); Green value is 196 (76.95% from 255 or 32.56% from 602); Blue value is 188 (73.83% from 255 or 31.23% from 602); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC4BC is #253B43. Grayscale: #C9C9C9. Windows color (decimal): -2440004 or 12371162. OLE color: 12371162.
HSL color Cylindrical-coordinate representation of color #DAC4BC: hue angle of 16º 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 #DAC4BC is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 196 | 188 | - |
| CMYK | 0 | 0.10 | 0.14 | 0.15 |
| HSL | 16º | 0.29% | 0.8% | - |
| HSV(B) | 16º | 0.14% | 0.85% | - |
| XYZ | 57.73 | 58.02 | 55.73 | - |
| YUV | 201.67 | 120.29 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 196 | 188 | 0 | 0.10 | 0.14 | 0.15 | 16 | 0.29 | 0.8 |
| Hex | DA | C4 | BC | 0 | A | E | F | 10 | 1D | 50 |
| Octal | 332 | 304 | 274 | 0 | 12 | 16 | 17 | 20 | 35 | 120 |
| Binary | 11011010 | 11000100 | 10111100 | 0 | 1010 | 1110 | 1111 | 10000 | 11101 | 1010000 |
Color Harmonies of #DAC4BC
Complementary color
Monochromatic Colors of #DAC4BC
Black with #DAC4BC
Text Example
Text Example
White with #DAC4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC4BC; }
p { color: rgb(218,196,188); }
H1.HeaderClassName
{
color: #DAC4BC;
}
.AnyTagClassName
{
color: #DAC4BC;
}
</style>
background-color css
<style>
a { background-color: #DAC4BC; }
a { background-color: rgb(218,196,188); }
div.DivClassName
{
background-color: #DAC4BC;
}
.BgClassName
{
background-color: #DAC4BC;
}
</style>
border-color css
<style>
span { border-color: #DAC4BC; }
span { border-color: rgb(218,196,188); }
td.TdClassName
{
border-color: #DAC4BC;
}
.TagClassName
{
border-color: #DAC4BC;
}
</style>