Shades of Dust Storm #DFC7C4
Tints of Dust Storm #DFC7C4
RGB
CMYK
RGB Variations
Color information
#DFC7C4 (or 0xDFC7C4) is known color: Dust Storm. HEX triplet: DF, C7 and C4. RGB value is (223,199,196). Sum of RGB (Red+Green+Blue) = 223+199+196=618 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.08% from 618); Green value is 199 (78.12% from 255 or 32.20% from 618); Blue value is 196 (76.95% from 255 or 31.72% from 618); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC7C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC7C4 is #20383B. Grayscale: #CDCDCD. Windows color (decimal): -2111548 or 12896223. OLE color: 12896223.
HSL color Cylindrical-coordinate representation of color #DFC7C4: hue angle of 6.67º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFC7C4 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 199 | 196 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.13 |
| HSL | 6.67º | 0.3% | 0.82% | - |
| HSV(B) | 6.67º | 0.12% | 0.87% | - |
| XYZ | 60.82 | 60.52 | 60.7 | - |
| YUV | 205.83 | 122.45 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 199 | 196 | 0 | 0.11 | 0.12 | 0.13 | 6.67 | 0.3 | 0.82 |
| Hex | DF | C7 | C4 | 0 | B | C | D | 7 | 1E | 52 |
| Octal | 337 | 307 | 304 | 0 | 13 | 14 | 15 | 7 | 36 | 122 |
| Binary | 11011111 | 11000111 | 11000100 | 0 | 1011 | 1100 | 1101 | 111 | 11110 | 1010010 |
Color Harmonies of #DFC7C4
Complementary color
Monochromatic Colors of #DFC7C4
Black with #DFC7C4
Text Example
Text Example
White with #DFC7C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC7C4; }
p { color: rgb(223,199,196); }
H1.HeaderClassName
{
color: #DFC7C4;
}
.AnyTagClassName
{
color: #DFC7C4;
}
</style>
background-color css
<style>
a { background-color: #DFC7C4; }
a { background-color: rgb(223,199,196); }
div.DivClassName
{
background-color: #DFC7C4;
}
.BgClassName
{
background-color: #DFC7C4;
}
</style>
border-color css
<style>
span { border-color: #DFC7C4; }
span { border-color: rgb(223,199,196); }
td.TdClassName
{
border-color: #DFC7C4;
}
.TagClassName
{
border-color: #DFC7C4;
}
</style>