Color Hex Logo

#dda421 Color Hex

#DDA421
(221,164,33)
0 Favorites   0 Comments

Color spaces of #dda421

RGB 22116433
HSL0.120.740.50
HSV42°85°87°
CMYK 0.000.260.85   0.13
XYZ43.368842.03297.2662
Yxy42.03290.46800.4536
Hunter Lab64.83285.947238.7380
CIE-Lab70.893610.389768.6932

#dda421 color RGB value is (221,164,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100100 00100001
Octal 335 244 41
Decimal 221 164 33
Hex DD A4 21

RGB Percentages of Color #dda421

%52.87
%39.23
%7.89

CMYK Percentages of Color #dda421

%0
%26
%85
%13

Triadic Colors of #dda421

#dda421 #21dda4 #a421dd

Analogous Colors of #dda421

#dda421 #b8dd21 #dd4621

Monochromatic Colors of #dda421

#dda421

Complementary Color

#dda421 #215add

#dda421 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda421 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda421 Color CSS Codes

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

#dda421 Text Font Color

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

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


#dda421 Background Color

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

This div background color is #dda421


#dda421 Border Color

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

This div border color is #dda421


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda421


Comments

No comments written yet.

Please login to write comment.