Color Hex Logo

#daa55e Color Hex

#DAA55E
(218,165,94)
0 Favorites   0 Comments

Color spaces of #daa55e

RGB 21816594
HSL0.100.630.61
HSV34°57°85°
CMYK 0.000.240.57   0.15
XYZ44.389042.623816.4773
Yxy42.62380.42890.4119
Hunter Lab65.28697.111230.7371
CIE-Lab71.298911.637843.9362

#daa55e color RGB value is (218,165,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100101 01011110
Octal 332 245 136
Decimal 218 165 94
Hex DA A5 5E

RGB Percentages of Color #daa55e

%45.70
%34.59
%19.71

CMYK Percentages of Color #daa55e

%0
%24
%57
%15

Triadic Colors of #daa55e

#daa55e #5edaa5 #a55eda

Analogous Colors of #daa55e

#daa55e #d1da5e #da675e

Monochromatic Colors of #daa55e

#daa55e

Complementary Color

#daa55e #5e93da

#daa55e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa55e Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa55e Color CSS Codes

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

#daa55e Text Font Color

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

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


#daa55e Background Color

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

This div background color is #daa55e


#daa55e Border Color

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

This div border color is #daa55e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa55e


Comments

No comments written yet.

Please login to write comment.