Color Hex Logo

#dca47c Color Hex

#DCA47C
(220,164,124)
0 Favorites   0 Comments

Color spaces of #dca47c

RGB 220164124
HSL0.070.580.67
HSV25°44°86°
CMYK 0.000.250.44   0.14
XYZ46.428743.221824.9644
Yxy43.22180.40510.3771
Hunter Lab65.743311.008123.5064
CIE-Lab71.705315.739328.8059

#dca47c color RGB value is (220,164,124).

#dca47c hex color red value is 220, green value is 164 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #dca47c hue: 0.07 , saturation: 0.58 and the lightness value of dca47c is 0.67.

The process color (four color CMYK) of #dca47c color hex is 0.00, 0.25, 0.44, 0.14. Web safe color of #dca47c is #cc9966. Color #dca47c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100100 01111100
Octal 334 244 174
Decimal 220 164 124
Hex DC A4 7C

RGB Percentages of Color #dca47c

%43.31
%32.28
%24.41

CMYK Percentages of Color #dca47c

%0
%25
%44
%14

Triadic Colors of #dca47c

#dca47c #7cdca4 #a47cdc

Analogous Colors of #dca47c

#dca47c #dcd47c #dc7c84

Monochromatic Colors of #dca47c

#dca47c

Complementary Color

#dca47c #7cb4dc

#dca47c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca47c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca47c Color CSS Codes

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

#dca47c Text Font Color

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

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


#dca47c Background Color

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

This div background color is #dca47c


#dca47c Border Color

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

This div border color is #dca47c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca47c


Comments

No comments written yet.

Please login to write comment.