Color Hex Logo

#dda084 Color Hex

#DDA084
(221,160,132)
0 Favorites   0 Comments

Color spaces of #dda084

RGB 221160132
HSL0.050.570.69
HSV19°40°87°
CMYK 0.000.280.40   0.13
XYZ46.554542.179727.5176
Yxy42.17970.40050.3628
Hunter Lab64.945914.297020.3409
CIE-Lab70.994619.157623.5423

#dda084 color RGB value is (221,160,132).

#dda084 hex color red value is 221, green value is 160 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #dda084 hue: 0.05 , saturation: 0.57 and the lightness value of dda084 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100000 10000100
Octal 335 240 204
Decimal 221 160 132
Hex DD A0 84

RGB Percentages of Color #dda084

%43.08
%31.19
%25.73

CMYK Percentages of Color #dda084

%0
%28
%40
%13

Triadic Colors of #dda084

#dda084 #84dda0 #a084dd

Analogous Colors of #dda084

#dda084 #ddcd84 #dd8495

Monochromatic Colors of #dda084

#dda084

Complementary Color

#dda084 #84c1dd

#dda084 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda084 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda084 Color CSS Codes

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

#dda084 Text Font Color

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

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


#dda084 Background Color

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

This div background color is #dda084


#dda084 Border Color

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

This div border color is #dda084


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda084


Comments

No comments written yet.

Please login to write comment.