Shades of Dust Storm #DCC3B9
Tints of Dust Storm #DCC3B9
RGB
CMYK
RGB Variations
Color information
#DCC3B9 (or 0xDCC3B9) is known color: Dust Storm. HEX triplet: DC, C3 and B9. RGB value is (220,195,185). Sum of RGB (Red+Green+Blue) = 220+195+185=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 195 (76.56% from 255 or 32.5% from 600); Blue value is 185 (72.66% from 255 or 30.83% from 600); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC3B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC3B9 is #233C46. Grayscale: #C9C9C9. Windows color (decimal): -2309191 or 12174300. OLE color: 12174300.
HSL color Cylindrical-coordinate representation of color #DCC3B9: hue angle of 17.14º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCC3B9 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 185 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.14 |
| HSL | 17.14º | 0.33% | 0.79% | - |
| HSV(B) | 17.14º | 0.16% | 0.86% | - |
| XYZ | 57.79 | 57.75 | 54 | - |
| YUV | 201.34 | 118.78 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 185 | 0 | 0.11 | 0.16 | 0.14 | 17.14 | 0.33 | 0.79 |
| Hex | DC | C3 | B9 | 0 | B | 10 | E | 11 | 21 | 4F |
| Octal | 334 | 303 | 271 | 0 | 13 | 20 | 16 | 21 | 41 | 117 |
| Binary | 11011100 | 11000011 | 10111001 | 0 | 1011 | 10000 | 1110 | 10001 | 100001 | 1001111 |
Color Harmonies of #DCC3B9
Complementary color
Monochromatic Colors of #DCC3B9
Black with #DCC3B9
Text Example
Text Example
White with #DCC3B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC3B9; }
p { color: rgb(220,195,185); }
H1.HeaderClassName
{
color: #DCC3B9;
}
.AnyTagClassName
{
color: #DCC3B9;
}
</style>
background-color css
<style>
a { background-color: #DCC3B9; }
a { background-color: rgb(220,195,185); }
div.DivClassName
{
background-color: #DCC3B9;
}
.BgClassName
{
background-color: #DCC3B9;
}
</style>
border-color css
<style>
span { border-color: #DCC3B9; }
span { border-color: rgb(220,195,185); }
td.TdClassName
{
border-color: #DCC3B9;
}
.TagClassName
{
border-color: #DCC3B9;
}
</style>