Color Hex Logo

#ddaa4e Color Hex

#DDAA4E
(221,170,78)
0 Favorites   0 Comments

Color spaces of #ddaa4e

RGB 22117078
HSL0.110.680.59
HSV39°65°87°
CMYK 0.000.230.65   0.13
XYZ45.568744.671713.4285
Yxy44.67170.43960.4309
Hunter Lab66.83694.734934.8736
CIE-Lab72.67529.112053.3357

#ddaa4e color RGB value is (221,170,78).

#ddaa4e hex color red value is 221, green value is 170 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ddaa4e hue: 0.11 , saturation: 0.68 and the lightness value of ddaa4e is 0.59.

The process color (four color CMYK) of #ddaa4e color hex is 0.00, 0.23, 0.65, 0.13. Web safe color of #ddaa4e is #cc9966. Color #ddaa4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101010 01001110
Octal 335 252 116
Decimal 221 170 78
Hex DD AA 4E

RGB Percentages of Color #ddaa4e

%47.12
%36.25
%16.63

CMYK Percentages of Color #ddaa4e

%0
%23
%65
%13

Triadic Colors of #ddaa4e

#ddaa4e #4eddaa #aa4edd

Analogous Colors of #ddaa4e

#ddaa4e #c9dd4e #dd634e

Monochromatic Colors of #ddaa4e

#ddaa4e

Complementary Color

#ddaa4e #4e81dd

#ddaa4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaa4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaa4e Color CSS Codes

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

#ddaa4e Text Font Color

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

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


#ddaa4e Background Color

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

This div background color is #ddaa4e


#ddaa4e Border Color

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

This div border color is #ddaa4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaa4e


Comments

No comments written yet.

Please login to write comment.