Shades of Dust Storm #DCC2BB
Tints of Dust Storm #DCC2BB
RGB
CMYK
RGB Variations
Color information
#DCC2BB (or 0xDCC2BB) is known color: Dust Storm. HEX triplet: DC, C2 and BB. RGB value is (220,194,187). Sum of RGB (Red+Green+Blue) = 220+194+187=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 194 (76.17% from 255 or 32.28% from 601); Blue value is 187 (73.44% from 255 or 31.11% from 601); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC2BB is #233D44. Grayscale: #C9C9C9. Windows color (decimal): -2309445 or 12305116. OLE color: 12305116.
HSL color Cylindrical-coordinate representation of color #DCC2BB: hue angle of 12.73º degrees, saturation: 0.32, 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 #DCC2BB is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 187 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.14 |
| HSL | 12.73º | 0.32% | 0.8% | - |
| HSV(B) | 12.73º | 0.15% | 0.86% | - |
| XYZ | 57.78 | 57.39 | 55.05 | - |
| YUV | 200.98 | 120.11 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 187 | 0 | 0.12 | 0.15 | 0.14 | 12.73 | 0.32 | 0.8 |
| Hex | DC | C2 | BB | 0 | C | F | E | D | 20 | 50 |
| Octal | 334 | 302 | 273 | 0 | 14 | 17 | 16 | 15 | 40 | 120 |
| Binary | 11011100 | 11000010 | 10111011 | 0 | 1100 | 1111 | 1110 | 1101 | 100000 | 1010000 |
Color Harmonies of #DCC2BB
Complementary color
Monochromatic Colors of #DCC2BB
Black with #DCC2BB
Text Example
Text Example
White with #DCC2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC2BB; }
p { color: rgb(220,194,187); }
H1.HeaderClassName
{
color: #DCC2BB;
}
.AnyTagClassName
{
color: #DCC2BB;
}
</style>
background-color css
<style>
a { background-color: #DCC2BB; }
a { background-color: rgb(220,194,187); }
div.DivClassName
{
background-color: #DCC2BB;
}
.BgClassName
{
background-color: #DCC2BB;
}
</style>
border-color css
<style>
span { border-color: #DCC2BB; }
span { border-color: rgb(220,194,187); }
td.TdClassName
{
border-color: #DCC2BB;
}
.TagClassName
{
border-color: #DCC2BB;
}
</style>