Color Hex Logo

#dca76d Color Hex

#DCA76D
(220,167,109)
0 Favorites   0 Comments

Color spaces of #dca76d

RGB 220167109
HSL0.090.610.65
HSV31°50°86°
CMYK 0.000.240.50   0.14
XYZ46.094243.957220.5232
Yxy43.95720.41690.3975
Hunter Lab66.30028.073928.0570
CIE-Lab72.199912.659337.3965

#dca76d color RGB value is (220,167,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100111 01101101
Octal 334 247 155
Decimal 220 167 109
Hex DC A7 6D

RGB Percentages of Color #dca76d

%44.35
%33.67
%21.98

CMYK Percentages of Color #dca76d

%0
%24
%50
%14

Triadic Colors of #dca76d

#dca76d #6ddca7 #a76ddc

Analogous Colors of #dca76d

#dca76d #dadc6d #dc706d

Monochromatic Colors of #dca76d

#dca76d

Complementary Color

#dca76d #6da2dc

#dca76d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca76d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca76d Color CSS Codes

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

#dca76d Text Font Color

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

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


#dca76d Background Color

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

This div background color is #dca76d


#dca76d Border Color

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

This div border color is #dca76d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca76d


Comments

No comments written yet.

Please login to write comment.