Color Hex Logo

#dda39a Color Hex

#DDA39A
(221,163,154)
0 Favorites   0 Comments

Color spaces of #dda39a

RGB 221163154
HSL0.020.500.74
HSV30°87°
CMYK 0.000.260.30   0.13
XYZ48.748743.899636.4760
Yxy43.89960.37750.3400
Hunter Lab66.256815.382813.7391
CIE-Lab72.161320.226013.0991

#dda39a color RGB value is (221,163,154).

#dda39a hex color red value is 221, green value is 163 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #dda39a hue: 0.02 , saturation: 0.50 and the lightness value of dda39a is 0.74.

The process color (four color CMYK) of #dda39a color hex is 0.00, 0.26, 0.30, 0.13. Web safe color of #dda39a is #cc9999. Color #dda39a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100011 10011010
Octal 335 243 232
Decimal 221 163 154
Hex DD A3 9A

RGB Percentages of Color #dda39a

%41.08
%30.30
%28.62

CMYK Percentages of Color #dda39a

%0
%26
%30
%13

Triadic Colors of #dda39a

#dda39a #9adda3 #a39add

Analogous Colors of #dda39a

#dda39a #ddc59a #dd9ab3

Monochromatic Colors of #dda39a

#dda39a

Complementary Color

#dda39a #9ad4dd

#dda39a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda39a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda39a Color CSS Codes

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

#dda39a Text Font Color

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

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


#dda39a Background Color

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

This div background color is #dda39a


#dda39a Border Color

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

This div border color is #dda39a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda39a


Comments

No comments written yet.

Please login to write comment.