Shades of Dust Storm #DCC8BC
Tints of Dust Storm #DCC8BC
RGB
CMYK
RGB Variations
Color information
#DCC8BC (or 0xDCC8BC) is known color: Dust Storm. HEX triplet: DC, C8 and BC. RGB value is (220,200,188). Sum of RGB (Red+Green+Blue) = 220+200+188=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 200 (78.52% from 255 or 32.89% from 608); Blue value is 188 (73.83% from 255 or 30.92% from 608); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC8BC is #233743. Grayscale: #CCCCCC. Windows color (decimal): -2307908 or 12372188. OLE color: 12372188.
HSL color Cylindrical-coordinate representation of color #DCC8BC: hue angle of 22.5º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCC8BC is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 188 | - |
| CMYK | 0 | 0.09 | 0.15 | 0.14 |
| HSL | 22.5º | 0.31% | 0.8% | - |
| HSV(B) | 22.5º | 0.15% | 0.86% | - |
| XYZ | 59.25 | 60.16 | 56.07 | - |
| YUV | 204.61 | 118.63 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 188 | 0 | 0.09 | 0.15 | 0.14 | 22.5 | 0.31 | 0.8 |
| Hex | DC | C8 | BC | 0 | 9 | F | E | 16 | 1F | 50 |
| Octal | 334 | 310 | 274 | 0 | 11 | 17 | 16 | 26 | 37 | 120 |
| Binary | 11011100 | 11001000 | 10111100 | 0 | 1001 | 1111 | 1110 | 10110 | 11111 | 1010000 |
Color Harmonies of #DCC8BC
Complementary color
Monochromatic Colors of #DCC8BC
Black with #DCC8BC
Text Example
Text Example
White with #DCC8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC8BC; }
p { color: rgb(220,200,188); }
H1.HeaderClassName
{
color: #DCC8BC;
}
.AnyTagClassName
{
color: #DCC8BC;
}
</style>
background-color css
<style>
a { background-color: #DCC8BC; }
a { background-color: rgb(220,200,188); }
div.DivClassName
{
background-color: #DCC8BC;
}
.BgClassName
{
background-color: #DCC8BC;
}
</style>
border-color css
<style>
span { border-color: #DCC8BC; }
span { border-color: rgb(220,200,188); }
td.TdClassName
{
border-color: #DCC8BC;
}
.TagClassName
{
border-color: #DCC8BC;
}
</style>