Shades of Dust Storm #DFC9C2
Tints of Dust Storm #DFC9C2
RGB
CMYK
RGB Variations
Color information
#DFC9C2 (or 0xDFC9C2) is known color: Dust Storm. HEX triplet: DF, C9 and C2. RGB value is (223,201,194). Sum of RGB (Red+Green+Blue) = 223+201+194=618 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.08% from 618); Green value is 201 (78.91% from 255 or 32.52% from 618); Blue value is 194 (76.17% from 255 or 31.39% from 618); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC9C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC9C2 is #20363D. Grayscale: #CECECE. Windows color (decimal): -2111038 or 12765663. OLE color: 12765663.
HSL color Cylindrical-coordinate representation of color #DFC9C2: hue angle of 14.48º degrees, saturation: 0.31, 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 #DFC9C2 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 201 | 194 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.13 |
| HSL | 14.48º | 0.31% | 0.82% | - |
| HSV(B) | 14.48º | 0.13% | 0.87% | - |
| XYZ | 61.06 | 61.36 | 59.66 | - |
| YUV | 206.78 | 120.79 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 201 | 194 | 0 | 0.10 | 0.13 | 0.13 | 14.48 | 0.31 | 0.82 |
| Hex | DF | C9 | C2 | 0 | A | D | D | E | 1F | 52 |
| Octal | 337 | 311 | 302 | 0 | 12 | 15 | 15 | 16 | 37 | 122 |
| Binary | 11011111 | 11001001 | 11000010 | 0 | 1010 | 1101 | 1101 | 1110 | 11111 | 1010010 |
Color Harmonies of #DFC9C2
Complementary color
Monochromatic Colors of #DFC9C2
Black with #DFC9C2
Text Example
Text Example
White with #DFC9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC9C2; }
p { color: rgb(223,201,194); }
H1.HeaderClassName
{
color: #DFC9C2;
}
.AnyTagClassName
{
color: #DFC9C2;
}
</style>
background-color css
<style>
a { background-color: #DFC9C2; }
a { background-color: rgb(223,201,194); }
div.DivClassName
{
background-color: #DFC9C2;
}
.BgClassName
{
background-color: #DFC9C2;
}
</style>
border-color css
<style>
span { border-color: #DFC9C2; }
span { border-color: rgb(223,201,194); }
td.TdClassName
{
border-color: #DFC9C2;
}
.TagClassName
{
border-color: #DFC9C2;
}
</style>