Shades of Dust Storm #DCC2BC
Tints of Dust Storm #DCC2BC
RGB
CMYK
RGB Variations
Color information
#DCC2BC (or 0xDCC2BC) is known color: Dust Storm. HEX triplet: DC, C2 and BC. RGB value is (220,194,188). Sum of RGB (Red+Green+Blue) = 220+194+188=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 194 (76.17% from 255 or 32.23% from 602); Blue value is 188 (73.83% from 255 or 31.23% from 602); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC2BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC2BC is #233D43. Grayscale: #C9C9C9. Windows color (decimal): -2309444 or 12370652. OLE color: 12370652.
HSL color Cylindrical-coordinate representation of color #DCC2BC: hue angle of 11.25º 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 #DCC2BC is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 188 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.14 |
| HSL | 11.25º | 0.31% | 0.8% | - |
| HSV(B) | 11.25º | 0.15% | 0.86% | - |
| XYZ | 57.88 | 57.43 | 55.61 | - |
| YUV | 201.09 | 120.61 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 188 | 0 | 0.12 | 0.15 | 0.14 | 11.25 | 0.31 | 0.8 |
| Hex | DC | C2 | BC | 0 | C | F | E | B | 1F | 50 |
| Octal | 334 | 302 | 274 | 0 | 14 | 17 | 16 | 13 | 37 | 120 |
| Binary | 11011100 | 11000010 | 10111100 | 0 | 1100 | 1111 | 1110 | 1011 | 11111 | 1010000 |
Color Harmonies of #DCC2BC
Complementary color
Monochromatic Colors of #DCC2BC
Black with #DCC2BC
Text Example
Text Example
White with #DCC2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC2BC; }
p { color: rgb(220,194,188); }
H1.HeaderClassName
{
color: #DCC2BC;
}
.AnyTagClassName
{
color: #DCC2BC;
}
</style>
background-color css
<style>
a { background-color: #DCC2BC; }
a { background-color: rgb(220,194,188); }
div.DivClassName
{
background-color: #DCC2BC;
}
.BgClassName
{
background-color: #DCC2BC;
}
</style>
border-color css
<style>
span { border-color: #DCC2BC; }
span { border-color: rgb(220,194,188); }
td.TdClassName
{
border-color: #DCC2BC;
}
.TagClassName
{
border-color: #DCC2BC;
}
</style>