Shades of Dust Storm #DCC4BB
Tints of Dust Storm #DCC4BB
RGB
CMYK
RGB Variations
Color information
#DCC4BB (or 0xDCC4BB) is known color: Dust Storm. HEX triplet: DC, C4 and BB. RGB value is (220,196,187). Sum of RGB (Red+Green+Blue) = 220+196+187=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 196 (76.95% from 255 or 32.50% from 603); Blue value is 187 (73.44% from 255 or 31.01% from 603); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC4BB is #233B44. Grayscale: #CACACA. Windows color (decimal): -2308933 or 12305628. OLE color: 12305628.
HSL color Cylindrical-coordinate representation of color #DCC4BB: hue angle of 16.36º 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 #DCC4BB is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 196 | 187 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.14 |
| HSL | 16.36º | 0.32% | 0.8% | - |
| HSV(B) | 16.36º | 0.15% | 0.86% | - |
| XYZ | 58.22 | 58.28 | 55.19 | - |
| YUV | 202.15 | 119.45 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 196 | 187 | 0 | 0.11 | 0.15 | 0.14 | 16.36 | 0.32 | 0.8 |
| Hex | DC | C4 | BB | 0 | B | F | E | 10 | 20 | 50 |
| Octal | 334 | 304 | 273 | 0 | 13 | 17 | 16 | 20 | 40 | 120 |
| Binary | 11011100 | 11000100 | 10111011 | 0 | 1011 | 1111 | 1110 | 10000 | 100000 | 1010000 |
Color Harmonies of #DCC4BB
Complementary color
Monochromatic Colors of #DCC4BB
Black with #DCC4BB
Text Example
Text Example
White with #DCC4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC4BB; }
p { color: rgb(220,196,187); }
H1.HeaderClassName
{
color: #DCC4BB;
}
.AnyTagClassName
{
color: #DCC4BB;
}
</style>
background-color css
<style>
a { background-color: #DCC4BB; }
a { background-color: rgb(220,196,187); }
div.DivClassName
{
background-color: #DCC4BB;
}
.BgClassName
{
background-color: #DCC4BB;
}
</style>
border-color css
<style>
span { border-color: #DCC4BB; }
span { border-color: rgb(220,196,187); }
td.TdClassName
{
border-color: #DCC4BB;
}
.TagClassName
{
border-color: #DCC4BB;
}
</style>