Shades of Dust Storm #DCC8C0
Tints of Dust Storm #DCC8C0
RGB
CMYK
RGB Variations
Color information
#DCC8C0 (or 0xDCC8C0) is known color: Dust Storm. HEX triplet: DC, C8 and C0. RGB value is (220,200,192). Sum of RGB (Red+Green+Blue) = 220+200+192=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 200 (78.52% from 255 or 32.68% from 612); Blue value is 192 (75.39% from 255 or 31.37% from 612); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC8C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC8C0 is #23373F. Grayscale: #CDCDCD. Windows color (decimal): -2307904 or 12634332. OLE color: 12634332.
HSL color Cylindrical-coordinate representation of color #DCC8C0: hue angle of 17.14º 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 #DCC8C0 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 192 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.14 |
| HSL | 17.14º | 0.29% | 0.81% | - |
| HSV(B) | 17.14º | 0.13% | 0.86% | - |
| XYZ | 59.68 | 60.33 | 58.37 | - |
| YUV | 205.07 | 120.63 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 192 | 0 | 0.09 | 0.13 | 0.14 | 17.14 | 0.29 | 0.81 |
| Hex | DC | C8 | C0 | 0 | 9 | D | E | 11 | 1D | 51 |
| Octal | 334 | 310 | 300 | 0 | 11 | 15 | 16 | 21 | 35 | 121 |
| Binary | 11011100 | 11001000 | 11000000 | 0 | 1001 | 1101 | 1110 | 10001 | 11101 | 1010001 |
Color Harmonies of #DCC8C0
Complementary color
Monochromatic Colors of #DCC8C0
Black with #DCC8C0
Text Example
Text Example
White with #DCC8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC8C0; }
p { color: rgb(220,200,192); }
H1.HeaderClassName
{
color: #DCC8C0;
}
.AnyTagClassName
{
color: #DCC8C0;
}
</style>
background-color css
<style>
a { background-color: #DCC8C0; }
a { background-color: rgb(220,200,192); }
div.DivClassName
{
background-color: #DCC8C0;
}
.BgClassName
{
background-color: #DCC8C0;
}
</style>
border-color css
<style>
span { border-color: #DCC8C0; }
span { border-color: rgb(220,200,192); }
td.TdClassName
{
border-color: #DCC8C0;
}
.TagClassName
{
border-color: #DCC8C0;
}
</style>