Color Hex Logo

#dca76e Color Hex

#DCA76E
(220,167,110)
0 Favorites   0 Comments

Color spaces of #dca76e

RGB 220167110
HSL0.090.610.65
HSV31°50°86°
CMYK 0.000.240.50   0.14
XYZ46.148443.978920.8083
Yxy43.97890.41600.3964
Hunter Lab66.31668.160627.8181
CIE-Lab72.214412.750736.8930

#dca76e color RGB value is (220,167,110).

#dca76e hex color red value is 220, green value is 167 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #dca76e hue: 0.09 , saturation: 0.61 and the lightness value of dca76e is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100111 01101110
Octal 334 247 156
Decimal 220 167 110
Hex DC A7 6E

RGB Percentages of Color #dca76e

%44.27
%33.60
%22.13

CMYK Percentages of Color #dca76e

%0
%24
%50
%14

Triadic Colors of #dca76e

#dca76e #6edca7 #a76edc

Analogous Colors of #dca76e

#dca76e #dadc6e #dc706e

Monochromatic Colors of #dca76e

#dca76e

Complementary Color

#dca76e #6ea3dc

#dca76e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca76e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca76e Color CSS Codes

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

#dca76e Text Font Color

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

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


#dca76e Background Color

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

This div background color is #dca76e


#dca76e Border Color

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

This div border color is #dca76e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca76e


Comments

No comments written yet.

Please login to write comment.