Color Hex Logo

#dca821 Color Hex

#DCA821
(220,168,33)
0 Favorites   0 Comments

Color spaces of #dca821

RGB 22016833
HSL0.120.740.50
HSV43°85°86°
CMYK 0.000.240.85   0.14
XYZ43.792343.33077.4944
Yxy43.33070.46280.4580
Hunter Lab65.82613.555639.3280
CIE-Lab71.77897.822969.3790

#dca821 color RGB value is (220,168,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101000 00100001
Octal 334 250 41
Decimal 220 168 33
Hex DC A8 21

RGB Percentages of Color #dca821

%52.26
%39.90
%7.84

CMYK Percentages of Color #dca821

%0
%24
%85
%14

Triadic Colors of #dca821

#dca821 #21dca8 #a821dc

Analogous Colors of #dca821

#dca821 #b3dc21 #dc4a21

Monochromatic Colors of #dca821

#dca821

Complementary Color

#dca821 #2155dc

#dca821 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca821 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca821 Color CSS Codes

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

#dca821 Text Font Color

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

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


#dca821 Background Color

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

This div background color is #dca821


#dca821 Border Color

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

This div border color is #dca821


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca821


Comments

No comments written yet.

Please login to write comment.