Color Hex Logo

#dda521 Color Hex

#DDA521
(221,165,33)
0 Favorites   0 Comments

Color spaces of #dda521

RGB 22116533
HSL0.120.740.50
HSV42°85°87°
CMYK 0.000.250.85   0.13
XYZ43.548442.39227.3261
Yxy42.39220.46690.4545
Hunter Lab65.10935.448638.9052
CIE-Lab71.14059.856268.8966

#dda521 color RGB value is (221,165,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100101 00100001
Octal 335 245 41
Decimal 221 165 33
Hex DD A5 21

RGB Percentages of Color #dda521

%52.74
%39.38
%7.88

CMYK Percentages of Color #dda521

%0
%25
%85
%13

Triadic Colors of #dda521

#dda521 #21dda5 #a521dd

Analogous Colors of #dda521

#dda521 #b7dd21 #dd4721

Monochromatic Colors of #dda521

#dda521

Complementary Color

#dda521 #2159dd

#dda521 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda521 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda521 Color CSS Codes

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

#dda521 Text Font Color

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

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


#dda521 Background Color

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

This div background color is #dda521


#dda521 Border Color

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

This div border color is #dda521


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda521


Comments

No comments written yet.

Please login to write comment.