Color Hex Logo

#daaa5b Color Hex

#DAAA5B
(218,170,91)
0 Favorites   0 Comments

Color spaces of #daaa5b

RGB 21817091
HSL0.100.630.61
HSV37°58°85°
CMYK 0.000.220.58   0.15
XYZ45.176544.410216.0885
Yxy44.41020.42750.4203
Hunter Lab66.64104.385032.3349
CIE-Lab72.50188.733346.8552

#daaa5b color RGB value is (218,170,91).

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

The process color (four color CMYK) of #daaa5b color hex is 0.00, 0.22, 0.58, 0.15. Web safe color of #daaa5b is #cc9966. Color #daaa5b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101010 01011011
Octal 332 252 133
Decimal 218 170 91
Hex DA AA 5B

RGB Percentages of Color #daaa5b

%45.51
%35.49
%19.00

CMYK Percentages of Color #daaa5b

%0
%22
%58
%15

Triadic Colors of #daaa5b

#daaa5b #5bdaaa #aa5bda

Analogous Colors of #daaa5b

#daaa5b #cbda5b #da6b5b

Monochromatic Colors of #daaa5b

#daaa5b

Complementary Color

#daaa5b #5b8bda

#daaa5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaa5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaa5b Color CSS Codes

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

#daaa5b Text Font Color

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

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


#daaa5b Background Color

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

This div background color is #daaa5b


#daaa5b Border Color

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

This div border color is #daaa5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaa5b


Comments

No comments written yet.

Please login to write comment.