Color Hex Logo

#dda020 Color Hex

#DDA020
(221,160,32)
0 Favorites   0 Comments

Color spaces of #dda020

RGB 22116032
HSL0.110.750.50
HSV41°86°87°
CMYK 0.000.280.86   0.13
XYZ42.650340.61806.9587
Yxy40.61800.47270.4502
Hunter Lab63.73237.922738.1389
CIE-Lab69.907512.502868.1539

#dda020 color RGB value is (221,160,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100000 00100000
Octal 335 240 40
Decimal 221 160 32
Hex DD A0 20

RGB Percentages of Color #dda020

%53.51
%38.74
%7.75

CMYK Percentages of Color #dda020

%0
%28
%86
%13

Triadic Colors of #dda020

#dda020 #20dda0 #a020dd

Analogous Colors of #dda020

#dda020 #bcdd20 #dd4120

Monochromatic Colors of #dda020

#dda020

Complementary Color

#dda020 #205ddd

#dda020 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda020 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda020 Color CSS Codes

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

#dda020 Text Font Color

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

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


#dda020 Background Color

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

This div background color is #dda020


#dda020 Border Color

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

This div border color is #dda020


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,160,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dda020">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda020


Comments

No comments written yet.

Please login to write comment.