Shades of Dust Storm #D9C9C4
Tints of Dust Storm #D9C9C4
RGB
CMYK
RGB Variations
Color information
#D9C9C4 (or 0xD9C9C4) is known color: Dust Storm. HEX triplet: D9, C9 and C4. RGB value is (217,201,196). Sum of RGB (Red+Green+Blue) = 217+201+196=614 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.34% from 614); Green value is 201 (78.91% from 255 or 32.74% from 614); Blue value is 196 (76.95% from 255 or 31.92% from 614); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C9C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C9C4 is #26363B. Grayscale: #CDCDCD. Windows color (decimal): -2504252 or 12896729. OLE color: 12896729.
HSL color Cylindrical-coordinate representation of color #D9C9C4: hue angle of 14.29º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9C9C4 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 201 | 196 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.15 |
| HSL | 14.29º | 0.22% | 0.81% | - |
| HSV(B) | 14.29º | 0.1% | 0.85% | - |
| XYZ | 59.47 | 60.51 | 60.77 | - |
| YUV | 205.21 | 122.8 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 201 | 196 | 0 | 0.07 | 0.10 | 0.15 | 14.29 | 0.22 | 0.81 |
| Hex | D9 | C9 | C4 | 0 | 7 | A | F | E | 16 | 51 |
| Octal | 331 | 311 | 304 | 0 | 7 | 12 | 17 | 16 | 26 | 121 |
| Binary | 11011001 | 11001001 | 11000100 | 0 | 111 | 1010 | 1111 | 1110 | 10110 | 1010001 |
Color Harmonies of #D9C9C4
Complementary color
Monochromatic Colors of #D9C9C4
Black with #D9C9C4
Text Example
Text Example
White with #D9C9C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C9C4; }
p { color: rgb(217,201,196); }
H1.HeaderClassName
{
color: #D9C9C4;
}
.AnyTagClassName
{
color: #D9C9C4;
}
</style>
background-color css
<style>
a { background-color: #D9C9C4; }
a { background-color: rgb(217,201,196); }
div.DivClassName
{
background-color: #D9C9C4;
}
.BgClassName
{
background-color: #D9C9C4;
}
</style>
border-color css
<style>
span { border-color: #D9C9C4; }
span { border-color: rgb(217,201,196); }
td.TdClassName
{
border-color: #D9C9C4;
}
.TagClassName
{
border-color: #D9C9C4;
}
</style>