#DAC3BC

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

Shades of Dust Storm #DAC3BC

Tints of Dust Storm #DAC3BC

Color information

#DAC3BC (or 0xDAC3BC) is unknown color: approx Dust Storm. HEX triplet: DA, C3 and BC. RGB value is (218,195,188). Sum of RGB (Red+Green+Blue) = 218+195+188=601 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.27% from 601); Green value is 195 (76.56% from 255 or 32.45% from 601); Blue value is 188 (73.83% from 255 or 31.28% from 601); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC3BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC3BC is #253C43. Grayscale: #C9C9C9. Windows color (decimal): -2440260 or 12370906. OLE color: 12370906.

HSL color Cylindrical-coordinate representation of color #DAC3BC: hue angle of 14º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAC3BC is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB218195188-
CMYK00.110.140.15
HSL14º28.85%79.61%-
HSV(B)14º13.76%85.49%-
XYZ57.5157.5755.66-
YUV201.08120.62140.07-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.27%
GREEN value IS 195 (76.56% from 255) = 32.45%
BLUE value IS 188 (73.83% from 255) = 31.28%
R=36.27%
G=32.45%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819518800.110.140.151428.8579.61
HexDAC3BC0BEFe1d50
Octal33230327401316171635120
Binary11011010110000111011110001011111011111110111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC3BC; }

 p { color: rgb(218,195,188); }

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

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

 a { background-color: rgb(218,195,188); }

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

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

 span { border-color: rgb(218,195,188); }

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