Color Hex Logo

#daa53e Color Hex

#DAA53E
(218,165,62)
0 Favorites   0 Comments

Color spaces of #daa53e

RGB 21816562
HSL0.110.680.55
HSV40°72°85°
CMYK 0.000.240.72   0.15
XYZ43.238142.163510.4169
Yxy42.16350.45130.4400
Hunter Lab64.93345.226735.9418
CIE-Lab70.98359.615158.4993

#daa53e color RGB value is (218,165,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100101 00111110
Octal 332 245 76
Decimal 218 165 62
Hex DA A5 3E

RGB Percentages of Color #daa53e

%48.99
%37.08
%13.93

CMYK Percentages of Color #daa53e

%0
%24
%72
%15

Triadic Colors of #daa53e

#daa53e #3edaa5 #a53eda

Analogous Colors of #daa53e

#daa53e #c1da3e #da573e

Monochromatic Colors of #daa53e

#daa53e

Complementary Color

#daa53e #3e73da

#daa53e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa53e Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa53e Color CSS Codes

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

#daa53e Text Font Color

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

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


#daa53e Background Color

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

This div background color is #daa53e


#daa53e Border Color

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

This div border color is #daa53e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa53e


Comments

No comments written yet.

Please login to write comment.