Color Hex Logo

#dda086 Color Hex

#DDA086
(221,160,134)
0 Favorites   0 Comments

Color spaces of #dda086

RGB 221160134
HSL0.050.560.70
HSV18°39°87°
CMYK 0.000.280.39   0.13
XYZ46.692742.235028.2455
Yxy42.23500.39850.3604
Hunter Lab64.988514.518319.7231
CIE-Lab71.032619.383422.5026

#dda086 color RGB value is (221,160,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100000 10000110
Octal 335 240 206
Decimal 221 160 134
Hex DD A0 86

RGB Percentages of Color #dda086

%42.91
%31.07
%26.02

CMYK Percentages of Color #dda086

%0
%28
%39
%13

Triadic Colors of #dda086

#dda086 #86dda0 #a086dd

Analogous Colors of #dda086

#dda086 #ddcc86 #dd8698

Monochromatic Colors of #dda086

#dda086

Complementary Color

#dda086 #86c3dd

#dda086 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda086 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda086 Color CSS Codes

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

#dda086 Text Font Color

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

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


#dda086 Background Color

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

This div background color is #dda086


#dda086 Border Color

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

This div border color is #dda086


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda086


Comments

No comments written yet.

Please login to write comment.