Color Hex Logo

#dac77a Color Hex

#DAC77A
(218,199,122)
0 Favorites   0 Comments

Color spaces of #dac77a

RGB 218199122
HSL0.130.560.67
HSV48°44°85°
CMYK 0.000.090.44   0.15
XYZ52.849757.157426.6594
Yxy57.15740.38670.4182
Hunter Lab75.6025-7.524532.0146
CIE-Lab80.2680-3.794340.8594

#dac77a color RGB value is (218,199,122).

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

The process color (four color CMYK) of #dac77a color hex is 0.00, 0.09, 0.44, 0.15. Web safe color of #dac77a is #cccc66. Color #dac77a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000111 01111010
Octal 332 307 172
Decimal 218 199 122
Hex DA C7 7A

RGB Percentages of Color #dac77a

%40.45
%36.92
%22.63

CMYK Percentages of Color #dac77a

%0
%9
%44
%15

Triadic Colors of #dac77a

#dac77a #7adac7 #c77ada

Analogous Colors of #dac77a

#dac77a #bdda7a #da977a

Monochromatic Colors of #dac77a

#dac77a

Complementary Color

#dac77a #7a8dda

#dac77a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac77a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac77a Color CSS Codes

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

#dac77a Text Font Color

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

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


#dac77a Background Color

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

This div background color is #dac77a


#dac77a Border Color

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

This div border color is #dac77a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac77a


Comments

No comments written yet.

Please login to write comment.