Shades of Dust Storm #DFC3BD
Tints of Dust Storm #DFC3BD
RGB
CMYK
RGB Variations
Color information
#DFC3BD (or 0xDFC3BD) is known color: Dust Storm. HEX triplet: DF, C3 and BD. RGB value is (223,195,189). Sum of RGB (Red+Green+Blue) = 223+195+189=607 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.74% from 607); Green value is 195 (76.56% from 255 or 32.13% from 607); Blue value is 189 (74.22% from 255 or 31.14% from 607); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC3BD is #203C42. Grayscale: #CACACA. Windows color (decimal): -2112579 or 12436447. OLE color: 12436447.
HSL color Cylindrical-coordinate representation of color #DFC3BD: hue angle of 10.59º 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 #DFC3BD is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 189 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.13 |
| HSL | 10.59º | 0.35% | 0.81% | - |
| HSV(B) | 10.59º | 0.15% | 0.87% | - |
| XYZ | 59.13 | 58.39 | 56.3 | - |
| YUV | 202.69 | 120.28 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 189 | 0 | 0.13 | 0.15 | 0.13 | 10.59 | 0.35 | 0.81 |
| Hex | DF | C3 | BD | 0 | D | F | D | B | 23 | 51 |
| Octal | 337 | 303 | 275 | 0 | 15 | 17 | 15 | 13 | 43 | 121 |
| Binary | 11011111 | 11000011 | 10111101 | 0 | 1101 | 1111 | 1101 | 1011 | 100011 | 1010001 |
Color Harmonies of #DFC3BD
Complementary color
Monochromatic Colors of #DFC3BD
Black with #DFC3BD
Text Example
Text Example
White with #DFC3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC3BD; }
p { color: rgb(223,195,189); }
H1.HeaderClassName
{
color: #DFC3BD;
}
.AnyTagClassName
{
color: #DFC3BD;
}
</style>
background-color css
<style>
a { background-color: #DFC3BD; }
a { background-color: rgb(223,195,189); }
div.DivClassName
{
background-color: #DFC3BD;
}
.BgClassName
{
background-color: #DFC3BD;
}
</style>
border-color css
<style>
span { border-color: #DFC3BD; }
span { border-color: rgb(223,195,189); }
td.TdClassName
{
border-color: #DFC3BD;
}
.TagClassName
{
border-color: #DFC3BD;
}
</style>