Color Hex Logo

#dda680 Color Hex

#DDA680
(221,166,128)
0 Favorites   0 Comments

Color spaces of #dda680

RGB 221166128
HSL0.070.580.68
HSV25°42°87°
CMYK 0.000.250.42   0.13
XYZ47.351344.203126.4584
Yxy44.20310.40120.3746
Hunter Lab66.485410.779322.9449
CIE-Lab72.364015.490927.5470

#dda680 color RGB value is (221,166,128).

#dda680 hex color red value is 221, green value is 166 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #dda680 hue: 0.07 , saturation: 0.58 and the lightness value of dda680 is 0.68.

The process color (four color CMYK) of #dda680 color hex is 0.00, 0.25, 0.42, 0.13. Web safe color of #dda680 is #cc9999. Color #dda680 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100110 10000000
Octal 335 246 200
Decimal 221 166 128
Hex DD A6 80

RGB Percentages of Color #dda680

%42.91
%32.23
%24.85

CMYK Percentages of Color #dda680

%0
%25
%42
%13

Triadic Colors of #dda680

#dda680 #80dda6 #a680dd

Analogous Colors of #dda680

#dda680 #ddd580 #dd8089

Monochromatic Colors of #dda680

#dda680

Complementary Color

#dda680 #80b7dd

#dda680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda680 Color CSS Codes

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

#dda680 Text Font Color

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

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


#dda680 Background Color

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

This div background color is #dda680


#dda680 Border Color

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

This div border color is #dda680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda680


Comments

No comments written yet.

Please login to write comment.