Shades of Dust Storm #DFC4BF
Tints of Dust Storm #DFC4BF
RGB
CMYK
RGB Variations
Color information
#DFC4BF (or 0xDFC4BF) is known color: Dust Storm. HEX triplet: DF, C4 and BF. RGB value is (223,196,191). Sum of RGB (Red+Green+Blue) = 223+196+191=610 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.56% from 610); Green value is 196 (76.95% from 255 or 32.13% from 610); Blue value is 191 (75% from 255 or 31.31% from 610); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC4BF is #203B40. Grayscale: #CBCBCB. Windows color (decimal): -2112321 or 12567775. OLE color: 12567775.
HSL color Cylindrical-coordinate representation of color #DFC4BF: hue angle of 9.38º 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 #DFC4BF is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 196 | 191 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.13 |
| HSL | 9.38º | 0.33% | 0.81% | - |
| HSV(B) | 9.38º | 0.14% | 0.87% | - |
| XYZ | 59.58 | 58.93 | 57.52 | - |
| YUV | 203.5 | 120.95 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 196 | 191 | 0 | 0.12 | 0.14 | 0.13 | 9.38 | 0.33 | 0.81 |
| Hex | DF | C4 | BF | 0 | C | E | D | 9 | 21 | 51 |
| Octal | 337 | 304 | 277 | 0 | 14 | 16 | 15 | 11 | 41 | 121 |
| Binary | 11011111 | 11000100 | 10111111 | 0 | 1100 | 1110 | 1101 | 1001 | 100001 | 1010001 |
Color Harmonies of #DFC4BF
Complementary color
Monochromatic Colors of #DFC4BF
Black with #DFC4BF
Text Example
Text Example
White with #DFC4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC4BF; }
p { color: rgb(223,196,191); }
H1.HeaderClassName
{
color: #DFC4BF;
}
.AnyTagClassName
{
color: #DFC4BF;
}
</style>
background-color css
<style>
a { background-color: #DFC4BF; }
a { background-color: rgb(223,196,191); }
div.DivClassName
{
background-color: #DFC4BF;
}
.BgClassName
{
background-color: #DFC4BF;
}
</style>
border-color css
<style>
span { border-color: #DFC4BF; }
span { border-color: rgb(223,196,191); }
td.TdClassName
{
border-color: #DFC4BF;
}
.TagClassName
{
border-color: #DFC4BF;
}
</style>