Shades of Dust Storm #DFCAC2
Tints of Dust Storm #DFCAC2
RGB
CMYK
RGB Variations
Color information
#DFCAC2 (or 0xDFCAC2) is known color: Dust Storm. HEX triplet: DF, CA and C2. RGB value is (223,202,194). Sum of RGB (Red+Green+Blue) = 223+202+194=619 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.03% from 619); Green value is 202 (79.30% from 255 or 32.63% from 619); Blue value is 194 (76.17% from 255 or 31.34% from 619); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCAC2 is #20353D. Grayscale: #CFCFCF. Windows color (decimal): -2110782 or 12765919. OLE color: 12765919.
HSL color Cylindrical-coordinate representation of color #DFCAC2: hue angle of 16.55º degrees, saturation: 0.31, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFCAC2 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 202 | 194 | - |
CMYK | 0 | 0.09 | 0.13 | 0.13 |
HSL | 16.55º | 0.31% | 0.82% | - |
HSV(B) | 16.55º | 0.13% | 0.87% | - |
XYZ | 61.29 | 61.82 | 59.74 | - |
YUV | 207.37 | 120.46 | 139.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 202 | 194 | 0 | 0.09 | 0.13 | 0.13 | 16.55 | 0.31 | 0.82 |
Hex | DF | CA | C2 | 0 | 9 | D | D | 11 | 1F | 52 |
Octal | 337 | 312 | 302 | 0 | 11 | 15 | 15 | 21 | 37 | 122 |
Binary | 11011111 | 11001010 | 11000010 | 0 | 1001 | 1101 | 1101 | 10001 | 11111 | 1010010 |
Color Harmonies of #DFCAC2
Complementary color
Monochromatic Colors of #DFCAC2
Black with #DFCAC2
Text Example
Text Example
White with #DFCAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCAC2; }
p { color: rgb(223,202,194); }
H1.HeaderClassName
{
color: #DFCAC2;
}
.AnyTagClassName
{
color: #DFCAC2;
}
</style>
background-color css
<style>
a { background-color: #DFCAC2; }
a { background-color: rgb(223,202,194); }
div.DivClassName
{
background-color: #DFCAC2;
}
.BgClassName
{
background-color: #DFCAC2;
}
</style>
border-color css
<style>
span { border-color: #DFCAC2; }
span { border-color: rgb(223,202,194); }
td.TdClassName
{
border-color: #DFCAC2;
}
.TagClassName
{
border-color: #DFCAC2;
}
</style>