Shades of Dust Storm #DFC7C1
Tints of Dust Storm #DFC7C1
RGB
CMYK
RGB Variations
Color information
#DFC7C1 (or 0xDFC7C1) is known color: Dust Storm. HEX triplet: DF, C7 and C1. RGB value is (223,199,193). Sum of RGB (Red+Green+Blue) = 223+199+193=615 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.26% from 615); Green value is 199 (78.12% from 255 or 32.36% from 615); Blue value is 193 (75.78% from 255 or 31.38% from 615); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC7C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC7C1 is #20383E. Grayscale: #CDCDCD. Windows color (decimal): -2111551 or 12699615. OLE color: 12699615.
HSL color Cylindrical-coordinate representation of color #DFC7C1: hue angle of 12º degrees, saturation: 0.32, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFC7C1 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 199 | 193 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.13 |
| HSL | 12º | 0.32% | 0.82% | - |
| HSV(B) | 12º | 0.13% | 0.87% | - |
| XYZ | 60.48 | 60.39 | 58.92 | - |
| YUV | 205.49 | 120.95 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 199 | 193 | 0 | 0.11 | 0.13 | 0.13 | 12 | 0.32 | 0.82 |
| Hex | DF | C7 | C1 | 0 | B | D | D | C | 20 | 52 |
| Octal | 337 | 307 | 301 | 0 | 13 | 15 | 15 | 14 | 40 | 122 |
| Binary | 11011111 | 11000111 | 11000001 | 0 | 1011 | 1101 | 1101 | 1100 | 100000 | 1010010 |
Color Harmonies of #DFC7C1
Complementary color
Monochromatic Colors of #DFC7C1
Black with #DFC7C1
Text Example
Text Example
White with #DFC7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC7C1; }
p { color: rgb(223,199,193); }
H1.HeaderClassName
{
color: #DFC7C1;
}
.AnyTagClassName
{
color: #DFC7C1;
}
</style>
background-color css
<style>
a { background-color: #DFC7C1; }
a { background-color: rgb(223,199,193); }
div.DivClassName
{
background-color: #DFC7C1;
}
.BgClassName
{
background-color: #DFC7C1;
}
</style>
border-color css
<style>
span { border-color: #DFC7C1; }
span { border-color: rgb(223,199,193); }
td.TdClassName
{
border-color: #DFC7C1;
}
.TagClassName
{
border-color: #DFC7C1;
}
</style>