Color Hex Logo

#daa324 Color Hex

#DAA324
(218,163,36)
0 Favorites   0 Comments

Color spaces of #daa324

RGB 21816336
HSL0.120.720.50
HSV42°83°85°
CMYK 0.000.250.83   0.15
XYZ42.329141.22727.3957
Yxy41.22720.46540.4533
Hunter Lab64.20845.310638.1167
CIE-Lab70.33489.697367.2507

#daa324 color RGB value is (218,163,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100011 00100100
Octal 332 243 44
Decimal 218 163 36
Hex DA A3 24

RGB Percentages of Color #daa324

%52.28
%39.09
%8.63

CMYK Percentages of Color #daa324

%0
%25
%83
%15

Triadic Colors of #daa324

#daa324 #24daa3 #a324da

Analogous Colors of #daa324

#daa324 #b6da24 #da4824

Monochromatic Colors of #daa324

#daa324

Complementary Color

#daa324 #245bda

#daa324 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa324 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa324 Color CSS Codes

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

#daa324 Text Font Color

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

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


#daa324 Background Color

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

This div background color is #daa324


#daa324 Border Color

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

This div border color is #daa324


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa324


Comments

No comments written yet.

Please login to write comment.