Color Hex Logo

#dda880 Color Hex

#DDA880
(221,168,128)
0 Favorites   0 Comments

Color spaces of #dda880

RGB 221168128
HSL0.070.580.68
HSV26°42°87°
CMYK 0.000.240.42   0.13
XYZ47.717744.935926.5806
Yxy44.93590.40020.3769
Hunter Lab67.03429.753623.4141
CIE-Lab72.849714.417428.1925

#dda880 color RGB value is (221,168,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101000 10000000
Octal 335 250 200
Decimal 221 168 128
Hex DD A8 80

RGB Percentages of Color #dda880

%42.75
%32.50
%24.76

CMYK Percentages of Color #dda880

%0
%24
%42
%13

Triadic Colors of #dda880

#dda880 #80dda8 #a880dd

Analogous Colors of #dda880

#dda880 #ddd780 #dd8087

Monochromatic Colors of #dda880

#dda880

Complementary Color

#dda880 #80b5dd

#dda880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda880 Color CSS Codes

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

#dda880 Text Font Color

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

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


#dda880 Background Color

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

This div background color is #dda880


#dda880 Border Color

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

This div border color is #dda880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda880


Comments

No comments written yet.

Please login to write comment.