Color Hex Logo

#dca14e Color Hex

#DCA14E
(220,161,78)
0 Favorites   0 Comments

Color spaces of #dca14e

RGB 22016178
HSL0.100.670.58
HSV35°65°86°
CMYK 0.000.270.65   0.14
XYZ43.635241.255412.8710
Yxy41.25540.44630.4220
Hunter Lab64.23048.861733.0802
CIE-Lab70.354513.500050.7317

#dca14e color RGB value is (220,161,78).

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

The process color (four color CMYK) of #dca14e color hex is 0.00, 0.27, 0.65, 0.14. Web safe color of #dca14e is #cc9966. Color #dca14e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100001 01001110
Octal 334 241 116
Decimal 220 161 78
Hex DC A1 4E

RGB Percentages of Color #dca14e

%47.93
%35.08
%16.99

CMYK Percentages of Color #dca14e

%0
%27
%65
%14

Triadic Colors of #dca14e

#dca14e #4edca1 #a14edc

Analogous Colors of #dca14e

#dca14e #d0dc4e #dc5a4e

Monochromatic Colors of #dca14e

#dca14e

Complementary Color

#dca14e #4e89dc

#dca14e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca14e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca14e Color CSS Codes

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

#dca14e Text Font Color

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

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


#dca14e Background Color

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

This div background color is #dca14e


#dca14e Border Color

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

This div border color is #dca14e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca14e


Comments

No comments written yet.

Please login to write comment.