Color Hex Logo

#dca13e Color Hex

#DCA13E
(220,161,62)
0 Favorites   0 Comments

Color spaces of #dca13e

RGB 22016162
HSL0.100.690.55
HSV38°72°86°
CMYK 0.000.270.72   0.14
XYZ43.129641.053210.2083
Yxy41.05320.45690.4349
Hunter Lab64.07288.027235.4046
CIE-Lab70.213212.613657.7858

#dca13e color RGB value is (220,161,62).

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

The process color (four color CMYK) of #dca13e color hex is 0.00, 0.27, 0.72, 0.14. Web safe color of #dca13e is #cc9933. Color #dca13e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100001 00111110
Octal 334 241 76
Decimal 220 161 62
Hex DC A1 3E

RGB Percentages of Color #dca13e

%49.66
%36.34
%14.00

CMYK Percentages of Color #dca13e

%0
%27
%72
%14

Triadic Colors of #dca13e

#dca13e #3edca1 #a13edc

Analogous Colors of #dca13e

#dca13e #c8dc3e #dc523e

Monochromatic Colors of #dca13e

#dca13e

Complementary Color

#dca13e #3e79dc

#dca13e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca13e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca13e Color CSS Codes

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

#dca13e Text Font Color

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

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


#dca13e Background Color

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

This div background color is #dca13e


#dca13e Border Color

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

This div border color is #dca13e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca13e


Comments

No comments written yet.

Please login to write comment.