Color Hex Logo

#daa523 Color Hex

#DAA523
(218,165,35)
0 Favorites   0 Comments

Color spaces of #daa523

RGB 21816535
HSL0.120.720.50
HSV43°84°85°
CMYK 0.000.240.84   0.15
XYZ42.671941.93707.4357
Yxy41.93700.46360.4556
Hunter Lab64.75884.292238.5234
CIE-Lab70.82758.601867.9532

#daa523 color RGB value is (218,165,35).

#daa523 hex color red value is 218, green value is 165 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #daa523 hue: 0.12 , saturation: 0.72 and the lightness value of daa523 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100101 00100011
Octal 332 245 43
Decimal 218 165 35
Hex DA A5 23

RGB Percentages of Color #daa523

%52.15
%39.47
%8.37

CMYK Percentages of Color #daa523

%0
%24
%84
%15

Triadic Colors of #daa523

#daa523 #23daa5 #a523da

Analogous Colors of #daa523

#daa523 #b4da23 #da4a23

Monochromatic Colors of #daa523

#daa523

Complementary Color

#daa523 #2358da

#daa523 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa523 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa523 Color CSS Codes

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

#daa523 Text Font Color

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

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


#daa523 Background Color

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

This div background color is #daa523


#daa523 Border Color

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

This div border color is #daa523


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa523


Comments

No comments written yet.

Please login to write comment.