Shades of Dust Storm #D9C7BE
Tints of Dust Storm #D9C7BE
RGB
CMYK
RGB Variations
Color information
#D9C7BE (or 0xD9C7BE) is known color: Dust Storm. HEX triplet: D9, C7 and BE. RGB value is (217,199,190). Sum of RGB (Red+Green+Blue) = 217+199+190=606 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.81% from 606); Green value is 199 (78.12% from 255 or 32.84% from 606); Blue value is 190 (74.61% from 255 or 31.35% from 606); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C7BE is #263841. Grayscale: #CBCBCB. Windows color (decimal): -2504770 or 12503001. OLE color: 12503001.
HSL color Cylindrical-coordinate representation of color #D9C7BE: hue angle of 20º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D9C7BE is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 199 | 190 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.15 |
| HSL | 20º | 0.26% | 0.8% | - |
| HSV(B) | 20º | 0.12% | 0.85% | - |
| XYZ | 58.33 | 59.32 | 57.09 | - |
| YUV | 203.36 | 120.46 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 199 | 190 | 0 | 0.08 | 0.12 | 0.15 | 20 | 0.26 | 0.8 |
| Hex | D9 | C7 | BE | 0 | 8 | C | F | 14 | 1A | 50 |
| Octal | 331 | 307 | 276 | 0 | 10 | 14 | 17 | 24 | 32 | 120 |
| Binary | 11011001 | 11000111 | 10111110 | 0 | 1000 | 1100 | 1111 | 10100 | 11010 | 1010000 |
Color Harmonies of #D9C7BE
Complementary color
Monochromatic Colors of #D9C7BE
Black with #D9C7BE
Text Example
Text Example
White with #D9C7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C7BE; }
p { color: rgb(217,199,190); }
H1.HeaderClassName
{
color: #D9C7BE;
}
.AnyTagClassName
{
color: #D9C7BE;
}
</style>
background-color css
<style>
a { background-color: #D9C7BE; }
a { background-color: rgb(217,199,190); }
div.DivClassName
{
background-color: #D9C7BE;
}
.BgClassName
{
background-color: #D9C7BE;
}
</style>
border-color css
<style>
span { border-color: #D9C7BE; }
span { border-color: rgb(217,199,190); }
td.TdClassName
{
border-color: #D9C7BE;
}
.TagClassName
{
border-color: #D9C7BE;
}
</style>