Color Hex Logo

#daa590 Color Hex

#DAA590
(218,165,144)
0 Favorites   0 Comments

Color spaces of #daa590

RGB 218165144
HSL0.050.500.71
HSV17°34°85°
CMYK 0.000.240.34   0.15
XYZ47.402643.829332.3471
Yxy43.82930.38360.3547
Hunter Lab66.203711.951517.3735
CIE-Lab72.114316.710618.4702

#daa590 color RGB value is (218,165,144).

#daa590 hex color red value is 218, green value is 165 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #daa590 hue: 0.05 , saturation: 0.50 and the lightness value of daa590 is 0.71.

The process color (four color CMYK) of #daa590 color hex is 0.00, 0.24, 0.34, 0.15. Web safe color of #daa590 is #cc9999. Color #daa590 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100101 10010000
Octal 332 245 220
Decimal 218 165 144
Hex DA A5 90

RGB Percentages of Color #daa590

%41.37
%31.31
%27.32

CMYK Percentages of Color #daa590

%0
%24
%34
%15

Triadic Colors of #daa590

#daa590 #90daa5 #a590da

Analogous Colors of #daa590

#daa590 #daca90 #da90a0

Monochromatic Colors of #daa590

#daa590

Complementary Color

#daa590 #90c5da

#daa590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa590 Color CSS Codes

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

#daa590 Text Font Color

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

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


#daa590 Background Color

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

This div background color is #daa590


#daa590 Border Color

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

This div border color is #daa590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa590


Comments

No comments written yet.

Please login to write comment.