Shades of Dust Storm #D8C8C2
Tints of Dust Storm #D8C8C2
RGB
CMYK
RGB Variations
Color information
#D8C8C2 (or 0xD8C8C2) is known color: Dust Storm. HEX triplet: D8, C8 and C2. RGB value is (216,200,194). Sum of RGB (Red+Green+Blue) = 216+200+194=610 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.41% from 610); Green value is 200 (78.52% from 255 or 32.79% from 610); Blue value is 194 (76.17% from 255 or 31.80% from 610); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C8C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C8C2 is #27373D. Grayscale: #CCCCCC. Windows color (decimal): -2570046 or 12765400. OLE color: 12765400.
HSL color Cylindrical-coordinate representation of color #D8C8C2: hue angle of 16.36º degrees, saturation: 0.22, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D8C8C2 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 200 | 194 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.15 |
| HSL | 16.36º | 0.22% | 0.8% | - |
| HSV(B) | 16.36º | 0.1% | 0.85% | - |
| XYZ | 58.71 | 59.8 | 59.49 | - |
| YUV | 204.1 | 122.3 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 200 | 194 | 0 | 0.07 | 0.10 | 0.15 | 16.36 | 0.22 | 0.8 |
| Hex | D8 | C8 | C2 | 0 | 7 | A | F | 10 | 16 | 50 |
| Octal | 330 | 310 | 302 | 0 | 7 | 12 | 17 | 20 | 26 | 120 |
| Binary | 11011000 | 11001000 | 11000010 | 0 | 111 | 1010 | 1111 | 10000 | 10110 | 1010000 |
Color Harmonies of #D8C8C2
Complementary color
Monochromatic Colors of #D8C8C2
Black with #D8C8C2
Text Example
Text Example
White with #D8C8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C8C2; }
p { color: rgb(216,200,194); }
H1.HeaderClassName
{
color: #D8C8C2;
}
.AnyTagClassName
{
color: #D8C8C2;
}
</style>
background-color css
<style>
a { background-color: #D8C8C2; }
a { background-color: rgb(216,200,194); }
div.DivClassName
{
background-color: #D8C8C2;
}
.BgClassName
{
background-color: #D8C8C2;
}
</style>
border-color css
<style>
span { border-color: #D8C8C2; }
span { border-color: rgb(216,200,194); }
td.TdClassName
{
border-color: #D8C8C2;
}
.TagClassName
{
border-color: #D8C8C2;
}
</style>