Shades of Dust Storm #DFC7BD
Tints of Dust Storm #DFC7BD
RGB
CMYK
RGB Variations
Color information
#DFC7BD (or 0xDFC7BD) is known color: Dust Storm. HEX triplet: DF, C7 and BD. RGB value is (223,199,189). Sum of RGB (Red+Green+Blue) = 223+199+189=611 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.50% from 611); Green value is 199 (78.12% from 255 or 32.57% from 611); Blue value is 189 (74.22% from 255 or 30.93% from 611); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC7BD is #203842. Grayscale: #CDCDCD. Windows color (decimal): -2111555 or 12437471. OLE color: 12437471.
HSL color Cylindrical-coordinate representation of color #DFC7BD: hue angle of 17.65º 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 #DFC7BD is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 199 | 189 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.13 |
| HSL | 17.65º | 0.35% | 0.81% | - |
| HSV(B) | 17.65º | 0.15% | 0.87% | - |
| XYZ | 60.04 | 60.21 | 56.6 | - |
| YUV | 205.04 | 118.95 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 199 | 189 | 0 | 0.11 | 0.15 | 0.13 | 17.65 | 0.35 | 0.81 |
| Hex | DF | C7 | BD | 0 | B | F | D | 12 | 23 | 51 |
| Octal | 337 | 307 | 275 | 0 | 13 | 17 | 15 | 22 | 43 | 121 |
| Binary | 11011111 | 11000111 | 10111101 | 0 | 1011 | 1111 | 1101 | 10010 | 100011 | 1010001 |
Color Harmonies of #DFC7BD
Complementary color
Monochromatic Colors of #DFC7BD
Black with #DFC7BD
Text Example
Text Example
White with #DFC7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC7BD; }
p { color: rgb(223,199,189); }
H1.HeaderClassName
{
color: #DFC7BD;
}
.AnyTagClassName
{
color: #DFC7BD;
}
</style>
background-color css
<style>
a { background-color: #DFC7BD; }
a { background-color: rgb(223,199,189); }
div.DivClassName
{
background-color: #DFC7BD;
}
.BgClassName
{
background-color: #DFC7BD;
}
</style>
border-color css
<style>
span { border-color: #DFC7BD; }
span { border-color: rgb(223,199,189); }
td.TdClassName
{
border-color: #DFC7BD;
}
.TagClassName
{
border-color: #DFC7BD;
}
</style>