#DFCABF

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

Shades of Dust Storm #DFCABF

Tints of Dust Storm #DFCABF

Color information

#DFCABF (or 0xDFCABF) is unknown color: approx Dust Storm. HEX triplet: DF, CA and BF. RGB value is (223,202,191). Sum of RGB (Red+Green+Blue) = 223+202+191=616 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.20% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 191 (75% from 255 or 31.01% from 616); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCABF is #203540. Grayscale: #CFCFCF. Windows color (decimal): -2110785 or 12569311. OLE color: 12569311.

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

Color convert

RGB223202191-
CMYK00.090.140.13
HSL20.63º33.33%81.18%-
HSV(B)20.63º14.35%87.45%-
XYZ60.9661.6957.98-
YUV207.02118.96139.39-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.20%
GREEN value IS 202 (79.30% from 255) = 32.79%
BLUE value IS 191 (75% from 255) = 31.01%
R=36.20%
G=32.79%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320219100.090.140.1320.6333.3381.18
HexDFCABF09ED152151
Octal33731227701116152541121
Binary1101111111001010101111110100111101101101011000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCABF; }

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

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

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

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

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

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

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

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