Color Hex Logo

#daa527 Color Hex

#DAA527
(218,165,39)
0 Favorites   0 Comments

Color spaces of #daa527

RGB 21816539
HSL0.120.710.50
HSV42°82°85°
CMYK 0.000.240.82   0.15
XYZ42.734841.96227.7666
Yxy41.96220.46220.4538
Hunter Lab64.77824.396238.2362
CIE-Lab70.84498.714966.7881

#daa527 color RGB value is (218,165,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100101 00100111
Octal 332 245 47
Decimal 218 165 39
Hex DA A5 27

RGB Percentages of Color #daa527

%51.66
%39.10
%9.24

CMYK Percentages of Color #daa527

%0
%24
%82
%15

Triadic Colors of #daa527

#daa527 #27daa5 #a527da

Analogous Colors of #daa527

#daa527 #b6da27 #da4c27

Monochromatic Colors of #daa527

#daa527

Complementary Color

#daa527 #275cda

#daa527 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa527 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa527 Color CSS Codes

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

#daa527 Text Font Color

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

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


#daa527 Background Color

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

This div background color is #daa527


#daa527 Border Color

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

This div border color is #daa527


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa527


Comments

No comments written yet.

Please login to write comment.