Color Hex Logo

#dda65e Color Hex

#DDA65E
(221,166,94)
0 Favorites   0 Comments

Color spaces of #dda65e

RGB 22116694
HSL0.090.650.62
HSV34°57°87°
CMYK 0.000.250.57   0.13
XYZ45.475443.452716.5801
Yxy43.45270.43100.4118
Hunter Lab65.91877.784431.2302
CIE-Lab71.861212.353544.6845

#dda65e color RGB value is (221,166,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100110 01011110
Octal 335 246 136
Decimal 221 166 94
Hex DD A6 5E

RGB Percentages of Color #dda65e

%45.95
%34.51
%19.54

CMYK Percentages of Color #dda65e

%0
%25
%57
%13

Triadic Colors of #dda65e

#dda65e #5edda6 #a65edd

Analogous Colors of #dda65e

#dda65e #d5dd5e #dd675e

Monochromatic Colors of #dda65e

#dda65e

Complementary Color

#dda65e #5e95dd

#dda65e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda65e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda65e Color CSS Codes

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

#dda65e Text Font Color

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

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


#dda65e Background Color

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

This div background color is #dda65e


#dda65e Border Color

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

This div border color is #dda65e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda65e


Comments

No comments written yet.

Please login to write comment.