Shades of Dust Storm #DCC3BF
Tints of Dust Storm #DCC3BF
RGB
CMYK
RGB Variations
Color information
#DCC3BF (or 0xDCC3BF) is known color: Dust Storm. HEX triplet: DC, C3 and BF. RGB value is (220,195,191). Sum of RGB (Red+Green+Blue) = 220+195+191=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 195 (76.56% from 255 or 32.18% from 606); Blue value is 191 (75% from 255 or 31.52% from 606); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC3BF is #233C40. Grayscale: #CACACA. Windows color (decimal): -2309185 or 12567516. OLE color: 12567516.
HSL color Cylindrical-coordinate representation of color #DCC3BF: hue angle of 8.28º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCC3BF is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 191 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.14 |
| HSL | 8.28º | 0.29% | 0.81% | - |
| HSV(B) | 8.28º | 0.13% | 0.86% | - |
| XYZ | 58.43 | 58.01 | 57.41 | - |
| YUV | 202.02 | 121.78 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 191 | 0 | 0.11 | 0.13 | 0.14 | 8.28 | 0.29 | 0.81 |
| Hex | DC | C3 | BF | 0 | B | D | E | 8 | 1D | 51 |
| Octal | 334 | 303 | 277 | 0 | 13 | 15 | 16 | 10 | 35 | 121 |
| Binary | 11011100 | 11000011 | 10111111 | 0 | 1011 | 1101 | 1110 | 1000 | 11101 | 1010001 |
Color Harmonies of #DCC3BF
Complementary color
Monochromatic Colors of #DCC3BF
Black with #DCC3BF
Text Example
Text Example
White with #DCC3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC3BF; }
p { color: rgb(220,195,191); }
H1.HeaderClassName
{
color: #DCC3BF;
}
.AnyTagClassName
{
color: #DCC3BF;
}
</style>
background-color css
<style>
a { background-color: #DCC3BF; }
a { background-color: rgb(220,195,191); }
div.DivClassName
{
background-color: #DCC3BF;
}
.BgClassName
{
background-color: #DCC3BF;
}
</style>
border-color css
<style>
span { border-color: #DCC3BF; }
span { border-color: rgb(220,195,191); }
td.TdClassName
{
border-color: #DCC3BF;
}
.TagClassName
{
border-color: #DCC3BF;
}
</style>