color codes Logo

#dda55e color codes

#DDA55E
(221,165,94)
0 Favorites   0 Comments

Color spaces of #dda55e

RGB 22116594
HSL0.090.650.62
HSV34°57°87°
CMYK 0.000.250.57   0.13
XYZ45.294343.090616.5197
Yxy43.09060.43180.4108
Hunter Lab65.64348.289931.0296
CIE-Lab71.616412.888644.3924

#dda55e color RGB value is (221,165,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100101 01011110
Octal 335 245 136
Decimal 221 165 94
Hex DD A5 5E

RGB Percentages of Color #dda55e

%46.04
%34.38
%19.58

CMYK Percentages of Color #dda55e

%0
%25
%57
%13

Triadic Colors of #dda55e

#dda55e #5edda5 #a55edd

Analogous Colors of #dda55e

#dda55e #d6dd5e #dd665e

Monochromatic Colors of #dda55e

#dda55e

Complementary Color

#dda55e #5e96dd

#dda55e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda55e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda55e Color CSS Codes

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

#dda55e Text Font Color

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

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


#dda55e Background Color

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

This div background color is #dda55e


#dda55e Border Color

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

This div border color is #dda55e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda55e


Comments

No comments written yet.

Please login to write comment.