Shades of Dust Storm #DCC3BB
Tints of Dust Storm #DCC3BB
RGB
CMYK
RGB Variations
Color information
#DCC3BB (or 0xDCC3BB) is known color: Dust Storm. HEX triplet: DC, C3 and BB. RGB value is (220,195,187). Sum of RGB (Red+Green+Blue) = 220+195+187=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 195 (76.56% from 255 or 32.39% from 602); Blue value is 187 (73.44% from 255 or 31.06% from 602); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC3BB is #233C44. Grayscale: #C9C9C9. Windows color (decimal): -2309189 or 12305372. OLE color: 12305372.
HSL color Cylindrical-coordinate representation of color #DCC3BB: hue angle of 14.55º 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 #DCC3BB is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 187 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.14 |
| HSL | 14.55º | 0.32% | 0.8% | - |
| HSV(B) | 14.55º | 0.15% | 0.86% | - |
| XYZ | 58 | 57.83 | 55.12 | - |
| YUV | 201.56 | 119.78 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 187 | 0 | 0.11 | 0.15 | 0.14 | 14.55 | 0.32 | 0.8 |
| Hex | DC | C3 | BB | 0 | B | F | E | F | 20 | 50 |
| Octal | 334 | 303 | 273 | 0 | 13 | 17 | 16 | 17 | 40 | 120 |
| Binary | 11011100 | 11000011 | 10111011 | 0 | 1011 | 1111 | 1110 | 1111 | 100000 | 1010000 |
Color Harmonies of #DCC3BB
Complementary color
Monochromatic Colors of #DCC3BB
Black with #DCC3BB
Text Example
Text Example
White with #DCC3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC3BB; }
p { color: rgb(220,195,187); }
H1.HeaderClassName
{
color: #DCC3BB;
}
.AnyTagClassName
{
color: #DCC3BB;
}
</style>
background-color css
<style>
a { background-color: #DCC3BB; }
a { background-color: rgb(220,195,187); }
div.DivClassName
{
background-color: #DCC3BB;
}
.BgClassName
{
background-color: #DCC3BB;
}
</style>
border-color css
<style>
span { border-color: #DCC3BB; }
span { border-color: rgb(220,195,187); }
td.TdClassName
{
border-color: #DCC3BB;
}
.TagClassName
{
border-color: #DCC3BB;
}
</style>