Color Hex Logo

#dda021 Color Hex

#DDA021
(221,160,33)
0 Favorites   0 Comments

Color spaces of #dda021

RGB 22116033
HSL0.110.740.50
HSV41°85°87°
CMYK 0.000.280.85   0.13
XYZ42.664140.62367.0313
Yxy40.62360.47240.4498
Hunter Lab63.73667.945438.0749
CIE-Lab69.911412.527067.8835

#dda021 color RGB value is (221,160,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100000 00100001
Octal 335 240 41
Decimal 221 160 33
Hex DD A0 21

RGB Percentages of Color #dda021

%53.38
%38.65
%7.97

CMYK Percentages of Color #dda021

%0
%28
%85
%13

Triadic Colors of #dda021

#dda021 #21dda0 #a021dd

Analogous Colors of #dda021

#dda021 #bcdd21 #dd4221

Monochromatic Colors of #dda021

#dda021

Complementary Color

#dda021 #215edd

#dda021 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda021 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda021 Color CSS Codes

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

#dda021 Text Font Color

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

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


#dda021 Background Color

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

This div background color is #dda021


#dda021 Border Color

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

This div border color is #dda021


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda021


Comments

No comments written yet.

Please login to write comment.