Color Hex Logo

#da893c Color Hex

#DA893C
(218,137,60)
0 Favorites   0 Comments

Color spaces of #da893c

RGB 21813760
HSL0.080.680.55
HSV29°72°85°
CMYK 0.000.370.72   0.15
XYZ38.674733.12308.6300
Yxy33.12300.48090.4118
Hunter Lab57.552619.233031.3963
CIE-Lab64.260424.559752.4693

#da893c color RGB value is (218,137,60).

#da893c hex color red value is 218, green value is 137 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #da893c hue: 0.08 , saturation: 0.68 and the lightness value of da893c is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10001001 00111100
Octal 332 211 74
Decimal 218 137 60
Hex DA 89 3C

RGB Percentages of Color #da893c

%52.53
%33.01
%14.46

CMYK Percentages of Color #da893c

%0
%37
%72
%15

Triadic Colors of #da893c

#da893c #3cda89 #893cda

Analogous Colors of #da893c

#da893c #dad83c #da3c3e

Monochromatic Colors of #da893c

#da893c

Complementary Color

#da893c #3c8dda

#da893c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da893c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da893c Color CSS Codes

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

#da893c Text Font Color

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

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


#da893c Background Color

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

This div background color is #da893c


#da893c Border Color

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

This div border color is #da893c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da893c


Comments

No comments written yet.

Please login to write comment.