Color Hex Logo

#dda071 Color Hex

#DDA071
(221,160,113)
0 Favorites   0 Comments

Color spaces of #dda071

RGB 221160113
HSL0.070.610.65
HSV26°49°87°
CMYK 0.000.280.49   0.13
XYZ45.370241.706021.2816
Yxy41.70600.41870.3849
Hunter Lab64.580212.388225.6678
CIE-Lab70.667717.195733.3594

#dda071 color RGB value is (221,160,113).

#dda071 hex color red value is 221, green value is 160 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #dda071 hue: 0.07 , saturation: 0.61 and the lightness value of dda071 is 0.65.

The process color (four color CMYK) of #dda071 color hex is 0.00, 0.28, 0.49, 0.13. Web safe color of #dda071 is #cc9966. Color #dda071 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100000 01110001
Octal 335 240 161
Decimal 221 160 113
Hex DD A0 71

RGB Percentages of Color #dda071

%44.74
%32.39
%22.87

CMYK Percentages of Color #dda071

%0
%28
%49
%13

Triadic Colors of #dda071

#dda071 #71dda0 #a071dd

Analogous Colors of #dda071

#dda071 #ddd671 #dd7178

Monochromatic Colors of #dda071

#dda071

Complementary Color

#dda071 #71aedd

#dda071 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda071 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda071 Color CSS Codes

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

#dda071 Text Font Color

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

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


#dda071 Background Color

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

This div background color is #dda071


#dda071 Border Color

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

This div border color is #dda071


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda071


Comments

No comments written yet.

Please login to write comment.