Color Hex Logo

#dca37e Color Hex

#DCA37E
(220,163,126)
0 Favorites   0 Comments

Color spaces of #dca37e

RGB 220163126
HSL0.070.570.68
HSV24°43°86°
CMYK 0.000.260.43   0.14
XYZ46.378342.916425.5780
Yxy42.91640.40370.3736
Hunter Lab65.510611.725722.7082
CIE-Lab71.498216.489227.4541

#dca37e color RGB value is (220,163,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100011 01111110
Octal 334 243 176
Decimal 220 163 126
Hex DC A3 7E

RGB Percentages of Color #dca37e

%43.22
%32.02
%24.75

CMYK Percentages of Color #dca37e

%0
%26
%43
%14

Triadic Colors of #dca37e

#dca37e #7edca3 #a37edc

Analogous Colors of #dca37e

#dca37e #dcd27e #dc7e88

Monochromatic Colors of #dca37e

#dca37e

Complementary Color

#dca37e #7eb7dc

#dca37e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca37e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca37e Color CSS Codes

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

#dca37e Text Font Color

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

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


#dca37e Background Color

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

This div background color is #dca37e


#dca37e Border Color

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

This div border color is #dca37e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,163,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 #dca37e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca37e


Comments

No comments written yet.

Please login to write comment.