Color Hex Logo

#dca221 Color Hex

#DCA221
(220,162,33)
0 Favorites   0 Comments

Color spaces of #dca221

RGB 22016233
HSL0.110.740.50
HSV41°85°86°
CMYK 0.000.260.85   0.14
XYZ42.710041.16617.1336
Yxy41.16610.46930.4523
Hunter Lab64.16086.540938.3205
CIE-Lab70.292111.023268.1527

#dca221 color RGB value is (220,162,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100010 00100001
Octal 334 242 41
Decimal 220 162 33
Hex DC A2 21

RGB Percentages of Color #dca221

%53.01
%39.04
%7.95

CMYK Percentages of Color #dca221

%0
%26
%85
%14

Triadic Colors of #dca221

#dca221 #21dca2 #a221dc

Analogous Colors of #dca221

#dca221 #b9dc21 #dc4421

Monochromatic Colors of #dca221

#dca221

Complementary Color

#dca221 #215bdc

#dca221 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca221 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca221 Color CSS Codes

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

#dca221 Text Font Color

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

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


#dca221 Background Color

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

This div background color is #dca221


#dca221 Border Color

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

This div border color is #dca221


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca221


Comments

No comments written yet.

Please login to write comment.