Color Hex Logo

#dca22a Color Hex

#DCA22A
(220,162,42)
0 Favorites   0 Comments

Color spaces of #dca22a

RGB 22016242
HSL0.110.720.51
HSV40°81°86°
CMYK 0.000.260.81   0.14
XYZ42.853441.22357.8888
Yxy41.22350.46600.4482
Hunter Lab64.20556.778537.6590
CIE-Lab70.332211.278565.4715

#dca22a color RGB value is (220,162,42).

#dca22a hex color red value is 220, green value is 162 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #dca22a hue: 0.11 , saturation: 0.72 and the lightness value of dca22a is 0.51.

The process color (four color CMYK) of #dca22a color hex is 0.00, 0.26, 0.81, 0.14. Web safe color of #dca22a is #cc9933. Color #dca22a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100010 00101010
Octal 334 242 52
Decimal 220 162 42
Hex DC A2 2A

RGB Percentages of Color #dca22a

%51.89
%38.21
%9.91

CMYK Percentages of Color #dca22a

%0
%26
%81
%14

Triadic Colors of #dca22a

#dca22a #2adca2 #a22adc

Analogous Colors of #dca22a

#dca22a #bddc2a #dc492a

Monochromatic Colors of #dca22a

#dca22a

Complementary Color

#dca22a #2a64dc

#dca22a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca22a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca22a Color CSS Codes

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

#dca22a Text Font Color

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

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


#dca22a Background Color

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

This div background color is #dca22a


#dca22a Border Color

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

This div border color is #dca22a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca22a


Comments

No comments written yet.

Please login to write comment.