Color Hex Logo

#dda682 Color Hex

#DDA682
(221,166,130)
0 Favorites   0 Comments

Color spaces of #dda682

RGB 221166130
HSL0.070.570.69
HSV24°41°87°
CMYK 0.000.250.41   0.13
XYZ47.484344.256327.1587
Yxy44.25630.39940.3722
Hunter Lab66.525410.989722.3629
CIE-Lab72.399515.708926.5166

#dda682 color RGB value is (221,166,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100110 10000010
Octal 335 246 202
Decimal 221 166 130
Hex DD A6 82

RGB Percentages of Color #dda682

%42.75
%32.11
%25.15

CMYK Percentages of Color #dda682

%0
%25
%41
%13

Triadic Colors of #dda682

#dda682 #82dda6 #a682dd

Analogous Colors of #dda682

#dda682 #ddd482 #dd828c

Monochromatic Colors of #dda682

#dda682

Complementary Color

#dda682 #82b9dd

#dda682 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda682 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda682 Color CSS Codes

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

#dda682 Text Font Color

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

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


#dda682 Background Color

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

This div background color is #dda682


#dda682 Border Color

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

This div border color is #dda682


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda682

#dda682 Color Palettes


Comments

No comments written yet.

Please login to write comment.