Color Hex Logo

#daa621 Color Hex

#DAA621
(218,166,33)
0 Favorites   0 Comments

Color spaces of #daa621

RGB 21816633
HSL0.120.740.49
HSV43°85°85°
CMYK 0.000.240.85   0.15
XYZ42.824242.28777.3441
Yxy42.28770.46320.4574
Hunter Lab65.02903.748738.8243
CIE-Lab71.06888.016468.7065

#daa621 color RGB value is (218,166,33).

#daa621 hex color red value is 218, green value is 166 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #daa621 hue: 0.12 , saturation: 0.74 and the lightness value of daa621 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100110 00100001
Octal 332 246 41
Decimal 218 166 33
Hex DA A6 21

RGB Percentages of Color #daa621

%52.28
%39.81
%7.91

CMYK Percentages of Color #daa621

%0
%24
%85
%15

Triadic Colors of #daa621

#daa621 #21daa6 #a621da

Analogous Colors of #daa621

#daa621 #b2da21 #da4a21

Monochromatic Colors of #daa621

#daa621

Complementary Color

#daa621 #2155da

#daa621 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa621 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa621 Color CSS Codes

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

#daa621 Text Font Color

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

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


#daa621 Background Color

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

This div background color is #daa621


#daa621 Border Color

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

This div border color is #daa621


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa621


Comments

No comments written yet.

Please login to write comment.