Shades of Dust Storm #DFC2BE
Tints of Dust Storm #DFC2BE
RGB
CMYK
RGB Variations
Color information
#DFC2BE (or 0xDFC2BE) is known color: Dust Storm. HEX triplet: DF, C2 and BE. RGB value is (223,194,190). Sum of RGB (Red+Green+Blue) = 223+194+190=607 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.74% from 607); Green value is 194 (76.17% from 255 or 31.96% from 607); Blue value is 190 (74.61% from 255 or 31.30% from 607); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC2BE is #203D41. Grayscale: #CACACA. Windows color (decimal): -2112834 or 12501727. OLE color: 12501727.
HSL color Cylindrical-coordinate representation of color #DFC2BE: hue angle of 7.27º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DFC2BE is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 194 | 190 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.13 |
| HSL | 7.27º | 0.34% | 0.81% | - |
| HSV(B) | 7.27º | 0.15% | 0.87% | - |
| XYZ | 59.02 | 57.99 | 56.8 | - |
| YUV | 202.22 | 121.11 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 194 | 190 | 0 | 0.13 | 0.15 | 0.13 | 7.27 | 0.34 | 0.81 |
| Hex | DF | C2 | BE | 0 | D | F | D | 7 | 22 | 51 |
| Octal | 337 | 302 | 276 | 0 | 15 | 17 | 15 | 7 | 42 | 121 |
| Binary | 11011111 | 11000010 | 10111110 | 0 | 1101 | 1111 | 1101 | 111 | 100010 | 1010001 |
Color Harmonies of #DFC2BE
Complementary color
Monochromatic Colors of #DFC2BE
Black with #DFC2BE
Text Example
Text Example
White with #DFC2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC2BE; }
p { color: rgb(223,194,190); }
H1.HeaderClassName
{
color: #DFC2BE;
}
.AnyTagClassName
{
color: #DFC2BE;
}
</style>
background-color css
<style>
a { background-color: #DFC2BE; }
a { background-color: rgb(223,194,190); }
div.DivClassName
{
background-color: #DFC2BE;
}
.BgClassName
{
background-color: #DFC2BE;
}
</style>
border-color css
<style>
span { border-color: #DFC2BE; }
span { border-color: rgb(223,194,190); }
td.TdClassName
{
border-color: #DFC2BE;
}
.TagClassName
{
border-color: #DFC2BE;
}
</style>