Color Hex Logo

#dda985 Color Hex

#DDA985
(221,169,133)
0 Favorites   0 Comments

Color spaces of #dda985

RGB 221169133
HSL0.070.560.69
HSV25°40°87°
CMYK 0.000.240.40   0.13
XYZ48.240445.441528.4189
Yxy45.44150.39510.3722
Hunter Lab67.41039.770722.1917
CIE-Lab73.181714.432125.9473

#dda985 color RGB value is (221,169,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101001 10000101
Octal 335 251 205
Decimal 221 169 133
Hex DD A9 85

RGB Percentages of Color #dda985

%42.26
%32.31
%25.43

CMYK Percentages of Color #dda985

%0
%24
%40
%13

Triadic Colors of #dda985

#dda985 #85dda9 #a985dd

Analogous Colors of #dda985

#dda985 #ddd585 #dd858d

Monochromatic Colors of #dda985

#dda985

Complementary Color

#dda985 #85b9dd

#dda985 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda985 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda985 Color CSS Codes

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

#dda985 Text Font Color

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

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


#dda985 Background Color

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

This div background color is #dda985


#dda985 Border Color

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

This div border color is #dda985


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,169,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 #dda985">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda985


Comments

No comments written yet.

Please login to write comment.