Shades of Dust Storm #DCC6BF
Tints of Dust Storm #DCC6BF
RGB
CMYK
RGB Variations
Color information
#DCC6BF (or 0xDCC6BF) is known color: Dust Storm. HEX triplet: DC, C6 and BF. RGB value is (220,198,191). Sum of RGB (Red+Green+Blue) = 220+198+191=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 198 (77.73% from 255 or 32.51% from 609); Blue value is 191 (75% from 255 or 31.36% from 609); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC6BF is #233940. Grayscale: #CBCBCB. Windows color (decimal): -2308417 or 12568284. OLE color: 12568284.
HSL color Cylindrical-coordinate representation of color #DCC6BF: hue angle of 14.48º 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 #DCC6BF is Cyan = 0, Magento = 0.1, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 198 | 191 | - |
| CMYK | 0 | 0.1 | 0.13 | 0.14 |
| HSL | 14.48º | 0.29% | 0.81% | - |
| HSV(B) | 14.48º | 0.13% | 0.86% | - |
| XYZ | 59.11 | 59.37 | 57.63 | - |
| YUV | 203.78 | 120.79 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 191 | 0 | 0.1 | 0.13 | 0.14 | 14.48 | 0.29 | 0.81 |
| Hex | DC | C6 | BF | 0 | A | D | E | E | 1D | 51 |
| Octal | 334 | 306 | 277 | 0 | 12 | 15 | 16 | 16 | 35 | 121 |
| Binary | 11011100 | 11000110 | 10111111 | 0 | 1010 | 1101 | 1110 | 1110 | 11101 | 1010001 |
Color Harmonies of #DCC6BF
Complementary color
Monochromatic Colors of #DCC6BF
Black with #DCC6BF
Text Example
Text Example
White with #DCC6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC6BF; }
p { color: rgb(220,198,191); }
H1.HeaderClassName
{
color: #DCC6BF;
}
.AnyTagClassName
{
color: #DCC6BF;
}
</style>
background-color css
<style>
a { background-color: #DCC6BF; }
a { background-color: rgb(220,198,191); }
div.DivClassName
{
background-color: #DCC6BF;
}
.BgClassName
{
background-color: #DCC6BF;
}
</style>
border-color css
<style>
span { border-color: #DCC6BF; }
span { border-color: rgb(220,198,191); }
td.TdClassName
{
border-color: #DCC6BF;
}
.TagClassName
{
border-color: #DCC6BF;
}
</style>