Color Hex Logo

#dda061 Color Hex

#DDA061
(221,160,97)
0 Favorites   0 Comments

Color spaces of #dda061

RGB 22116097
HSL0.080.650.62
HSV30°56°87°
CMYK 0.000.280.56   0.13
XYZ44.547341.376816.9479
Yxy41.37680.43300.4022
Hunter Lab64.324811.049429.4060
CIE-Lab70.439115.804341.4487

#dda061 color RGB value is (221,160,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100000 01100001
Octal 335 240 141
Decimal 221 160 97
Hex DD A0 61

RGB Percentages of Color #dda061

%46.23
%33.47
%20.29

CMYK Percentages of Color #dda061

%0
%28
%56
%13

Triadic Colors of #dda061

#dda061 #61dda0 #a061dd

Analogous Colors of #dda061

#dda061 #dcdd61 #dd6261

Monochromatic Colors of #dda061

#dda061

Complementary Color

#dda061 #619edd

#dda061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda061 Color CSS Codes

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

#dda061 Text Font Color

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

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


#dda061 Background Color

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

This div background color is #dda061


#dda061 Border Color

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

This div border color is #dda061


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda061


Comments

No comments written yet.

Please login to write comment.