Color Hex Logo

#daa259 Color Hex

#DAA259
(218,162,89)
0 Favorites   0 Comments

Color spaces of #daa259

RGB 21816289
HSL0.090.640.60
HSV34°59°85°
CMYK 0.000.260.59   0.15
XYZ43.636941.467415.1553
Yxy41.46740.43520.4136
Hunter Lab64.39528.267631.1228
CIE-Lab70.502212.868645.4927

#daa259 color RGB value is (218,162,89).

#daa259 hex color red value is 218, green value is 162 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #daa259 hue: 0.09 , saturation: 0.64 and the lightness value of daa259 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100010 01011001
Octal 332 242 131
Decimal 218 162 89
Hex DA A2 59

RGB Percentages of Color #daa259

%46.48
%34.54
%18.98

CMYK Percentages of Color #daa259

%0
%26
%59
%15

Triadic Colors of #daa259

#daa259 #59daa2 #a259da

Analogous Colors of #daa259

#daa259 #d2da59 #da6259

Monochromatic Colors of #daa259

#daa259

Complementary Color

#daa259 #5991da

#daa259 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa259 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa259 Color CSS Codes

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

#daa259 Text Font Color

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

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


#daa259 Background Color

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

This div background color is #daa259


#daa259 Border Color

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

This div border color is #daa259


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa259


Comments

No comments written yet.

Please login to write comment.