Shades of Dust Storm #DFCCC4
Tints of Dust Storm #DFCCC4
RGB
CMYK
RGB Variations
Color information
#DFCCC4 (or 0xDFCCC4) is known color: Dust Storm. HEX triplet: DF, CC and C4. RGB value is (223,204,196). Sum of RGB (Red+Green+Blue) = 223+204+196=623 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.79% from 623); Green value is 204 (80.08% from 255 or 32.74% from 623); Blue value is 196 (76.95% from 255 or 31.46% from 623); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCCC4 is #20333B. Grayscale: #D0D0D0. Windows color (decimal): -2110268 or 12897503. OLE color: 12897503.
HSL color Cylindrical-coordinate representation of color #DFCCC4: hue angle of 17.78º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFCCC4 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 204 | 196 | - |
CMYK | 0 | 0.09 | 0.12 | 0.13 |
HSL | 17.78º | 0.3% | 0.82% | - |
HSV(B) | 17.78º | 0.12% | 0.87% | - |
XYZ | 61.99 | 62.86 | 61.09 | - |
YUV | 208.77 | 120.79 | 138.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 204 | 196 | 0 | 0.09 | 0.12 | 0.13 | 17.78 | 0.3 | 0.82 |
Hex | DF | CC | C4 | 0 | 9 | C | D | 12 | 1E | 52 |
Octal | 337 | 314 | 304 | 0 | 11 | 14 | 15 | 22 | 36 | 122 |
Binary | 11011111 | 11001100 | 11000100 | 0 | 1001 | 1100 | 1101 | 10010 | 11110 | 1010010 |
Color Harmonies of #DFCCC4
Complementary color
Monochromatic Colors of #DFCCC4
Black with #DFCCC4
Text Example
Text Example
White with #DFCCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCCC4; }
p { color: rgb(223,204,196); }
H1.HeaderClassName
{
color: #DFCCC4;
}
.AnyTagClassName
{
color: #DFCCC4;
}
</style>
background-color css
<style>
a { background-color: #DFCCC4; }
a { background-color: rgb(223,204,196); }
div.DivClassName
{
background-color: #DFCCC4;
}
.BgClassName
{
background-color: #DFCCC4;
}
</style>
border-color css
<style>
span { border-color: #DFCCC4; }
span { border-color: rgb(223,204,196); }
td.TdClassName
{
border-color: #DFCCC4;
}
.TagClassName
{
border-color: #DFCCC4;
}
</style>