Shades of Dust Storm #DAC4BD
Tints of Dust Storm #DAC4BD
RGB
CMYK
RGB Variations
Color information
#DAC4BD (or 0xDAC4BD) is known color: Dust Storm. HEX triplet: DA, C4 and BD. RGB value is (218,196,189). Sum of RGB (Red+Green+Blue) = 218+196+189=603 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.15% from 603); Green value is 196 (76.95% from 255 or 32.50% from 603); Blue value is 189 (74.22% from 255 or 31.34% from 603); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC4BD is #253B42. Grayscale: #C9C9C9. Windows color (decimal): -2440003 or 12436698. OLE color: 12436698.
HSL color Cylindrical-coordinate representation of color #DAC4BD: hue angle of 14.48º 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 #DAC4BD is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 196 | 189 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.15 |
| HSL | 14.48º | 0.28% | 0.8% | - |
| HSV(B) | 14.48º | 0.13% | 0.85% | - |
| XYZ | 57.84 | 58.06 | 56.3 | - |
| YUV | 201.78 | 120.79 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 196 | 189 | 0 | 0.10 | 0.13 | 0.15 | 14.48 | 0.28 | 0.8 |
| Hex | DA | C4 | BD | 0 | A | D | F | E | 1C | 50 |
| Octal | 332 | 304 | 275 | 0 | 12 | 15 | 17 | 16 | 34 | 120 |
| Binary | 11011010 | 11000100 | 10111101 | 0 | 1010 | 1101 | 1111 | 1110 | 11100 | 1010000 |
Color Harmonies of #DAC4BD
Complementary color
Monochromatic Colors of #DAC4BD
Black with #DAC4BD
Text Example
Text Example
White with #DAC4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC4BD; }
p { color: rgb(218,196,189); }
H1.HeaderClassName
{
color: #DAC4BD;
}
.AnyTagClassName
{
color: #DAC4BD;
}
</style>
background-color css
<style>
a { background-color: #DAC4BD; }
a { background-color: rgb(218,196,189); }
div.DivClassName
{
background-color: #DAC4BD;
}
.BgClassName
{
background-color: #DAC4BD;
}
</style>
border-color css
<style>
span { border-color: #DAC4BD; }
span { border-color: rgb(218,196,189); }
td.TdClassName
{
border-color: #DAC4BD;
}
.TagClassName
{
border-color: #DAC4BD;
}
</style>