Color Hex Logo

#dda52e Color Hex

#DDA52E
(221,165,46)
0 Favorites   0 Comments

Color spaces of #dda52e

RGB 22116546
HSL0.110.720.52
HSV41°79°87°
CMYK 0.000.250.79   0.13
XYZ43.767142.47978.4774
Yxy42.47970.46200.4485
Hunter Lab65.17655.807037.9118
CIE-Lab71.200410.242164.9443

#dda52e color RGB value is (221,165,46).

#dda52e hex color red value is 221, green value is 165 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #dda52e hue: 0.11 , saturation: 0.72 and the lightness value of dda52e is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100101 00101110
Octal 335 245 56
Decimal 221 165 46
Hex DD A5 2E

RGB Percentages of Color #dda52e

%51.16
%38.19
%10.65

CMYK Percentages of Color #dda52e

%0
%25
%79
%13

Triadic Colors of #dda52e

#dda52e #2edda5 #a52edd

Analogous Colors of #dda52e

#dda52e #bedd2e #dd4e2e

Monochromatic Colors of #dda52e

#dda52e

Complementary Color

#dda52e #2e66dd

#dda52e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda52e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda52e Color CSS Codes

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

#dda52e Text Font Color

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

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


#dda52e Background Color

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

This div background color is #dda52e


#dda52e Border Color

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

This div border color is #dda52e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda52e


Comments

No comments written yet.

Please login to write comment.