Shades of Dust Storm #DAC8C2
Tints of Dust Storm #DAC8C2
RGB
CMYK
RGB Variations
Color information
#DAC8C2 (or 0xDAC8C2) is known color: Dust Storm. HEX triplet: DA, C8 and C2. RGB value is (218,200,194). Sum of RGB (Red+Green+Blue) = 218+200+194=612 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.62% from 612); Green value is 200 (78.52% from 255 or 32.68% from 612); Blue value is 194 (76.17% from 255 or 31.70% from 612); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC8C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC8C2 is #25373D. Grayscale: #CCCCCC. Windows color (decimal): -2438974 or 12765402. OLE color: 12765402.
HSL color Cylindrical-coordinate representation of color #DAC8C2: hue angle of 15º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAC8C2 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 200 | 194 | - |
CMYK | 0 | 0.08 | 0.11 | 0.15 |
HSL | 15º | 0.24% | 0.81% | - |
HSV(B) | 15º | 0.11% | 0.85% | - |
XYZ | 59.31 | 60.11 | 59.52 | - |
YUV | 204.7 | 121.96 | 137.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 200 | 194 | 0 | 0.08 | 0.11 | 0.15 | 15 | 0.24 | 0.81 |
Hex | DA | C8 | C2 | 0 | 8 | B | F | F | 18 | 51 |
Octal | 332 | 310 | 302 | 0 | 10 | 13 | 17 | 17 | 30 | 121 |
Binary | 11011010 | 11001000 | 11000010 | 0 | 1000 | 1011 | 1111 | 1111 | 11000 | 1010001 |
Color Harmonies of #DAC8C2
Complementary color
Monochromatic Colors of #DAC8C2
Black with #DAC8C2
Text Example
Text Example
White with #DAC8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC8C2; }
p { color: rgb(218,200,194); }
H1.HeaderClassName
{
color: #DAC8C2;
}
.AnyTagClassName
{
color: #DAC8C2;
}
</style>
background-color css
<style>
a { background-color: #DAC8C2; }
a { background-color: rgb(218,200,194); }
div.DivClassName
{
background-color: #DAC8C2;
}
.BgClassName
{
background-color: #DAC8C2;
}
</style>
border-color css
<style>
span { border-color: #DAC8C2; }
span { border-color: rgb(218,200,194); }
td.TdClassName
{
border-color: #DAC8C2;
}
.TagClassName
{
border-color: #DAC8C2;
}
</style>