Color Hex Logo

#dca122 Color Hex

#DCA122
(220,161,34)
0 Favorites   0 Comments

Color spaces of #dca122

RGB 22016134
HSL0.110.730.50
HSV41°85°86°
CMYK 0.000.270.85   0.14
XYZ42.548840.82097.1500
Yxy40.82090.47010.4510
Hunter Lab63.89127.063638.0888
CIE-Lab70.050311.583367.6740

#dca122 color RGB value is (220,161,34).

#dca122 hex color red value is 220, green value is 161 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #dca122 hue: 0.11 , saturation: 0.73 and the lightness value of dca122 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100001 00100010
Octal 334 241 42
Decimal 220 161 34
Hex DC A1 22

RGB Percentages of Color #dca122

%53.01
%38.80
%8.19

CMYK Percentages of Color #dca122

%0
%27
%85
%14

Triadic Colors of #dca122

#dca122 #22dca1 #a122dc

Analogous Colors of #dca122

#dca122 #badc22 #dc4422

Monochromatic Colors of #dca122

#dca122

Complementary Color

#dca122 #225ddc

#dca122 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca122 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca122 Color CSS Codes

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

#dca122 Text Font Color

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

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


#dca122 Background Color

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

This div background color is #dca122


#dca122 Border Color

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

This div border color is #dca122


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca122


Comments

No comments written yet.

Please login to write comment.