Color Hex Logo

#dda070 Color Hex

#DDA070
(221,160,112)
0 Favorites   0 Comments

Color spaces of #dda070

RGB 221160112
HSL0.070.620.65
HSV26°49°87°
CMYK 0.000.280.49   0.13
XYZ45.314241.683620.9867
Yxy41.68360.41960.3860
Hunter Lab64.562812.297425.9213
CIE-Lab70.652217.101833.8713

#dda070 color RGB value is (221,160,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100000 01110000
Octal 335 240 160
Decimal 221 160 112
Hex DD A0 70

RGB Percentages of Color #dda070

%44.83
%32.45
%22.72

CMYK Percentages of Color #dda070

%0
%28
%49
%13

Triadic Colors of #dda070

#dda070 #70dda0 #a070dd

Analogous Colors of #dda070

#dda070 #ddd770 #dd7077

Monochromatic Colors of #dda070

#dda070

Complementary Color

#dda070 #70addd

#dda070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda070 Color CSS Codes

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

#dda070 Text Font Color

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

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


#dda070 Background Color

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

This div background color is #dda070


#dda070 Border Color

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

This div border color is #dda070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda070


Comments

No comments written yet.

Please login to write comment.