Shades of Dust Storm #DCCAC6
Tints of Dust Storm #DCCAC6
RGB
CMYK
RGB Variations
Color information
#DCCAC6 (or 0xDCCAC6) is known color: Dust Storm. HEX triplet: DC, CA and C6. RGB value is (220,202,198). Sum of RGB (Red+Green+Blue) = 220+202+198=620 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.48% from 620); Green value is 202 (79.30% from 255 or 32.58% from 620); Blue value is 198 (77.73% from 255 or 31.94% from 620); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCAC6 is #233539. Grayscale: #CECECE. Windows color (decimal): -2307386 or 13028060. OLE color: 13028060.
HSL color Cylindrical-coordinate representation of color #DCCAC6: hue angle of 10.91º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCCAC6 is Cyan = 0, Magento = 0.08, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 198 | - |
| CMYK | 0 | 0.08 | 0.1 | 0.14 |
| HSL | 10.91º | 0.24% | 0.82% | - |
| HSV(B) | 10.91º | 0.1% | 0.86% | - |
| XYZ | 60.83 | 61.53 | 62.1 | - |
| YUV | 206.93 | 122.96 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 198 | 0 | 0.08 | 0.1 | 0.14 | 10.91 | 0.24 | 0.82 |
| Hex | DC | CA | C6 | 0 | 8 | A | E | B | 18 | 52 |
| Octal | 334 | 312 | 306 | 0 | 10 | 12 | 16 | 13 | 30 | 122 |
| Binary | 11011100 | 11001010 | 11000110 | 0 | 1000 | 1010 | 1110 | 1011 | 11000 | 1010010 |
Color Harmonies of #DCCAC6
Complementary color
Monochromatic Colors of #DCCAC6
Black with #DCCAC6
Text Example
Text Example
White with #DCCAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCAC6; }
p { color: rgb(220,202,198); }
H1.HeaderClassName
{
color: #DCCAC6;
}
.AnyTagClassName
{
color: #DCCAC6;
}
</style>
background-color css
<style>
a { background-color: #DCCAC6; }
a { background-color: rgb(220,202,198); }
div.DivClassName
{
background-color: #DCCAC6;
}
.BgClassName
{
background-color: #DCCAC6;
}
</style>
border-color css
<style>
span { border-color: #DCCAC6; }
span { border-color: rgb(220,202,198); }
td.TdClassName
{
border-color: #DCCAC6;
}
.TagClassName
{
border-color: #DCCAC6;
}
</style>