Shades of Dust Storm #DCC5BF
Tints of Dust Storm #DCC5BF
RGB
CMYK
RGB Variations
Color information
#DCC5BF (or 0xDCC5BF) is known color: Dust Storm. HEX triplet: DC, C5 and BF. RGB value is (220,197,191). Sum of RGB (Red+Green+Blue) = 220+197+191=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 197 (77.34% from 255 or 32.40% from 608); Blue value is 191 (75% from 255 or 31.41% from 608); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC5BF is #233A40. Grayscale: #CBCBCB. Windows color (decimal): -2308673 or 12568028. OLE color: 12568028.
HSL color Cylindrical-coordinate representation of color #DCC5BF: hue angle of 12.41º 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 #DCC5BF is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 191 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.14 |
| HSL | 12.41º | 0.29% | 0.81% | - |
| HSV(B) | 12.41º | 0.13% | 0.86% | - |
| XYZ | 58.89 | 58.91 | 57.56 | - |
| YUV | 203.19 | 121.12 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 191 | 0 | 0.10 | 0.13 | 0.14 | 12.41 | 0.29 | 0.81 |
| Hex | DC | C5 | BF | 0 | A | D | E | C | 1D | 51 |
| Octal | 334 | 305 | 277 | 0 | 12 | 15 | 16 | 14 | 35 | 121 |
| Binary | 11011100 | 11000101 | 10111111 | 0 | 1010 | 1101 | 1110 | 1100 | 11101 | 1010001 |
Color Harmonies of #DCC5BF
Complementary color
Monochromatic Colors of #DCC5BF
Black with #DCC5BF
Text Example
Text Example
White with #DCC5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC5BF; }
p { color: rgb(220,197,191); }
H1.HeaderClassName
{
color: #DCC5BF;
}
.AnyTagClassName
{
color: #DCC5BF;
}
</style>
background-color css
<style>
a { background-color: #DCC5BF; }
a { background-color: rgb(220,197,191); }
div.DivClassName
{
background-color: #DCC5BF;
}
.BgClassName
{
background-color: #DCC5BF;
}
</style>
border-color css
<style>
span { border-color: #DCC5BF; }
span { border-color: rgb(220,197,191); }
td.TdClassName
{
border-color: #DCC5BF;
}
.TagClassName
{
border-color: #DCC5BF;
}
</style>