Shades of Dust Storm #D9C3BD
Tints of Dust Storm #D9C3BD
RGB
CMYK
RGB Variations
Color information
#D9C3BD (or 0xD9C3BD) is known color: Dust Storm. HEX triplet: D9, C3 and BD. RGB value is (217,195,189). Sum of RGB (Red+Green+Blue) = 217+195+189=601 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.11% from 601); Green value is 195 (76.56% from 255 or 32.45% from 601); Blue value is 189 (74.22% from 255 or 31.45% from 601); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C3BD is #263C42. Grayscale: #C8C8C8. Windows color (decimal): -2505795 or 12436441. OLE color: 12436441.
HSL color Cylindrical-coordinate representation of color #D9C3BD: hue angle of 12.86º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9C3BD is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 195 | 189 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.15 |
| HSL | 12.86º | 0.27% | 0.8% | - |
| HSV(B) | 12.86º | 0.13% | 0.85% | - |
| XYZ | 57.32 | 57.46 | 56.21 | - |
| YUV | 200.89 | 121.29 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 195 | 189 | 0 | 0.10 | 0.13 | 0.15 | 12.86 | 0.27 | 0.8 |
| Hex | D9 | C3 | BD | 0 | A | D | F | D | 1B | 50 |
| Octal | 331 | 303 | 275 | 0 | 12 | 15 | 17 | 15 | 33 | 120 |
| Binary | 11011001 | 11000011 | 10111101 | 0 | 1010 | 1101 | 1111 | 1101 | 11011 | 1010000 |
Color Harmonies of #D9C3BD
Complementary color
Monochromatic Colors of #D9C3BD
Black with #D9C3BD
Text Example
Text Example
White with #D9C3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C3BD; }
p { color: rgb(217,195,189); }
H1.HeaderClassName
{
color: #D9C3BD;
}
.AnyTagClassName
{
color: #D9C3BD;
}
</style>
background-color css
<style>
a { background-color: #D9C3BD; }
a { background-color: rgb(217,195,189); }
div.DivClassName
{
background-color: #D9C3BD;
}
.BgClassName
{
background-color: #D9C3BD;
}
</style>
border-color css
<style>
span { border-color: #D9C3BD; }
span { border-color: rgb(217,195,189); }
td.TdClassName
{
border-color: #D9C3BD;
}
.TagClassName
{
border-color: #D9C3BD;
}
</style>