#DFCAC4

Color #DFCAC4 Dust Storm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dust Storm #DFCAC4

Tints of Dust Storm #DFCAC4

Color information

#DFCAC4 (or 0xDFCAC4) is unknown color: approx Dust Storm. HEX triplet: DF, CA and C4. RGB value is (223,202,196). Sum of RGB (Red+Green+Blue) = 223+202+196=621 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.91% from 621); Green value is 202 (79.30% from 255 or 32.53% from 621); Blue value is 196 (76.95% from 255 or 31.56% from 621); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCAC4 is #20353B. Grayscale: #CFCFCF. Windows color (decimal): -2110780 or 12896991. OLE color: 12896991.

HSL color Cylindrical-coordinate representation of color #DFCAC4: hue angle of 13.33º 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 #DFCAC4 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB223202196-
CMYK00.090.120.13
HSL13.33º29.67%82.16%-
HSV(B)13.33º12.11%87.45%-
XYZ61.5261.9160.93-
YUV207.59121.46138.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 35.91%
GREEN value IS 202 (79.30% from 255) = 32.53%
BLUE value IS 196 (76.95% from 255) = 31.56%
R=35.91%
G=32.53%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320219600.090.120.1313.3329.6782.16
HexDFCAC409CDd1e52
Octal33731230401114151536122
Binary11011111110010101100010001001110011011101111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCAC4; }

 p { color: rgb(223,202,196); }

 H1.HeaderClassName
 {
   color: #DFCAC4;
 }
 .AnyTagClassName
 {
   color: #DFCAC4;
 }
</style>
background-color css

<style>
 a { background-color: #DFCAC4; }

 a { background-color: rgb(223,202,196); }

 div.DivClassName
 {
   background-color: #DFCAC4;
 }
 .BgClassName
 {
   background-color: #DFCAC4;
 }
</style>
border-color css

<style>
 span { border-color: #DFCAC4; }

 span { border-color: rgb(223,202,196); }

 td.TdClassName
 {
   border-color: #DFCAC4;
 }
 .TagClassName
 {
   border-color: #DFCAC4;
 }
</style>