#DFCAC5

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

Shades of Dust Storm #DFCAC5

Tints of Dust Storm #DFCAC5

Color information

#DFCAC5 (or 0xDFCAC5) is unknown color: approx Dust Storm. HEX triplet: DF, CA and C5. RGB value is (223,202,197). Sum of RGB (Red+Green+Blue) = 223+202+197=622 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.85% from 622); Green value is 202 (79.30% from 255 or 32.48% from 622); Blue value is 197 (77.34% from 255 or 31.67% from 622); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCAC5 is #20353A. Grayscale: #CFCFCF. Windows color (decimal): -2110779 or 12962527. OLE color: 12962527.

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

Color convert

RGB223202197-
CMYK00.090.120.13
HSL11.54º28.89%82.35%-
HSV(B)11.54º11.66%87.45%-
XYZ61.6361.9661.53-
YUV207.71121.96138.91-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.85%
GREEN value IS 202 (79.30% from 255) = 32.48%
BLUE value IS 197 (77.34% from 255) = 31.67%
R=35.85%
G=32.48%
B=31.67%

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
Decimal22320219700.090.120.1311.5428.8982.35
HexDFCAC509CDc1d52
Octal33731230501114151435122
Binary11011111110010101100010101001110011011100111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCAC5; }

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

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

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

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

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

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

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

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