Color Hex Logo

#dca422 Color Hex

#DCA422
(220,164,34)
0 Favorites   0 Comments

Color spaces of #dca422

RGB 22016434
HSL0.120.730.50
HSV42°85°86°
CMYK 0.000.250.85   0.14
XYZ43.079441.88217.3269
Yxy41.88210.46680.4538
Hunter Lab64.71645.567538.5889
CIE-Lab70.78969.980168.2886

#dca422 color RGB value is (220,164,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100100 00100010
Octal 334 244 42
Decimal 220 164 34
Hex DC A4 22

RGB Percentages of Color #dca422

%52.63
%39.23
%8.13

CMYK Percentages of Color #dca422

%0
%25
%85
%14

Triadic Colors of #dca422

#dca422 #22dca4 #a422dc

Analogous Colors of #dca422

#dca422 #b7dc22 #dc4722

Monochromatic Colors of #dca422

#dca422

Complementary Color

#dca422 #225adc

#dca422 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca422 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca422 Color CSS Codes

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

#dca422 Text Font Color

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

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


#dca422 Background Color

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

This div background color is #dca422


#dca422 Border Color

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

This div border color is #dca422


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca422


Comments

No comments written yet.

Please login to write comment.