Shades of Dust Storm #DCC7C0
Tints of Dust Storm #DCC7C0
RGB
CMYK
RGB Variations
Color information
#DCC7C0 (or 0xDCC7C0) is known color: Dust Storm. HEX triplet: DC, C7 and C0. RGB value is (220,199,192). Sum of RGB (Red+Green+Blue) = 220+199+192=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 199 (78.12% from 255 or 32.57% from 611); Blue value is 192 (75.39% from 255 or 31.42% from 611); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC7C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC7C0 is #23383F. Grayscale: #CCCCCC. Windows color (decimal): -2308160 or 12634076. OLE color: 12634076.
HSL color Cylindrical-coordinate representation of color #DCC7C0: hue angle of 15º 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 #DCC7C0 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 192 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.14 |
| HSL | 15º | 0.29% | 0.81% | - |
| HSV(B) | 15º | 0.13% | 0.86% | - |
| XYZ | 59.45 | 59.87 | 58.29 | - |
| YUV | 204.48 | 120.96 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 192 | 0 | 0.10 | 0.13 | 0.14 | 15 | 0.29 | 0.81 |
| Hex | DC | C7 | C0 | 0 | A | D | E | F | 1D | 51 |
| Octal | 334 | 307 | 300 | 0 | 12 | 15 | 16 | 17 | 35 | 121 |
| Binary | 11011100 | 11000111 | 11000000 | 0 | 1010 | 1101 | 1110 | 1111 | 11101 | 1010001 |
Color Harmonies of #DCC7C0
Complementary color
Monochromatic Colors of #DCC7C0
Black with #DCC7C0
Text Example
Text Example
White with #DCC7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC7C0; }
p { color: rgb(220,199,192); }
H1.HeaderClassName
{
color: #DCC7C0;
}
.AnyTagClassName
{
color: #DCC7C0;
}
</style>
background-color css
<style>
a { background-color: #DCC7C0; }
a { background-color: rgb(220,199,192); }
div.DivClassName
{
background-color: #DCC7C0;
}
.BgClassName
{
background-color: #DCC7C0;
}
</style>
border-color css
<style>
span { border-color: #DCC7C0; }
span { border-color: rgb(220,199,192); }
td.TdClassName
{
border-color: #DCC7C0;
}
.TagClassName
{
border-color: #DCC7C0;
}
</style>