Color Hex Logo

#dca13f Color Hex

#DCA13F
(220,161,63)
0 Favorites   0 Comments

Color spaces of #dca13f

RGB 22016163
HSL0.100.690.55
HSV37°71°86°
CMYK 0.000.270.71   0.14
XYZ43.157341.064310.3542
Yxy41.06430.45630.4342
Hunter Lab64.08148.072935.2770
CIE-Lab70.220912.662357.3684

#dca13f color RGB value is (220,161,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100001 00111111
Octal 334 241 77
Decimal 220 161 63
Hex DC A1 3F

RGB Percentages of Color #dca13f

%49.55
%36.26
%14.19

CMYK Percentages of Color #dca13f

%0
%27
%71
%14

Triadic Colors of #dca13f

#dca13f #3fdca1 #a13fdc

Analogous Colors of #dca13f

#dca13f #c9dc3f #dc533f

Monochromatic Colors of #dca13f

#dca13f

Complementary Color

#dca13f #3f7adc

#dca13f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca13f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca13f Color CSS Codes

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

#dca13f Text Font Color

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

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


#dca13f Background Color

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

This div background color is #dca13f


#dca13f Border Color

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

This div border color is #dca13f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca13f


Comments

No comments written yet.

Please login to write comment.