Shades of Dust Storm #DCC5BC
Tints of Dust Storm #DCC5BC
RGB
CMYK
RGB Variations
Color information
#DCC5BC (or 0xDCC5BC) is known color: Dust Storm. HEX triplet: DC, C5 and BC. RGB value is (220,197,188). Sum of RGB (Red+Green+Blue) = 220+197+188=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 197 (77.34% from 255 or 32.56% from 605); Blue value is 188 (73.83% from 255 or 31.07% from 605); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC5BC is #233A43. Grayscale: #CACACA. Windows color (decimal): -2308676 or 12371420. OLE color: 12371420.
HSL color Cylindrical-coordinate representation of color #DCC5BC: hue angle of 16.88º 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 #DCC5BC is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 188 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.14 |
| HSL | 16.88º | 0.31% | 0.8% | - |
| HSV(B) | 16.88º | 0.15% | 0.86% | - |
| XYZ | 58.56 | 58.78 | 55.84 | - |
| YUV | 202.85 | 119.62 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 188 | 0 | 0.10 | 0.15 | 0.14 | 16.88 | 0.31 | 0.8 |
| Hex | DC | C5 | BC | 0 | A | F | E | 11 | 1F | 50 |
| Octal | 334 | 305 | 274 | 0 | 12 | 17 | 16 | 21 | 37 | 120 |
| Binary | 11011100 | 11000101 | 10111100 | 0 | 1010 | 1111 | 1110 | 10001 | 11111 | 1010000 |
Color Harmonies of #DCC5BC
Complementary color
Monochromatic Colors of #DCC5BC
Black with #DCC5BC
Text Example
Text Example
White with #DCC5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC5BC; }
p { color: rgb(220,197,188); }
H1.HeaderClassName
{
color: #DCC5BC;
}
.AnyTagClassName
{
color: #DCC5BC;
}
</style>
background-color css
<style>
a { background-color: #DCC5BC; }
a { background-color: rgb(220,197,188); }
div.DivClassName
{
background-color: #DCC5BC;
}
.BgClassName
{
background-color: #DCC5BC;
}
</style>
border-color css
<style>
span { border-color: #DCC5BC; }
span { border-color: rgb(220,197,188); }
td.TdClassName
{
border-color: #DCC5BC;
}
.TagClassName
{
border-color: #DCC5BC;
}
</style>