Color Hex Logo

#dda060 Color Hex

#DDA060
(221,160,96)
1 Favorites   0 Comments

Color spaces of #dda060

RGB 22116096
HSL0.090.650.62
HSV31°57°87°
CMYK 0.000.280.57   0.13
XYZ44.500941.358316.7038
Yxy41.35830.43390.4032
Hunter Lab64.310410.973529.6175
CIE-Lab70.426215.725041.9455

#dda060 color RGB value is (221,160,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100000 01100000
Octal 335 240 140
Decimal 221 160 96
Hex DD A0 60

RGB Percentages of Color #dda060

%46.33
%33.54
%20.13

CMYK Percentages of Color #dda060

%0
%28
%57
%13

Triadic Colors of #dda060

#dda060 #60dda0 #a060dd

Analogous Colors of #dda060

#dda060 #dcdd60 #dd6260

Monochromatic Colors of #dda060

#dda060

Complementary Color

#dda060 #609ddd

#dda060 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda060 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda060 Color CSS Codes

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

#dda060 Text Font Color

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

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


#dda060 Background Color

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

This div background color is #dda060


#dda060 Border Color

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

This div border color is #dda060


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda060


Comments

No comments written yet.

Please login to write comment.