Color Hex Logo

#daa721 Color Hex

#DAA721
(218,167,33)
0 Favorites   0 Comments

Color spaces of #daa721

RGB 21816733
HSL0.120.740.49
HSV43°85°85°
CMYK 0.000.230.85   0.15
XYZ43.006742.65277.4049
Yxy42.65270.46210.4583
Hunter Lab65.30903.253438.9939
CIE-Lab71.31867.483568.9131

#daa721 color RGB value is (218,167,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100111 00100001
Octal 332 247 41
Decimal 218 167 33
Hex DA A7 21

RGB Percentages of Color #daa721

%52.15
%39.95
%7.89

CMYK Percentages of Color #daa721

%0
%23
%85
%15

Triadic Colors of #daa721

#daa721 #21daa7 #a721da

Analogous Colors of #daa721

#daa721 #b1da21 #da4b21

Monochromatic Colors of #daa721

#daa721

Complementary Color

#daa721 #2154da

#daa721 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa721 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa721 Color CSS Codes

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

#daa721 Text Font Color

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

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


#daa721 Background Color

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

This div background color is #daa721


#daa721 Border Color

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

This div border color is #daa721


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,167,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 #daa721">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa721


Comments

No comments written yet.

Please login to write comment.