Color Hex Logo

#daa65a Color Hex

#DAA65A
(218,166,90)
0 Favorites   0 Comments

Color spaces of #daa65a

RGB 21816690
HSL0.100.630.60
HSV36°59°85°
CMYK 0.000.240.59   0.15
XYZ44.395142.916015.6166
Yxy42.91600.43130.4170
Hunter Lab65.51036.323131.7234
CIE-Lab71.497910.797646.1684

#daa65a color RGB value is (218,166,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100110 01011010
Octal 332 246 132
Decimal 218 166 90
Hex DA A6 5A

RGB Percentages of Color #daa65a

%45.99
%35.02
%18.99

CMYK Percentages of Color #daa65a

%0
%24
%59
%15

Triadic Colors of #daa65a

#daa65a #5adaa6 #a65ada

Analogous Colors of #daa65a

#daa65a #ceda5a #da665a

Monochromatic Colors of #daa65a

#daa65a

Complementary Color

#daa65a #5a8eda

#daa65a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa65a Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa65a Color CSS Codes

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

#daa65a Text Font Color

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

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


#daa65a Background Color

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

This div background color is #daa65a


#daa65a Border Color

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

This div border color is #daa65a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa65a


Comments

No comments written yet.

Please login to write comment.