Shades of Dust Storm #DFC7BF
Tints of Dust Storm #DFC7BF
RGB
CMYK
RGB Variations
Color information
#DFC7BF (or 0xDFC7BF) is known color: Dust Storm. HEX triplet: DF, C7 and BF. RGB value is (223,199,191). Sum of RGB (Red+Green+Blue) = 223+199+191=613 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.38% from 613); Green value is 199 (78.12% from 255 or 32.46% from 613); Blue value is 191 (75% from 255 or 31.16% from 613); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC7BF is #203840. Grayscale: #CDCDCD. Windows color (decimal): -2111553 or 12568543. OLE color: 12568543.
HSL color Cylindrical-coordinate representation of color #DFC7BF: hue angle of 15º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFC7BF is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 199 | 191 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.13 |
| HSL | 15º | 0.33% | 0.81% | - |
| HSV(B) | 15º | 0.14% | 0.87% | - |
| XYZ | 60.26 | 60.3 | 57.75 | - |
| YUV | 205.26 | 119.95 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 199 | 191 | 0 | 0.11 | 0.14 | 0.13 | 15 | 0.33 | 0.81 |
| Hex | DF | C7 | BF | 0 | B | E | D | F | 21 | 51 |
| Octal | 337 | 307 | 277 | 0 | 13 | 16 | 15 | 17 | 41 | 121 |
| Binary | 11011111 | 11000111 | 10111111 | 0 | 1011 | 1110 | 1101 | 1111 | 100001 | 1010001 |
Color Harmonies of #DFC7BF
Complementary color
Monochromatic Colors of #DFC7BF
Black with #DFC7BF
Text Example
Text Example
White with #DFC7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC7BF; }
p { color: rgb(223,199,191); }
H1.HeaderClassName
{
color: #DFC7BF;
}
.AnyTagClassName
{
color: #DFC7BF;
}
</style>
background-color css
<style>
a { background-color: #DFC7BF; }
a { background-color: rgb(223,199,191); }
div.DivClassName
{
background-color: #DFC7BF;
}
.BgClassName
{
background-color: #DFC7BF;
}
</style>
border-color css
<style>
span { border-color: #DFC7BF; }
span { border-color: rgb(223,199,191); }
td.TdClassName
{
border-color: #DFC7BF;
}
.TagClassName
{
border-color: #DFC7BF;
}
</style>