Shades of Dust Storm #DCCAC0
Tints of Dust Storm #DCCAC0
RGB
CMYK
RGB Variations
Color information
#DCCAC0 (or 0xDCCAC0) is known color: Dust Storm. HEX triplet: DC, CA and C0. RGB value is (220,202,192). Sum of RGB (Red+Green+Blue) = 220+202+192=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 202 (79.30% from 255 or 32.90% from 614); Blue value is 192 (75.39% from 255 or 31.27% from 614); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCAC0 is #23353F. Grayscale: #CECECE. Windows color (decimal): -2307392 or 12634844. OLE color: 12634844.
HSL color Cylindrical-coordinate representation of color #DCCAC0: hue angle of 21.43º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCCAC0 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 192 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.14 |
| HSL | 21.43º | 0.29% | 0.81% | - |
| HSV(B) | 21.43º | 0.13% | 0.86% | - |
| XYZ | 60.15 | 61.26 | 58.52 | - |
| YUV | 206.24 | 119.96 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 192 | 0 | 0.08 | 0.13 | 0.14 | 21.43 | 0.29 | 0.81 |
| Hex | DC | CA | C0 | 0 | 8 | D | E | 15 | 1D | 51 |
| Octal | 334 | 312 | 300 | 0 | 10 | 15 | 16 | 25 | 35 | 121 |
| Binary | 11011100 | 11001010 | 11000000 | 0 | 1000 | 1101 | 1110 | 10101 | 11101 | 1010001 |
Color Harmonies of #DCCAC0
Complementary color
Monochromatic Colors of #DCCAC0
Black with #DCCAC0
Text Example
Text Example
White with #DCCAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCAC0; }
p { color: rgb(220,202,192); }
H1.HeaderClassName
{
color: #DCCAC0;
}
.AnyTagClassName
{
color: #DCCAC0;
}
</style>
background-color css
<style>
a { background-color: #DCCAC0; }
a { background-color: rgb(220,202,192); }
div.DivClassName
{
background-color: #DCCAC0;
}
.BgClassName
{
background-color: #DCCAC0;
}
</style>
border-color css
<style>
span { border-color: #DCCAC0; }
span { border-color: rgb(220,202,192); }
td.TdClassName
{
border-color: #DCCAC0;
}
.TagClassName
{
border-color: #DCCAC0;
}
</style>