Color Hex Logo

#dda57a Color Hex

#DDA57A
(221,165,122)
0 Favorites   0 Comments

Color spaces of #dda57a

RGB 221165122
HSL0.070.590.67
HSV26°45°87°
CMYK 0.000.250.45   0.13
XYZ46.786843.687624.3790
Yxy43.68760.40740.3804
Hunter Lab66.096610.683124.3992
CIE-Lab72.019215.395930.3116

#dda57a color RGB value is (221,165,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100101 01111010
Octal 335 245 172
Decimal 221 165 122
Hex DD A5 7A

RGB Percentages of Color #dda57a

%43.50
%32.48
%24.02

CMYK Percentages of Color #dda57a

%0
%25
%45
%13

Triadic Colors of #dda57a

#dda57a #7adda5 #a57add

Analogous Colors of #dda57a

#dda57a #ddd77a #dd7a81

Monochromatic Colors of #dda57a

#dda57a

Complementary Color

#dda57a #7ab2dd

#dda57a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda57a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda57a Color CSS Codes

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

#dda57a Text Font Color

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

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


#dda57a Background Color

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

This div background color is #dda57a


#dda57a Border Color

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

This div border color is #dda57a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda57a


Comments

No comments written yet.

Please login to write comment.