Color Hex Logo

#daa450 Color Hex

#DAA450
(218,164,80)
0 Favorites   0 Comments

Color spaces of #daa450

RGB 21816480
HSL0.100.650.58
HSV37°63°85°
CMYK 0.000.250.63   0.15
XYZ43.636942.035513.4032
Yxy42.03550.44040.4243
Hunter Lab64.83486.678133.1274
CIE-Lab70.895411.173650.3296

#daa450 color RGB value is (218,164,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100100 01010000
Octal 332 244 120
Decimal 218 164 80
Hex DA A4 50

RGB Percentages of Color #daa450

%47.19
%35.50
%17.32

CMYK Percentages of Color #daa450

%0
%25
%63
%15

Triadic Colors of #daa450

#daa450 #50daa4 #a450da

Analogous Colors of #daa450

#daa450 #cbda50 #da5f50

Monochromatic Colors of #daa450

#daa450

Complementary Color

#daa450 #5086da

#daa450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa450 Color CSS Codes

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

#daa450 Text Font Color

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

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


#daa450 Background Color

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

This div background color is #daa450


#daa450 Border Color

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

This div border color is #daa450


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa450


Comments

No comments written yet.

Please login to write comment.