#DFC6BA

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

Shades of Dust Storm #DFC6BA

Tints of Dust Storm #DFC6BA

Color information

#DFC6BA (or 0xDFC6BA) is unknown color: approx Dust Storm. HEX triplet: DF, C6 and BA. RGB value is (223,198,186). Sum of RGB (Red+Green+Blue) = 223+198+186=607 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.74% from 607); Green value is 198 (77.73% from 255 or 32.62% from 607); Blue value is 186 (73.05% from 255 or 30.64% from 607); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC6BA is #203945. Grayscale: #CCCCCC. Windows color (decimal): -2111814 or 12240607. OLE color: 12240607.

HSL color Cylindrical-coordinate representation of color #DFC6BA: hue angle of 19.46º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFC6BA is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB223198186-
CMYK00.110.170.13
HSL19.46º36.63%80.2%-
HSV(B)19.46º16.59%87.45%-
XYZ59.4959.6254.83-
YUV204.11117.78141.48-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.74%
GREEN value IS 198 (77.73% from 255) = 32.62%
BLUE value IS 186 (73.05% from 255) = 30.64%
R=36.74%
G=32.62%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319818600.110.170.1319.4636.6380.2
HexDFC6BA0B11D132550
Octal33730627201321152345120
Binary11011111110001101011101001011100011101100111001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC6BA; }

 p { color: rgb(223,198,186); }

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

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

 a { background-color: rgb(223,198,186); }

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

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

 span { border-color: rgb(223,198,186); }

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