Color Hex Logo

#daa950 Color Hex

#DAA950
(218,169,80)
0 Favorites   0 Comments

Color spaces of #daa950

RGB 21816980
HSL0.110.650.58
HSV39°63°85°
CMYK 0.000.220.63   0.15
XYZ44.549443.860513.7073
Yxy43.86050.43630.4295
Hunter Lab66.22734.174734.0876
CIE-Lab72.13528.499951.7203

#daa950 color RGB value is (218,169,80).

#daa950 hex color red value is 218, green value is 169 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #daa950 hue: 0.11 , saturation: 0.65 and the lightness value of daa950 is 0.58.

The process color (four color CMYK) of #daa950 color hex is 0.00, 0.22, 0.63, 0.15. Web safe color of #daa950 is #cc9966. Color #daa950 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101001 01010000
Octal 332 251 120
Decimal 218 169 80
Hex DA A9 50

RGB Percentages of Color #daa950

%46.68
%36.19
%17.13

CMYK Percentages of Color #daa950

%0
%22
%63
%15

Triadic Colors of #daa950

#daa950 #50daa9 #a950da

Analogous Colors of #daa950

#daa950 #c6da50 #da6450

Monochromatic Colors of #daa950

#daa950

Complementary Color

#daa950 #5081da

#daa950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa950 Color CSS Codes

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

#daa950 Text Font Color

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

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


#daa950 Background Color

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

This div background color is #daa950


#daa950 Border Color

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

This div border color is #daa950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa950


Comments

No comments written yet.

Please login to write comment.