Color Hex Logo

#dda080 Color Hex

#DDA080
(221,160,128)
0 Favorites   0 Comments

Color spaces of #dda080

RGB 221160128
HSL0.060.580.68
HSV21°42°87°
CMYK 0.000.280.42   0.13
XYZ46.285942.072326.1033
Yxy42.07230.40440.3676
Hunter Lab64.863213.865821.5438
CIE-Lab70.920718.716725.6194

#dda080 color RGB value is (221,160,128).

#dda080 hex color red value is 221, green value is 160 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #dda080 hue: 0.06 , saturation: 0.58 and the lightness value of dda080 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100000 10000000
Octal 335 240 200
Decimal 221 160 128
Hex DD A0 80

RGB Percentages of Color #dda080

%43.42
%31.43
%25.15

CMYK Percentages of Color #dda080

%0
%28
%42
%13

Triadic Colors of #dda080

#dda080 #80dda0 #a080dd

Analogous Colors of #dda080

#dda080 #ddcf80 #dd808f

Monochromatic Colors of #dda080

#dda080

Complementary Color

#dda080 #80bddd

#dda080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda080 Color CSS Codes

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

#dda080 Text Font Color

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

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


#dda080 Background Color

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

This div background color is #dda080


#dda080 Border Color

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

This div border color is #dda080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda080


Comments

No comments written yet.

Please login to write comment.