Color Hex Logo

#dca77e Color Hex

#DCA77E
(220,167,126)
0 Favorites   0 Comments

Color spaces of #dca77e

RGB 220167126
HSL0.070.570.68
HSV26°43°86°
CMYK 0.000.240.43   0.14
XYZ47.099844.359425.8185
Yxy44.35940.40160.3782
Hunter Lab66.60299.675623.6383
CIE-Lab72.468114.339528.7408

#dca77e color RGB value is (220,167,126).

#dca77e hex color red value is 220, green value is 167 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #dca77e hue: 0.07 , saturation: 0.57 and the lightness value of dca77e is 0.68.

The process color (four color CMYK) of #dca77e color hex is 0.00, 0.24, 0.43, 0.14. Web safe color of #dca77e is #cc9966. Color #dca77e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100111 01111110
Octal 334 247 176
Decimal 220 167 126
Hex DC A7 7E

RGB Percentages of Color #dca77e

%42.88
%32.55
%24.56

CMYK Percentages of Color #dca77e

%0
%24
%43
%14

Triadic Colors of #dca77e

#dca77e #7edca7 #a77edc

Analogous Colors of #dca77e

#dca77e #dcd67e #dc7e84

Monochromatic Colors of #dca77e

#dca77e

Complementary Color

#dca77e #7eb3dc

#dca77e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca77e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca77e Color CSS Codes

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

#dca77e Text Font Color

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

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


#dca77e Background Color

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

This div background color is #dca77e


#dca77e Border Color

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

This div border color is #dca77e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca77e


Comments

No comments written yet.

Please login to write comment.