Color Hex Logo

#dca119 Color Hex

#DCA119
(220,161,25)
0 Favorites   0 Comments

Color spaces of #dca119

RGB 22016125
HSL0.120.800.48
HSV42°89°86°
CMYK 0.000.270.89   0.14
XYZ42.435540.77566.5536
Yxy40.77560.47270.4542
Hunter Lab63.85586.875038.6140
CIE-Lab70.018411.380869.9280

#dca119 color RGB value is (220,161,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100001 00011001
Octal 334 241 31
Decimal 220 161 25
Hex DC A1 19

RGB Percentages of Color #dca119

%54.19
%39.66
%6.16

CMYK Percentages of Color #dca119

%0
%27
%89
%14

Triadic Colors of #dca119

#dca119 #19dca1 #a119dc

Analogous Colors of #dca119

#dca119 #b6dc19 #dc4019

Monochromatic Colors of #dca119

#dca119

Complementary Color

#dca119 #1954dc

#dca119 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca119 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca119 Color CSS Codes

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

#dca119 Text Font Color

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

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


#dca119 Background Color

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

This div background color is #dca119


#dca119 Border Color

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

This div border color is #dca119


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,161,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 #dca119">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca119


Comments

No comments written yet.

Please login to write comment.