Shades of Dust Storm #DCCAC7
Tints of Dust Storm #DCCAC7
RGB
CMYK
RGB Variations
Color information
#DCCAC7 (or 0xDCCAC7) is known color: Dust Storm. HEX triplet: DC, CA and C7. RGB value is (220,202,199). Sum of RGB (Red+Green+Blue) = 220+202+199=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 202 (79.30% from 255 or 32.53% from 621); Blue value is 199 (78.12% from 255 or 32.05% from 621); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCAC7 is #233538. Grayscale: #CFCFCF. Windows color (decimal): -2307385 or 13093596. OLE color: 13093596.
HSL color Cylindrical-coordinate representation of color #DCCAC7: hue angle of 8.57º degrees, saturation: 0.23, 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 #DCCAC7 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 199 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.14 |
| HSL | 8.57º | 0.23% | 0.82% | - |
| HSV(B) | 8.57º | 0.1% | 0.86% | - |
| XYZ | 60.94 | 61.58 | 62.71 | - |
| YUV | 207.04 | 123.46 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 199 | 0 | 0.08 | 0.10 | 0.14 | 8.57 | 0.23 | 0.82 |
| Hex | DC | CA | C7 | 0 | 8 | A | E | 9 | 17 | 52 |
| Octal | 334 | 312 | 307 | 0 | 10 | 12 | 16 | 11 | 27 | 122 |
| Binary | 11011100 | 11001010 | 11000111 | 0 | 1000 | 1010 | 1110 | 1001 | 10111 | 1010010 |
Color Harmonies of #DCCAC7
Complementary color
Monochromatic Colors of #DCCAC7
Black with #DCCAC7
Text Example
Text Example
White with #DCCAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCAC7; }
p { color: rgb(220,202,199); }
H1.HeaderClassName
{
color: #DCCAC7;
}
.AnyTagClassName
{
color: #DCCAC7;
}
</style>
background-color css
<style>
a { background-color: #DCCAC7; }
a { background-color: rgb(220,202,199); }
div.DivClassName
{
background-color: #DCCAC7;
}
.BgClassName
{
background-color: #DCCAC7;
}
</style>
border-color css
<style>
span { border-color: #DCCAC7; }
span { border-color: rgb(220,202,199); }
td.TdClassName
{
border-color: #DCCAC7;
}
.TagClassName
{
border-color: #DCCAC7;
}
</style>