#DFC5BF

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

Shades of Dust Storm #DFC5BF

Tints of Dust Storm #DFC5BF

Color information

#DFC5BF (or 0xDFC5BF) is unknown color: approx Dust Storm. HEX triplet: DF, C5 and BF. RGB value is (223,197,191). Sum of RGB (Red+Green+Blue) = 223+197+191=611 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.50% from 611); Green value is 197 (77.34% from 255 or 32.24% from 611); Blue value is 191 (75% from 255 or 31.26% from 611); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC5BF is #203A40. Grayscale: #CCCCCC. Windows color (decimal): -2112065 or 12568031. OLE color: 12568031.

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

Color convert

RGB223197191-
CMYK00.120.140.13
HSL11.25º33.33%81.18%-
HSV(B)11.25º14.35%87.45%-
XYZ59.859.3857.6-
YUV204.09120.61141.49-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.50%
GREEN value IS 197 (77.34% from 255) = 32.24%
BLUE value IS 191 (75% from 255) = 31.26%
R=36.50%
G=32.24%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319719100.120.140.1311.2533.3381.18
HexDFC5BF0CEDb2151
Octal33730527701416151341121
Binary110111111100010110111111011001110110110111000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC5BF; }

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

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

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

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

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

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

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

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