Shades of Dust Storm #DFC7BE
Tints of Dust Storm #DFC7BE
RGB
CMYK
RGB Variations
Color information
#DFC7BE (or 0xDFC7BE) is known color: Dust Storm. HEX triplet: DF, C7 and BE. RGB value is (223,199,190). Sum of RGB (Red+Green+Blue) = 223+199+190=612 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.44% from 612); Green value is 199 (78.12% from 255 or 32.52% from 612); Blue value is 190 (74.61% from 255 or 31.05% from 612); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC7BE is #203841. Grayscale: #CDCDCD. Windows color (decimal): -2111554 or 12503007. OLE color: 12503007.
HSL color Cylindrical-coordinate representation of color #DFC7BE: hue angle of 16.36º degrees, saturation: 0.34, 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 #DFC7BE is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 199 | 190 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.13 |
| HSL | 16.36º | 0.34% | 0.81% | - |
| HSV(B) | 16.36º | 0.15% | 0.87% | - |
| XYZ | 60.15 | 60.25 | 57.17 | - |
| YUV | 205.15 | 119.45 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 199 | 190 | 0 | 0.11 | 0.15 | 0.13 | 16.36 | 0.34 | 0.81 |
| Hex | DF | C7 | BE | 0 | B | F | D | 10 | 22 | 51 |
| Octal | 337 | 307 | 276 | 0 | 13 | 17 | 15 | 20 | 42 | 121 |
| Binary | 11011111 | 11000111 | 10111110 | 0 | 1011 | 1111 | 1101 | 10000 | 100010 | 1010001 |
Color Harmonies of #DFC7BE
Complementary color
Monochromatic Colors of #DFC7BE
Black with #DFC7BE
Text Example
Text Example
White with #DFC7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC7BE; }
p { color: rgb(223,199,190); }
H1.HeaderClassName
{
color: #DFC7BE;
}
.AnyTagClassName
{
color: #DFC7BE;
}
</style>
background-color css
<style>
a { background-color: #DFC7BE; }
a { background-color: rgb(223,199,190); }
div.DivClassName
{
background-color: #DFC7BE;
}
.BgClassName
{
background-color: #DFC7BE;
}
</style>
border-color css
<style>
span { border-color: #DFC7BE; }
span { border-color: rgb(223,199,190); }
td.TdClassName
{
border-color: #DFC7BE;
}
.TagClassName
{
border-color: #DFC7BE;
}
</style>