Color Hex Logo

#daa77b Color Hex

#DAA77B
(218,167,123)
0 Favorites   0 Comments

Color spaces of #daa77b

RGB 218167123
HSL0.080.560.67
HSV28°44°85°
CMYK 0.000.230.44   0.15
XYZ46.307343.972924.7859
Yxy43.97290.40240.3822
Hunter Lab66.31218.604724.2572
CIE-Lab72.210413.218529.9693

#daa77b color RGB value is (218,167,123).

#daa77b hex color red value is 218, green value is 167 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #daa77b hue: 0.08 , saturation: 0.56 and the lightness value of daa77b is 0.67.

The process color (four color CMYK) of #daa77b color hex is 0.00, 0.23, 0.44, 0.15. Web safe color of #daa77b is #cc9966. Color #daa77b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100111 01111011
Octal 332 247 173
Decimal 218 167 123
Hex DA A7 7B

RGB Percentages of Color #daa77b

%42.91
%32.87
%24.21

CMYK Percentages of Color #daa77b

%0
%23
%44
%15

Triadic Colors of #daa77b

#daa77b #7bdaa7 #a77bda

Analogous Colors of #daa77b

#daa77b #dad77b #da7b7f

Monochromatic Colors of #daa77b

#daa77b

Complementary Color

#daa77b #7baeda

#daa77b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa77b Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa77b Color CSS Codes

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

#daa77b Text Font Color

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

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


#daa77b Background Color

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

This div background color is #daa77b


#daa77b Border Color

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

This div border color is #daa77b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa77b


Comments

No comments written yet.

Please login to write comment.