Color Hex Logo

#dda17a Color Hex

#DDA17A
(221,161,122)
0 Favorites   0 Comments

Color spaces of #dda17a

RGB 221161122
HSL0.070.590.67
HSV24°45°87°
CMYK 0.000.270.45   0.13
XYZ46.076542.267024.1422
Yxy42.26700.40960.3758
Hunter Lab65.013112.734823.4922
CIE-Lab71.054617.545529.0430

#dda17a color RGB value is (221,161,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100001 01111010
Octal 335 241 172
Decimal 221 161 122
Hex DD A1 7A

RGB Percentages of Color #dda17a

%43.85
%31.94
%24.21

CMYK Percentages of Color #dda17a

%0
%27
%45
%13

Triadic Colors of #dda17a

#dda17a #7adda1 #a17add

Analogous Colors of #dda17a

#dda17a #ddd37a #dd7a85

Monochromatic Colors of #dda17a

#dda17a

Complementary Color

#dda17a #7ab6dd

#dda17a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda17a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda17a Color CSS Codes

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

#dda17a Text Font Color

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

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


#dda17a Background Color

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

This div background color is #dda17a


#dda17a Border Color

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

This div border color is #dda17a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda17a


Comments

No comments written yet.

Please login to write comment.