Color Hex Logo

#dca220 Color Hex

#DCA220
(220,162,32)
0 Favorites   0 Comments

Color spaces of #dca220

RGB 22016232
HSL0.120.750.49
HSV41°85°86°
CMYK 0.000.260.85   0.14
XYZ42.696241.16067.0610
Yxy41.16060.46960.4527
Hunter Lab64.15656.517938.3842
CIE-Lab70.288310.998568.4205

#dca220 color RGB value is (220,162,32).

#dca220 hex color red value is 220, green value is 162 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #dca220 hue: 0.12 , saturation: 0.75 and the lightness value of dca220 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100010 00100000
Octal 334 242 40
Decimal 220 162 32
Hex DC A2 20

RGB Percentages of Color #dca220

%53.14
%39.13
%7.73

CMYK Percentages of Color #dca220

%0
%26
%85
%14

Triadic Colors of #dca220

#dca220 #20dca2 #a220dc

Analogous Colors of #dca220

#dca220 #b8dc20 #dc4420

Monochromatic Colors of #dca220

#dca220

Complementary Color

#dca220 #205adc

#dca220 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca220 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca220 Color CSS Codes

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

#dca220 Text Font Color

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

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


#dca220 Background Color

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

This div background color is #dca220


#dca220 Border Color

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

This div border color is #dca220


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca220


Comments

No comments written yet.

Please login to write comment.