Color Hex Logo

#da956f Color Hex

#DA956F
(218,149,111)
0 Favorites   0 Comments

Color spaces of #da956f

RGB 218149111
HSL0.060.590.65
HSV21°49°85°
CMYK 0.000.320.49   0.15
XYZ42.530137.548020.0448
Yxy37.54800.42480.3750
Hunter Lab61.276416.657723.4985
CIE-Lab67.686221.717430.5122

#da956f color RGB value is (218,149,111).

#da956f hex color red value is 218, green value is 149 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #da956f hue: 0.06 , saturation: 0.59 and the lightness value of da956f is 0.65.

The process color (four color CMYK) of #da956f color hex is 0.00, 0.32, 0.49, 0.15. Web safe color of #da956f is #cc9966. Color #da956f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010101 01101111
Octal 332 225 157
Decimal 218 149 111
Hex DA 95 6F

RGB Percentages of Color #da956f

%45.61
%31.17
%23.22

CMYK Percentages of Color #da956f

%0
%32
%49
%15

Triadic Colors of #da956f

#da956f #6fda95 #956fda

Analogous Colors of #da956f

#da956f #dacb6f #da6f7f

Monochromatic Colors of #da956f

#da956f

Complementary Color

#da956f #6fb4da

#da956f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da956f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da956f Color CSS Codes

.mybgcolor {background-color:#da956f; } 
.myforecolor {color:#da956f; }
.mybordercolor {border:3px solid #da956f; }

#da956f Text Font Color

<p style="color:#da956f">Text here</p>

This sample text font color is #da956f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#da956f Background Color

<div style="background-color:#da956f">
Div content here</div>

This div background color is #da956f


#da956f Border Color

<div style="border:3px solid #da956f">
Div here</div>

This div border color is #da956f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(218,149,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #da956f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #da956f;
  -webkit-box-shadow: 1px 1px 3px 2px #da956f;
  box-shadow:         1px 1px 3px 2px #da956f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,149,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #da956f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #da956f;
  -webkit-box-shadow: 1px 1px 3px 2px #da956f;
  box-shadow:         1px 1px 3px 2px #da956f;">
Div content here</div>

This div box has shadow with color #da956f


Comments

No comments written yet.

Please login to write comment.