Color Hex Logo

#ddaa7a Color Hex

#DDAA7A
(221,170,122)
0 Favorites   0 Comments

Color spaces of #ddaa7a

RGB 221170122
HSL0.080.590.67
HSV29°45°87°
CMYK 0.000.230.45   0.13
XYZ47.706445.526724.6855
Yxy45.52670.40460.3861
Hunter Lab67.47358.127925.5399
CIE-Lab73.237412.714931.9050

#ddaa7a color RGB value is (221,170,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101010 01111010
Octal 335 252 172
Decimal 221 170 122
Hex DD AA 7A

RGB Percentages of Color #ddaa7a

%43.08
%33.14
%23.78

CMYK Percentages of Color #ddaa7a

%0
%23
%45
%13

Triadic Colors of #ddaa7a

#ddaa7a #7addaa #aa7add

Analogous Colors of #ddaa7a

#ddaa7a #dddc7a #dd7a7c

Monochromatic Colors of #ddaa7a

#ddaa7a

Complementary Color

#ddaa7a #7aaddd

#ddaa7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaa7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaa7a Color CSS Codes

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

#ddaa7a Text Font Color

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

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


#ddaa7a Background Color

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

This div background color is #ddaa7a


#ddaa7a Border Color

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

This div border color is #ddaa7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaa7a


Comments

No comments written yet.

Please login to write comment.