Color Hex Logo

#daa759 Color Hex

#DAA759
(218,167,89)
0 Favorites   0 Comments

Color spaces of #daa759

RGB 21816789
HSL0.100.640.60
HSV36°59°85°
CMYK 0.000.230.59   0.15
XYZ44.535343.264115.4547
Yxy43.26410.43130.4190
Hunter Lab65.77555.751932.1119
CIE-Lab71.733910.188646.9382

#daa759 color RGB value is (218,167,89).

#daa759 hex color red value is 218, green value is 167 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #daa759 hue: 0.10 , saturation: 0.64 and the lightness value of daa759 is 0.60.

The process color (four color CMYK) of #daa759 color hex is 0.00, 0.23, 0.59, 0.15. Web safe color of #daa759 is #cc9966. Color #daa759 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100111 01011001
Octal 332 247 131
Decimal 218 167 89
Hex DA A7 59

RGB Percentages of Color #daa759

%45.99
%35.23
%18.78

CMYK Percentages of Color #daa759

%0
%23
%59
%15

Triadic Colors of #daa759

#daa759 #59daa7 #a759da

Analogous Colors of #daa759

#daa759 #cdda59 #da6759

Monochromatic Colors of #daa759

#daa759

Complementary Color

#daa759 #598cda

#daa759 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa759 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa759 Color CSS Codes

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

#daa759 Text Font Color

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

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


#daa759 Background Color

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

This div background color is #daa759


#daa759 Border Color

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

This div border color is #daa759


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa759


Comments

No comments written yet.

Please login to write comment.