Shades of Dust Storm #DFC7C0
Tints of Dust Storm #DFC7C0
RGB
CMYK
RGB Variations
Color information
#DFC7C0 (or 0xDFC7C0) is known color: Dust Storm. HEX triplet: DF, C7 and C0. RGB value is (223,199,192). Sum of RGB (Red+Green+Blue) = 223+199+192=614 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.32% from 614); Green value is 199 (78.12% from 255 or 32.41% from 614); Blue value is 192 (75.39% from 255 or 31.27% from 614); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC7C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC7C0 is #20383F. Grayscale: #CDCDCD. Windows color (decimal): -2111552 or 12634079. OLE color: 12634079.
HSL color Cylindrical-coordinate representation of color #DFC7C0: hue angle of 13.55º 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 #DFC7C0 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 199 | 192 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.13 |
| HSL | 13.55º | 0.33% | 0.81% | - |
| HSV(B) | 13.55º | 0.14% | 0.87% | - |
| XYZ | 60.37 | 60.34 | 58.33 | - |
| YUV | 205.38 | 120.45 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 199 | 192 | 0 | 0.11 | 0.14 | 0.13 | 13.55 | 0.33 | 0.81 |
| Hex | DF | C7 | C0 | 0 | B | E | D | E | 21 | 51 |
| Octal | 337 | 307 | 300 | 0 | 13 | 16 | 15 | 16 | 41 | 121 |
| Binary | 11011111 | 11000111 | 11000000 | 0 | 1011 | 1110 | 1101 | 1110 | 100001 | 1010001 |
Color Harmonies of #DFC7C0
Complementary color
Monochromatic Colors of #DFC7C0
Black with #DFC7C0
Text Example
Text Example
White with #DFC7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC7C0; }
p { color: rgb(223,199,192); }
H1.HeaderClassName
{
color: #DFC7C0;
}
.AnyTagClassName
{
color: #DFC7C0;
}
</style>
background-color css
<style>
a { background-color: #DFC7C0; }
a { background-color: rgb(223,199,192); }
div.DivClassName
{
background-color: #DFC7C0;
}
.BgClassName
{
background-color: #DFC7C0;
}
</style>
border-color css
<style>
span { border-color: #DFC7C0; }
span { border-color: rgb(223,199,192); }
td.TdClassName
{
border-color: #DFC7C0;
}
.TagClassName
{
border-color: #DFC7C0;
}
</style>