Shades of Dust Storm #DFC3C0
Tints of Dust Storm #DFC3C0
RGB
CMYK
RGB Variations
Color information
#DFC3C0 (or 0xDFC3C0) is known color: Dust Storm. HEX triplet: DF, C3 and C0. RGB value is (223,195,192). Sum of RGB (Red+Green+Blue) = 223+195+192=610 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.56% from 610); Green value is 195 (76.56% from 255 or 31.97% from 610); Blue value is 192 (75.39% from 255 or 31.48% from 610); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC3C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC3C0 is #203C3F. Grayscale: #CBCBCB. Windows color (decimal): -2112576 or 12633055. OLE color: 12633055.
HSL color Cylindrical-coordinate representation of color #DFC3C0: hue angle of 5.81º 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 #DFC3C0 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 195 | 192 | - |
CMYK | 0 | 0.13 | 0.14 | 0.13 |
HSL | 5.81º | 0.33% | 0.81% | - |
HSV(B) | 5.81º | 0.14% | 0.87% | - |
XYZ | 59.46 | 58.52 | 58.03 | - |
YUV | 203.03 | 121.78 | 142.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 195 | 192 | 0 | 0.13 | 0.14 | 0.13 | 5.81 | 0.33 | 0.81 |
Hex | DF | C3 | C0 | 0 | D | E | D | 6 | 21 | 51 |
Octal | 337 | 303 | 300 | 0 | 15 | 16 | 15 | 6 | 41 | 121 |
Binary | 11011111 | 11000011 | 11000000 | 0 | 1101 | 1110 | 1101 | 110 | 100001 | 1010001 |
Color Harmonies of #DFC3C0
Complementary color
Monochromatic Colors of #DFC3C0
Black with #DFC3C0
Text Example
Text Example
White with #DFC3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC3C0; }
p { color: rgb(223,195,192); }
H1.HeaderClassName
{
color: #DFC3C0;
}
.AnyTagClassName
{
color: #DFC3C0;
}
</style>
background-color css
<style>
a { background-color: #DFC3C0; }
a { background-color: rgb(223,195,192); }
div.DivClassName
{
background-color: #DFC3C0;
}
.BgClassName
{
background-color: #DFC3C0;
}
</style>
border-color css
<style>
span { border-color: #DFC3C0; }
span { border-color: rgb(223,195,192); }
td.TdClassName
{
border-color: #DFC3C0;
}
.TagClassName
{
border-color: #DFC3C0;
}
</style>