Color Hex Logo

#dda087 Color Hex

#DDA087
(221,160,135)
0 Favorites   0 Comments

Color spaces of #dda087

RGB 221160135
HSL0.050.560.70
HSV17°39°87°
CMYK 0.000.280.39   0.13
XYZ46.762842.263028.6146
Yxy42.26300.39750.3593
Hunter Lab65.010014.630619.4101
CIE-Lab71.051919.497921.9825

#dda087 color RGB value is (221,160,135).

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

The process color (four color CMYK) of #dda087 color hex is 0.00, 0.28, 0.39, 0.13. Web safe color of #dda087 is #cc9999. Color #dda087 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100000 10000111
Octal 335 240 207
Decimal 221 160 135
Hex DD A0 87

RGB Percentages of Color #dda087

%42.83
%31.01
%26.16

CMYK Percentages of Color #dda087

%0
%28
%39
%13

Triadic Colors of #dda087

#dda087 #87dda0 #a087dd

Analogous Colors of #dda087

#dda087 #ddcb87 #dd8799

Monochromatic Colors of #dda087

#dda087

Complementary Color

#dda087 #87c4dd

#dda087 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda087 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda087 Color CSS Codes

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

#dda087 Text Font Color

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

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


#dda087 Background Color

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

This div background color is #dda087


#dda087 Border Color

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

This div border color is #dda087


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda087


Comments

No comments written yet.

Please login to write comment.