Color Hex Logo

#da895f Color Hex

#DA895F
(218,137,95)
0 Favorites   0 Comments

Color spaces of #da895f

RGB 21813795
HSL0.060.620.61
HSV20°56°85°
CMYK 0.000.370.56   0.15
XYZ39.924733.623015.2121
Yxy33.62300.44980.3788
Hunter Lab57.985321.428425.0354
CIE-Lab64.662226.777235.2945

#da895f color RGB value is (218,137,95).

#da895f hex color red value is 218, green value is 137 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #da895f hue: 0.06 , saturation: 0.62 and the lightness value of da895f is 0.61.

The process color (four color CMYK) of #da895f color hex is 0.00, 0.37, 0.56, 0.15. Web safe color of #da895f is #cc9966. Color #da895f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10001001 01011111
Octal 332 211 137
Decimal 218 137 95
Hex DA 89 5F

RGB Percentages of Color #da895f

%48.44
%30.44
%21.11

CMYK Percentages of Color #da895f

%0
%37
%56
%15

Triadic Colors of #da895f

#da895f #5fda89 #895fda

Analogous Colors of #da895f

#da895f #dac75f #da5f73

Monochromatic Colors of #da895f

#da895f

Complementary Color

#da895f #5fb0da

#da895f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da895f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da895f Color CSS Codes

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

#da895f Text Font Color

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

This sample text font color is #da895f
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.


#da895f Background Color

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

This div background color is #da895f


#da895f Border Color

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

This div border color is #da895f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da895f


Comments

No comments written yet.

Please login to write comment.