Shades of Dust Storm #DAC9C4
Tints of Dust Storm #DAC9C4
RGB
CMYK
RGB Variations
Color information
#DAC9C4 (or 0xDAC9C4) is known color: Dust Storm. HEX triplet: DA, C9 and C4. RGB value is (218,201,196). Sum of RGB (Red+Green+Blue) = 218+201+196=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 201 (78.91% from 255 or 32.68% from 615); Blue value is 196 (76.95% from 255 or 31.87% from 615); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC9C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC9C4 is #25363B. Grayscale: #CDCDCD. Windows color (decimal): -2438716 or 12896730. OLE color: 12896730.
HSL color Cylindrical-coordinate representation of color #DAC9C4: hue angle of 13.64º degrees, saturation: 0.23, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAC9C4 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 201 | 196 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.15 |
| HSL | 13.64º | 0.23% | 0.81% | - |
| HSV(B) | 13.64º | 0.1% | 0.85% | - |
| XYZ | 59.76 | 60.66 | 60.78 | - |
| YUV | 205.51 | 122.63 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 196 | 0 | 0.08 | 0.10 | 0.15 | 13.64 | 0.23 | 0.81 |
| Hex | DA | C9 | C4 | 0 | 8 | A | F | E | 17 | 51 |
| Octal | 332 | 311 | 304 | 0 | 10 | 12 | 17 | 16 | 27 | 121 |
| Binary | 11011010 | 11001001 | 11000100 | 0 | 1000 | 1010 | 1111 | 1110 | 10111 | 1010001 |
Color Harmonies of #DAC9C4
Complementary color
Monochromatic Colors of #DAC9C4
Black with #DAC9C4
Text Example
Text Example
White with #DAC9C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC9C4; }
p { color: rgb(218,201,196); }
H1.HeaderClassName
{
color: #DAC9C4;
}
.AnyTagClassName
{
color: #DAC9C4;
}
</style>
background-color css
<style>
a { background-color: #DAC9C4; }
a { background-color: rgb(218,201,196); }
div.DivClassName
{
background-color: #DAC9C4;
}
.BgClassName
{
background-color: #DAC9C4;
}
</style>
border-color css
<style>
span { border-color: #DAC9C4; }
span { border-color: rgb(218,201,196); }
td.TdClassName
{
border-color: #DAC9C4;
}
.TagClassName
{
border-color: #DAC9C4;
}
</style>