Color Hex Logo

#dca921 Color Hex

#DCA921
(220,169,33)
0 Favorites   0 Comments

Color spaces of #dca921

RGB 22016933
HSL0.120.740.50
HSV44°85°86°
CMYK 0.000.230.85   0.14
XYZ43.977743.70147.5562
Yxy43.70140.46180.4589
Hunter Lab66.10703.059839.4979
CIE-Lab72.02857.291269.5847

#dca921 color RGB value is (220,169,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101001 00100001
Octal 334 251 41
Decimal 220 169 33
Hex DC A9 21

RGB Percentages of Color #dca921

%52.13
%40.05
%7.82

CMYK Percentages of Color #dca921

%0
%23
%85
%14

Triadic Colors of #dca921

#dca921 #21dca9 #a921dc

Analogous Colors of #dca921

#dca921 #b2dc21 #dc4c21

Monochromatic Colors of #dca921

#dca921

Complementary Color

#dca921 #2154dc

#dca921 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca921 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca921 Color CSS Codes

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

#dca921 Text Font Color

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

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


#dca921 Background Color

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

This div background color is #dca921


#dca921 Border Color

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

This div border color is #dca921


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca921


Comments

No comments written yet.

Please login to write comment.