Color Hex Logo

#da9047 Color Hex

#DA9047
(218,144,71)
0 Favorites   0 Comments

Color spaces of #da9047

RGB 21814471
HSL0.080.670.57
HSV30°67°85°
CMYK 0.000.340.67   0.15
XYZ40.024035.306910.6666
Yxy35.30690.46540.4106
Hunter Lab59.419616.250130.9504
CIE-Lab65.986921.377549.1593

#da9047 color RGB value is (218,144,71).

#da9047 hex color red value is 218, green value is 144 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #da9047 hue: 0.08 , saturation: 0.67 and the lightness value of da9047 is 0.57.

The process color (four color CMYK) of #da9047 color hex is 0.00, 0.34, 0.67, 0.15. Web safe color of #da9047 is #cc9933. Color #da9047 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010000 01000111
Octal 332 220 107
Decimal 218 144 71
Hex DA 90 47

RGB Percentages of Color #da9047

%50.35
%33.26
%16.40

CMYK Percentages of Color #da9047

%0
%34
%67
%15

Triadic Colors of #da9047

#da9047 #47da90 #9047da

Analogous Colors of #da9047

#da9047 #dada47 #da4748

Monochromatic Colors of #da9047

#da9047

Complementary Color

#da9047 #4791da

#da9047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da9047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da9047 Color CSS Codes

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

#da9047 Text Font Color

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

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


#da9047 Background Color

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

This div background color is #da9047


#da9047 Border Color

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

This div border color is #da9047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da9047


Comments

No comments written yet.

Please login to write comment.