Color Hex Logo

#daa063 Color Hex

#DAA063
(218,160,99)
0 Favorites   0 Comments

Color spaces of #daa063

RGB 21816099
HSL0.090.620.62
HSV31°55°85°
CMYK 0.000.270.55   0.15
XYZ43.736440.947917.4030
Yxy40.94790.42840.4011
Hunter Lab63.990510.018128.6688
CIE-Lab70.139414.725139.9775

#daa063 color RGB value is (218,160,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100000 01100011
Octal 332 240 143
Decimal 218 160 99
Hex DA A0 63

RGB Percentages of Color #daa063

%45.70
%33.54
%20.75

CMYK Percentages of Color #daa063

%0
%27
%55
%15

Triadic Colors of #daa063

#daa063 #63daa0 #a063da

Analogous Colors of #daa063

#daa063 #d9da63 #da6563

Monochromatic Colors of #daa063

#daa063

Complementary Color

#daa063 #639dda

#daa063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa063 Color CSS Codes

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

#daa063 Text Font Color

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

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


#daa063 Background Color

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

This div background color is #daa063


#daa063 Border Color

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

This div border color is #daa063


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa063


Comments

No comments written yet.

Please login to write comment.