Color Hex Logo

#dda45a Color Hex

#DDA45A
(221,164,90)
0 Favorites   0 Comments

Color spaces of #dda45a

RGB 22116490
HSL0.090.660.61
HSV34°59°87°
CMYK 0.000.260.59   0.13
XYZ44.939742.661315.5387
Yxy42.66130.43570.4136
Hunter Lab65.31568.512631.6157
CIE-Lab71.324513.125146.0438

#dda45a color RGB value is (221,164,90).

#dda45a hex color red value is 221, green value is 164 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #dda45a hue: 0.09 , saturation: 0.66 and the lightness value of dda45a is 0.61.

The process color (four color CMYK) of #dda45a color hex is 0.00, 0.26, 0.59, 0.13. Web safe color of #dda45a is #cc9966. Color #dda45a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100100 01011010
Octal 335 244 132
Decimal 221 164 90
Hex DD A4 5A

RGB Percentages of Color #dda45a

%46.53
%34.53
%18.95

CMYK Percentages of Color #dda45a

%0
%26
%59
%13

Triadic Colors of #dda45a

#dda45a #5adda4 #a45add

Analogous Colors of #dda45a

#dda45a #d5dd5a #dd635a

Monochromatic Colors of #dda45a

#dda45a

Complementary Color

#dda45a #5a93dd

#dda45a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda45a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda45a Color CSS Codes

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

#dda45a Text Font Color

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

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


#dda45a Background Color

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

This div background color is #dda45a


#dda45a Border Color

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

This div border color is #dda45a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda45a


Comments

No comments written yet.

Please login to write comment.