Shades of Dust Storm #DCC7BE
Tints of Dust Storm #DCC7BE
RGB
CMYK
RGB Variations
Color information
#DCC7BE (or 0xDCC7BE) is known color: Dust Storm. HEX triplet: DC, C7 and BE. RGB value is (220,199,190). Sum of RGB (Red+Green+Blue) = 220+199+190=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 199 (78.12% from 255 or 32.68% from 609); Blue value is 190 (74.61% from 255 or 31.20% from 609); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC7BE is #233841. Grayscale: #CCCCCC. Windows color (decimal): -2308162 or 12503004. OLE color: 12503004.
HSL color Cylindrical-coordinate representation of color #DCC7BE: hue angle of 18º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCC7BE is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 190 | - |
| CMYK | 0 | 0.10 | 0.14 | 0.14 |
| HSL | 18º | 0.3% | 0.8% | - |
| HSV(B) | 18º | 0.14% | 0.86% | - |
| XYZ | 59.23 | 59.78 | 57.13 | - |
| YUV | 204.25 | 119.96 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 190 | 0 | 0.10 | 0.14 | 0.14 | 18 | 0.3 | 0.8 |
| Hex | DC | C7 | BE | 0 | A | E | E | 12 | 1E | 50 |
| Octal | 334 | 307 | 276 | 0 | 12 | 16 | 16 | 22 | 36 | 120 |
| Binary | 11011100 | 11000111 | 10111110 | 0 | 1010 | 1110 | 1110 | 10010 | 11110 | 1010000 |
Color Harmonies of #DCC7BE
Complementary color
Monochromatic Colors of #DCC7BE
Black with #DCC7BE
Text Example
Text Example
White with #DCC7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC7BE; }
p { color: rgb(220,199,190); }
H1.HeaderClassName
{
color: #DCC7BE;
}
.AnyTagClassName
{
color: #DCC7BE;
}
</style>
background-color css
<style>
a { background-color: #DCC7BE; }
a { background-color: rgb(220,199,190); }
div.DivClassName
{
background-color: #DCC7BE;
}
.BgClassName
{
background-color: #DCC7BE;
}
</style>
border-color css
<style>
span { border-color: #DCC7BE; }
span { border-color: rgb(220,199,190); }
td.TdClassName
{
border-color: #DCC7BE;
}
.TagClassName
{
border-color: #DCC7BE;
}
</style>