Color Hex Logo

#daa550 Color Hex

#DAA550
(218,165,80)
0 Favorites   0 Comments

Color spaces of #daa550

RGB 21816580
HSL0.100.650.58
HSV37°63°85°
CMYK 0.000.240.63   0.15
XYZ43.816542.394913.4631
Yxy42.39490.43960.4253
Hunter Lab65.11146.176233.3185
CIE-Lab71.142310.637650.6074

#daa550 color RGB value is (218,165,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100101 01010000
Octal 332 245 120
Decimal 218 165 80
Hex DA A5 50

RGB Percentages of Color #daa550

%47.08
%35.64
%17.28

CMYK Percentages of Color #daa550

%0
%24
%63
%15

Triadic Colors of #daa550

#daa550 #50daa5 #a550da

Analogous Colors of #daa550

#daa550 #cada50 #da6050

Monochromatic Colors of #daa550

#daa550

Complementary Color

#daa550 #5085da

#daa550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa550 Color CSS Codes

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

#daa550 Text Font Color

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

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


#daa550 Background Color

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

This div background color is #daa550


#daa550 Border Color

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

This div border color is #daa550


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa550


Comments

No comments written yet.

Please login to write comment.