Color Hex Logo

#daa749 Color Hex

#DAA749
(218,167,73)
0 Favorites   0 Comments

Color spaces of #daa749

RGB 21816773
HSL0.110.660.57
HSV39°67°85°
CMYK 0.000.230.67   0.15
XYZ43.934843.023912.2922
Yxy43.02390.44270.4335
Hunter Lab65.59264.774634.8037
CIE-Lab71.57129.136454.3234

#daa749 color RGB value is (218,167,73).

#daa749 hex color red value is 218, green value is 167 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #daa749 hue: 0.11 , saturation: 0.66 and the lightness value of daa749 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100111 01001001
Octal 332 247 111
Decimal 218 167 73
Hex DA A7 49

RGB Percentages of Color #daa749

%47.60
%36.46
%15.94

CMYK Percentages of Color #daa749

%0
%23
%67
%15

Triadic Colors of #daa749

#daa749 #49daa7 #a749da

Analogous Colors of #daa749

#daa749 #c5da49 #da5f49

Monochromatic Colors of #daa749

#daa749

Complementary Color

#daa749 #497cda

#daa749 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa749 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa749 Color CSS Codes

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

#daa749 Text Font Color

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

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


#daa749 Background Color

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

This div background color is #daa749


#daa749 Border Color

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

This div border color is #daa749


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa749


Comments

No comments written yet.

Please login to write comment.