Shades of Dust Storm #DFC6BD
Tints of Dust Storm #DFC6BD
RGB
CMYK
RGB Variations
Color information
#DFC6BD (or 0xDFC6BD) is known color: Dust Storm. HEX triplet: DF, C6 and BD. RGB value is (223,198,189). Sum of RGB (Red+Green+Blue) = 223+198+189=610 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.56% from 610); Green value is 198 (77.73% from 255 or 32.46% from 610); Blue value is 189 (74.22% from 255 or 30.98% from 610); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC6BD is #203942. Grayscale: #CCCCCC. Windows color (decimal): -2111811 or 12437215. OLE color: 12437215.
HSL color Cylindrical-coordinate representation of color #DFC6BD: hue angle of 15.88º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DFC6BD is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 198 | 189 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.13 |
| HSL | 15.88º | 0.35% | 0.81% | - |
| HSV(B) | 15.88º | 0.15% | 0.87% | - |
| XYZ | 59.81 | 59.75 | 56.52 | - |
| YUV | 204.45 | 119.28 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 198 | 189 | 0 | 0.11 | 0.15 | 0.13 | 15.88 | 0.35 | 0.81 |
| Hex | DF | C6 | BD | 0 | B | F | D | 10 | 23 | 51 |
| Octal | 337 | 306 | 275 | 0 | 13 | 17 | 15 | 20 | 43 | 121 |
| Binary | 11011111 | 11000110 | 10111101 | 0 | 1011 | 1111 | 1101 | 10000 | 100011 | 1010001 |
Color Harmonies of #DFC6BD
Complementary color
Monochromatic Colors of #DFC6BD
Black with #DFC6BD
Text Example
Text Example
White with #DFC6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC6BD; }
p { color: rgb(223,198,189); }
H1.HeaderClassName
{
color: #DFC6BD;
}
.AnyTagClassName
{
color: #DFC6BD;
}
</style>
background-color css
<style>
a { background-color: #DFC6BD; }
a { background-color: rgb(223,198,189); }
div.DivClassName
{
background-color: #DFC6BD;
}
.BgClassName
{
background-color: #DFC6BD;
}
</style>
border-color css
<style>
span { border-color: #DFC6BD; }
span { border-color: rgb(223,198,189); }
td.TdClassName
{
border-color: #DFC6BD;
}
.TagClassName
{
border-color: #DFC6BD;
}
</style>