Color Hex Logo

#dca019 Color Hex

#DCA019
(220,160,25)
0 Favorites   0 Comments

Color spaces of #dca019

RGB 22016025
HSL0.120.800.48
HSV42°89°86°
CMYK 0.000.270.89   0.14
XYZ42.261540.42746.4956
Yxy40.42740.47390.4533
Hunter Lab63.58257.374438.4507
CIE-Lab69.772911.916169.7365

#dca019 color RGB value is (220,160,25).

#dca019 hex color red value is 220, green value is 160 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #dca019 hue: 0.12 , saturation: 0.80 and the lightness value of dca019 is 0.48.

The process color (four color CMYK) of #dca019 color hex is 0.00, 0.27, 0.89, 0.14. Web safe color of #dca019 is #cc9900. Color #dca019 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100000 00011001
Octal 334 240 31
Decimal 220 160 25
Hex DC A0 19

RGB Percentages of Color #dca019

%54.32
%39.51
%6.17

CMYK Percentages of Color #dca019

%0
%27
%89
%14

Triadic Colors of #dca019

#dca019 #19dca0 #a019dc

Analogous Colors of #dca019

#dca019 #b7dc19 #dc3f19

Monochromatic Colors of #dca019

#dca019

Complementary Color

#dca019 #1955dc

#dca019 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca019 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca019 Color CSS Codes

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

#dca019 Text Font Color

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

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


#dca019 Background Color

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

This div background color is #dca019


#dca019 Border Color

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

This div border color is #dca019


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca019


Comments

No comments written yet.

Please login to write comment.