Color Hex Logo

#dda389 Color Hex

#DDA389
(221,163,137)
0 Favorites   0 Comments

Color spaces of #dda389

RGB 221163137
HSL0.050.550.70
HSV19°38°87°
CMYK 0.000.260.38   0.13
XYZ47.431343.372729.5388
Yxy43.37270.39410.3604
Hunter Lab65.858013.305419.5076
CIE-Lab71.807218.114121.9202

#dda389 color RGB value is (221,163,137).

#dda389 hex color red value is 221, green value is 163 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #dda389 hue: 0.05 , saturation: 0.55 and the lightness value of dda389 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100011 10001001
Octal 335 243 211
Decimal 221 163 137
Hex DD A3 89

RGB Percentages of Color #dda389

%42.42
%31.29
%26.30

CMYK Percentages of Color #dda389

%0
%26
%38
%13

Triadic Colors of #dda389

#dda389 #89dda3 #a389dd

Analogous Colors of #dda389

#dda389 #ddcd89 #dd8999

Monochromatic Colors of #dda389

#dda389

Complementary Color

#dda389 #89c3dd

#dda389 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda389 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda389 Color CSS Codes

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

#dda389 Text Font Color

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

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


#dda389 Background Color

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

This div background color is #dda389


#dda389 Border Color

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

This div border color is #dda389


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda389


Comments

No comments written yet.

Please login to write comment.