Color Hex Logo

#daa062 Color Hex

#DAA062
(218,160,98)
0 Favorites   0 Comments

Color spaces of #daa062

RGB 21816098
HSL0.090.620.62
HSV31°55°85°
CMYK 0.000.270.55   0.15
XYZ43.688940.928917.1527
Yxy40.92890.42930.4022
Hunter Lab63.97579.939928.8866
CIE-Lab70.126114.642740.4774

#daa062 color RGB value is (218,160,98).

#daa062 hex color red value is 218, green value is 160 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #daa062 hue: 0.09 , saturation: 0.62 and the lightness value of daa062 is 0.62.

The process color (four color CMYK) of #daa062 color hex is 0.00, 0.27, 0.55, 0.15. Web safe color of #daa062 is #cc9966. Color #daa062 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100000 01100010
Octal 332 240 142
Decimal 218 160 98
Hex DA A0 62

RGB Percentages of Color #daa062

%45.80
%33.61
%20.59

CMYK Percentages of Color #daa062

%0
%27
%55
%15

Triadic Colors of #daa062

#daa062 #62daa0 #a062da

Analogous Colors of #daa062

#daa062 #d8da62 #da6462

Monochromatic Colors of #daa062

#daa062

Complementary Color

#daa062 #629cda

#daa062 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa062 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa062 Color CSS Codes

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

#daa062 Text Font Color

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

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


#daa062 Background Color

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

This div background color is #daa062


#daa062 Border Color

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

This div border color is #daa062


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa062


Comments

No comments written yet.

Please login to write comment.