Color Hex Logo

#dca14f Color Hex

#DCA14F
(220,161,79)
0 Favorites   0 Comments

Color spaces of #dca14f

RGB 22016179
HSL0.100.670.59
HSV35°64°86°
CMYK 0.000.270.64   0.14
XYZ43.671441.269913.0613
Yxy41.26990.44560.4211
Hunter Lab64.24178.921232.9146
CIE-Lab70.364613.563150.2677

#dca14f color RGB value is (220,161,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100001 01001111
Octal 334 241 117
Decimal 220 161 79
Hex DC A1 4F

RGB Percentages of Color #dca14f

%47.83
%35.00
%17.17

CMYK Percentages of Color #dca14f

%0
%27
%64
%14

Triadic Colors of #dca14f

#dca14f #4fdca1 #a14fdc

Analogous Colors of #dca14f

#dca14f #d1dc4f #dc5b4f

Monochromatic Colors of #dca14f

#dca14f

Complementary Color

#dca14f #4f8adc

#dca14f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca14f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca14f Color CSS Codes

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

#dca14f Text Font Color

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

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


#dca14f Background Color

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

This div background color is #dca14f


#dca14f Border Color

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

This div border color is #dca14f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca14f


Comments

No comments written yet.

Please login to write comment.