Color Hex Logo

#dda660 Color Hex

#DDA660
(221,166,96)
0 Favorites   0 Comments

Color spaces of #dda660

RGB 22116696
HSL0.090.650.62
HSV34°57°87°
CMYK 0.000.250.57   0.13
XYZ45.566343.489117.0590
Yxy43.48910.42940.4098
Hunter Lab65.94637.930630.8252
CIE-Lab71.885712.508243.7082

#dda660 color RGB value is (221,166,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100110 01100000
Octal 335 246 140
Decimal 221 166 96
Hex DD A6 60

RGB Percentages of Color #dda660

%45.76
%34.37
%19.88

CMYK Percentages of Color #dda660

%0
%25
%57
%13

Triadic Colors of #dda660

#dda660 #60dda6 #a660dd

Analogous Colors of #dda660

#dda660 #d6dd60 #dd6860

Monochromatic Colors of #dda660

#dda660

Complementary Color

#dda660 #6097dd

#dda660 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda660 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda660 Color CSS Codes

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

#dda660 Text Font Color

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

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


#dda660 Background Color

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

This div background color is #dda660


#dda660 Border Color

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

This div border color is #dda660


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,166,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 #dda660">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda660


Comments

No comments written yet.

Please login to write comment.