Color Hex Logo

#dda785 Color Hex

#DDA785
(221,167,133)
0 Favorites   0 Comments

Color spaces of #dda785

RGB 221167133
HSL0.060.560.69
HSV23°40°87°
CMYK 0.000.240.40   0.13
XYZ47.871144.703028.2958
Yxy44.70300.39610.3698
Hunter Lab66.860310.798121.7102
CIE-Lab72.695915.505625.2946

#dda785 color RGB value is (221,167,133).

#dda785 hex color red value is 221, green value is 167 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #dda785 hue: 0.06 , saturation: 0.56 and the lightness value of dda785 is 0.69.

The process color (four color CMYK) of #dda785 color hex is 0.00, 0.24, 0.40, 0.13. Web safe color of #dda785 is #cc9999. Color #dda785 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100111 10000101
Octal 335 247 205
Decimal 221 167 133
Hex DD A7 85

RGB Percentages of Color #dda785

%42.42
%32.05
%25.53

CMYK Percentages of Color #dda785

%0
%24
%40
%13

Triadic Colors of #dda785

#dda785 #85dda7 #a785dd

Analogous Colors of #dda785

#dda785 #ddd385 #dd858f

Monochromatic Colors of #dda785

#dda785

Complementary Color

#dda785 #85bbdd

#dda785 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda785 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda785 Color CSS Codes

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

#dda785 Text Font Color

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

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


#dda785 Background Color

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

This div background color is #dda785


#dda785 Border Color

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

This div border color is #dda785


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda785


Comments

No comments written yet.

Please login to write comment.