Shades of Dust Storm #DAC8C0
Tints of Dust Storm #DAC8C0
RGB
CMYK
RGB Variations
Color information
#DAC8C0 (or 0xDAC8C0) is known color: Dust Storm. HEX triplet: DA, C8 and C0. RGB value is (218,200,192). Sum of RGB (Red+Green+Blue) = 218+200+192=610 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.74% from 610); Green value is 200 (78.52% from 255 or 32.79% from 610); Blue value is 192 (75.39% from 255 or 31.48% from 610); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC8C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC8C0 is #25373F. Grayscale: #CCCCCC. Windows color (decimal): -2438976 or 12634330. OLE color: 12634330.
HSL color Cylindrical-coordinate representation of color #DAC8C0: hue angle of 18.46º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAC8C0 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 200 | 192 | - |
CMYK | 0 | 0.08 | 0.12 | 0.15 |
HSL | 18.46º | 0.26% | 0.8% | - |
HSV(B) | 18.46º | 0.12% | 0.85% | - |
XYZ | 59.08 | 60.02 | 58.34 | - |
YUV | 204.47 | 120.96 | 137.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 200 | 192 | 0 | 0.08 | 0.12 | 0.15 | 18.46 | 0.26 | 0.8 |
Hex | DA | C8 | C0 | 0 | 8 | C | F | 12 | 1A | 50 |
Octal | 332 | 310 | 300 | 0 | 10 | 14 | 17 | 22 | 32 | 120 |
Binary | 11011010 | 11001000 | 11000000 | 0 | 1000 | 1100 | 1111 | 10010 | 11010 | 1010000 |
Color Harmonies of #DAC8C0
Complementary color
Monochromatic Colors of #DAC8C0
Black with #DAC8C0
Text Example
Text Example
White with #DAC8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC8C0; }
p { color: rgb(218,200,192); }
H1.HeaderClassName
{
color: #DAC8C0;
}
.AnyTagClassName
{
color: #DAC8C0;
}
</style>
background-color css
<style>
a { background-color: #DAC8C0; }
a { background-color: rgb(218,200,192); }
div.DivClassName
{
background-color: #DAC8C0;
}
.BgClassName
{
background-color: #DAC8C0;
}
</style>
border-color css
<style>
span { border-color: #DAC8C0; }
span { border-color: rgb(218,200,192); }
td.TdClassName
{
border-color: #DAC8C0;
}
.TagClassName
{
border-color: #DAC8C0;
}
</style>