Color Hex Logo

#daa425 Color Hex

#DAA425
(218,164,37)
0 Favorites   0 Comments

Color spaces of #daa425

RGB 21816437
HSL0.120.710.50
HSV42°83°85°
CMYK 0.000.250.83   0.15
XYZ42.522841.58997.5367
Yxy41.58990.46400.4538
Hunter Lab64.49024.839338.2142
CIE-Lab70.58739.190867.1706

#daa425 color RGB value is (218,164,37).

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

The process color (four color CMYK) of #daa425 color hex is 0.00, 0.25, 0.83, 0.15. Web safe color of #daa425 is #cc9933. Color #daa425 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100100 00100101
Octal 332 244 45
Decimal 218 164 37
Hex DA A4 25

RGB Percentages of Color #daa425

%52.03
%39.14
%8.83

CMYK Percentages of Color #daa425

%0
%25
%83
%15

Triadic Colors of #daa425

#daa425 #25daa4 #a425da

Analogous Colors of #daa425

#daa425 #b6da25 #da4a25

Monochromatic Colors of #daa425

#daa425

Complementary Color

#daa425 #255bda

#daa425 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa425 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa425 Color CSS Codes

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

#daa425 Text Font Color

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

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


#daa425 Background Color

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

This div background color is #daa425


#daa425 Border Color

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

This div border color is #daa425


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa425


Comments

No comments written yet.

Please login to write comment.