Shades of Dust Storm #D8C4BD
Tints of Dust Storm #D8C4BD
RGB
CMYK
RGB Variations
Color information
#D8C4BD (or 0xD8C4BD) is known color: Dust Storm. HEX triplet: D8, C4 and BD. RGB value is (216,196,189). Sum of RGB (Red+Green+Blue) = 216+196+189=601 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.94% from 601); Green value is 196 (76.95% from 255 or 32.61% from 601); Blue value is 189 (74.22% from 255 or 31.45% from 601); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C4BD is #273B42. Grayscale: #C9C9C9. Windows color (decimal): -2571075 or 12436696. OLE color: 12436696.
HSL color Cylindrical-coordinate representation of color #D8C4BD: hue angle of 15.56º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D8C4BD is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 196 | 189 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.15 |
| HSL | 15.56º | 0.26% | 0.79% | - |
| HSV(B) | 15.56º | 0.13% | 0.85% | - |
| XYZ | 57.24 | 57.75 | 56.27 | - |
| YUV | 201.18 | 121.13 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 196 | 189 | 0 | 0.09 | 0.12 | 0.15 | 15.56 | 0.26 | 0.79 |
| Hex | D8 | C4 | BD | 0 | 9 | C | F | 10 | 1A | 4F |
| Octal | 330 | 304 | 275 | 0 | 11 | 14 | 17 | 20 | 32 | 117 |
| Binary | 11011000 | 11000100 | 10111101 | 0 | 1001 | 1100 | 1111 | 10000 | 11010 | 1001111 |
Color Harmonies of #D8C4BD
Complementary color
Monochromatic Colors of #D8C4BD
Black with #D8C4BD
Text Example
Text Example
White with #D8C4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C4BD; }
p { color: rgb(216,196,189); }
H1.HeaderClassName
{
color: #D8C4BD;
}
.AnyTagClassName
{
color: #D8C4BD;
}
</style>
background-color css
<style>
a { background-color: #D8C4BD; }
a { background-color: rgb(216,196,189); }
div.DivClassName
{
background-color: #D8C4BD;
}
.BgClassName
{
background-color: #D8C4BD;
}
</style>
border-color css
<style>
span { border-color: #D8C4BD; }
span { border-color: rgb(216,196,189); }
td.TdClassName
{
border-color: #D8C4BD;
}
.TagClassName
{
border-color: #D8C4BD;
}
</style>