Color Hex Logo

#da894c Color Hex

#DA894C
(218,137,76)
0 Favorites   0 Comments

Color spaces of #da894c

RGB 21813776
HSL0.070.660.58
HSV26°65°85°
CMYK 0.000.370.65   0.15
XYZ39.163633.318511.2045
Yxy33.31850.46800.3981
Hunter Lab57.722220.095728.8967
CIE-Lab64.418025.435244.9298

#da894c color RGB value is (218,137,76).

#da894c hex color red value is 218, green value is 137 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #da894c hue: 0.07 , saturation: 0.66 and the lightness value of da894c is 0.58.

The process color (four color CMYK) of #da894c color hex is 0.00, 0.37, 0.65, 0.15. Web safe color of #da894c is #cc9933. Color #da894c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10001001 01001100
Octal 332 211 114
Decimal 218 137 76
Hex DA 89 4C

RGB Percentages of Color #da894c

%50.58
%31.79
%17.63

CMYK Percentages of Color #da894c

%0
%37
%65
%15

Triadic Colors of #da894c

#da894c #4cda89 #894cda

Analogous Colors of #da894c

#da894c #dad04c #da4c56

Monochromatic Colors of #da894c

#da894c

Complementary Color

#da894c #4c9dda

#da894c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da894c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da894c Color CSS Codes

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

#da894c Text Font Color

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

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


#da894c Background Color

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

This div background color is #da894c


#da894c Border Color

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

This div border color is #da894c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da894c


Comments

No comments written yet.

Please login to write comment.