Color Hex Logo

#dda85e Color Hex

#DDA85E
(221,168,94)
0 Favorites   0 Comments

Color spaces of #dda85e

RGB 22116894
HSL0.100.650.62
HSV35°57°87°
CMYK 0.000.240.57   0.13
XYZ45.841844.185616.7022
Yxy44.18560.42950.4140
Hunter Lab66.47226.774031.6330
CIE-Lab72.352411.283645.2699

#dda85e color RGB value is (221,168,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101000 01011110
Octal 335 250 136
Decimal 221 168 94
Hex DD A8 5E

RGB Percentages of Color #dda85e

%45.76
%34.78
%19.46

CMYK Percentages of Color #dda85e

%0
%24
%57
%13

Triadic Colors of #dda85e

#dda85e #5edda8 #a85edd

Analogous Colors of #dda85e

#dda85e #d3dd5e #dd695e

Monochromatic Colors of #dda85e

#dda85e

Complementary Color

#dda85e #5e93dd

#dda85e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda85e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda85e Color CSS Codes

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

#dda85e Text Font Color

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

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


#dda85e Background Color

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

This div background color is #dda85e


#dda85e Border Color

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

This div border color is #dda85e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda85e

#dda85e Color Palettes


Comments

No comments written yet.

Please login to write comment.