Color Hex Logo

#ddae7a Color Hex

#DDAE7A
(221,174,122)
0 Favorites   0 Comments

Color spaces of #ddae7a

RGB 221174122
HSL0.090.590.67
HSV32°45°87°
CMYK 0.000.210.45   0.13
XYZ48.467747.049424.9393
Yxy47.04940.40240.3906
Hunter Lab68.59266.091626.4578
CIE-Lab74.221410.576133.1851

#ddae7a color RGB value is (221,174,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101110 01111010
Octal 335 256 172
Decimal 221 174 122
Hex DD AE 7A

RGB Percentages of Color #ddae7a

%42.75
%33.66
%23.60

CMYK Percentages of Color #ddae7a

%0
%21
%45
%13

Triadic Colors of #ddae7a

#ddae7a #7addae #ae7add

Analogous Colors of #ddae7a

#ddae7a #dbdd7a #dd7d7a

Monochromatic Colors of #ddae7a

#ddae7a

Complementary Color

#ddae7a #7aa9dd

#ddae7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddae7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddae7a Color CSS Codes

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

#ddae7a Text Font Color

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

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


#ddae7a Background Color

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

This div background color is #ddae7a


#ddae7a Border Color

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

This div border color is #ddae7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddae7a


Comments

No comments written yet.

Please login to write comment.