Color Hex Logo

#daa35a Color Hex

#DAA35A
(218,163,90)
0 Favorites   0 Comments

Color spaces of #daa35a

RGB 21816390
HSL0.100.630.60
HSV34°59°85°
CMYK 0.000.250.59   0.15
XYZ43.856141.838015.4369
Yxy41.83800.43370.4137
Hunter Lab64.68237.833131.1276
CIE-Lab70.759112.405945.2977

#daa35a color RGB value is (218,163,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100011 01011010
Octal 332 243 132
Decimal 218 163 90
Hex DA A3 5A

RGB Percentages of Color #daa35a

%46.28
%34.61
%19.11

CMYK Percentages of Color #daa35a

%0
%25
%59
%15

Triadic Colors of #daa35a

#daa35a #5adaa3 #a35ada

Analogous Colors of #daa35a

#daa35a #d1da5a #da635a

Monochromatic Colors of #daa35a

#daa35a

Complementary Color

#daa35a #5a91da

#daa35a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa35a Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa35a Color CSS Codes

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

#daa35a Text Font Color

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

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


#daa35a Background Color

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

This div background color is #daa35a


#daa35a Border Color

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

This div border color is #daa35a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa35a


Comments

No comments written yet.

Please login to write comment.