Shades of Dust Storm #DFC2BD
Tints of Dust Storm #DFC2BD
RGB
CMYK
RGB Variations
Color information
#DFC2BD (or 0xDFC2BD) is known color: Dust Storm. HEX triplet: DF, C2 and BD. RGB value is (223,194,189). Sum of RGB (Red+Green+Blue) = 223+194+189=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 194 (76.17% from 255 or 32.01% from 606); Blue value is 189 (74.22% from 255 or 31.19% from 606); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC2BD is #203D42. Grayscale: #CACACA. Windows color (decimal): -2112835 or 12436191. OLE color: 12436191.
HSL color Cylindrical-coordinate representation of color #DFC2BD: hue angle of 8.82º degrees, saturation: 0.35, 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 #DFC2BD is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 194 | 189 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.13 |
| HSL | 8.82º | 0.35% | 0.81% | - |
| HSV(B) | 8.82º | 0.15% | 0.87% | - |
| XYZ | 58.91 | 57.95 | 56.22 | - |
| YUV | 202.1 | 120.61 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 194 | 189 | 0 | 0.13 | 0.15 | 0.13 | 8.82 | 0.35 | 0.81 |
| Hex | DF | C2 | BD | 0 | D | F | D | 9 | 23 | 51 |
| Octal | 337 | 302 | 275 | 0 | 15 | 17 | 15 | 11 | 43 | 121 |
| Binary | 11011111 | 11000010 | 10111101 | 0 | 1101 | 1111 | 1101 | 1001 | 100011 | 1010001 |
Color Harmonies of #DFC2BD
Complementary color
Monochromatic Colors of #DFC2BD
Black with #DFC2BD
Text Example
Text Example
White with #DFC2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC2BD; }
p { color: rgb(223,194,189); }
H1.HeaderClassName
{
color: #DFC2BD;
}
.AnyTagClassName
{
color: #DFC2BD;
}
</style>
background-color css
<style>
a { background-color: #DFC2BD; }
a { background-color: rgb(223,194,189); }
div.DivClassName
{
background-color: #DFC2BD;
}
.BgClassName
{
background-color: #DFC2BD;
}
</style>
border-color css
<style>
span { border-color: #DFC2BD; }
span { border-color: rgb(223,194,189); }
td.TdClassName
{
border-color: #DFC2BD;
}
.TagClassName
{
border-color: #DFC2BD;
}
</style>