Shades of Dust Storm #DFC8BE
Tints of Dust Storm #DFC8BE
RGB
CMYK
RGB Variations
Color information
#DFC8BE (or 0xDFC8BE) is known color: Dust Storm. HEX triplet: DF, C8 and BE. RGB value is (223,200,190). Sum of RGB (Red+Green+Blue) = 223+200+190=613 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.38% from 613); Green value is 200 (78.52% from 255 or 32.63% from 613); Blue value is 190 (74.61% from 255 or 31.00% from 613); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC8BE is #203741. Grayscale: #CDCDCD. Windows color (decimal): -2111298 or 12503263. OLE color: 12503263.
HSL color Cylindrical-coordinate representation of color #DFC8BE: hue angle of 18.18º 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 #DFC8BE is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 200 | 190 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.13 |
| HSL | 18.18º | 0.34% | 0.81% | - |
| HSV(B) | 18.18º | 0.15% | 0.87% | - |
| XYZ | 60.38 | 60.71 | 57.25 | - |
| YUV | 205.74 | 119.12 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 190 | 0 | 0.10 | 0.15 | 0.13 | 18.18 | 0.34 | 0.81 |
| Hex | DF | C8 | BE | 0 | A | F | D | 12 | 22 | 51 |
| Octal | 337 | 310 | 276 | 0 | 12 | 17 | 15 | 22 | 42 | 121 |
| Binary | 11011111 | 11001000 | 10111110 | 0 | 1010 | 1111 | 1101 | 10010 | 100010 | 1010001 |
Color Harmonies of #DFC8BE
Complementary color
Monochromatic Colors of #DFC8BE
Black with #DFC8BE
Text Example
Text Example
White with #DFC8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC8BE; }
p { color: rgb(223,200,190); }
H1.HeaderClassName
{
color: #DFC8BE;
}
.AnyTagClassName
{
color: #DFC8BE;
}
</style>
background-color css
<style>
a { background-color: #DFC8BE; }
a { background-color: rgb(223,200,190); }
div.DivClassName
{
background-color: #DFC8BE;
}
.BgClassName
{
background-color: #DFC8BE;
}
</style>
border-color css
<style>
span { border-color: #DFC8BE; }
span { border-color: rgb(223,200,190); }
td.TdClassName
{
border-color: #DFC8BE;
}
.TagClassName
{
border-color: #DFC8BE;
}
</style>