Color Hex Logo

#dda5aa Color Hex

#DDA5AA
(221,165,170)
0 Favorites   0 Comments

Color spaces of #dda5aa

RGB 221165170
HSL0.990.450.76
HSV355°25°87°
CMYK 0.000.250.23   0.13
XYZ50.529645.184744.0885
Yxy45.18470.36140.3232
Hunter Lab67.219616.54598.1661
CIE-Lab73.013321.36925.5088

#dda5aa color RGB value is (221,165,170).

#dda5aa hex color red value is 221, green value is 165 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #dda5aa hue: 0.99 , saturation: 0.45 and the lightness value of dda5aa is 0.76.

The process color (four color CMYK) of #dda5aa color hex is 0.00, 0.25, 0.23, 0.13. Web safe color of #dda5aa is #cc9999. Color #dda5aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100101 10101010
Octal 335 245 252
Decimal 221 165 170
Hex DD A5 AA

RGB Percentages of Color #dda5aa

%39.75
%29.68
%30.58

CMYK Percentages of Color #dda5aa

%0
%25
%23
%13

Triadic Colors of #dda5aa

#dda5aa #aadda5 #a5aadd

Analogous Colors of #dda5aa

#dda5aa #ddbca5 #dda5c6

Monochromatic Colors of #dda5aa

#dda5aa

Complementary Color

#dda5aa #a5ddd8

#dda5aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda5aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda5aa Color CSS Codes

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

#dda5aa Text Font Color

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

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


#dda5aa Background Color

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

This div background color is #dda5aa


#dda5aa Border Color

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

This div border color is #dda5aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda5aa

#dda5aa Color Palettes


Comments

No comments written yet.

Please login to write comment.