Color Hex Logo

#ddae3e Color Hex

#DDAE3E
(221,174,62)
0 Favorites   0 Comments

Color spaces of #ddae3e

RGB 22117462
HSL0.120.700.55
HSV42°72°87°
CMYK 0.000.210.72   0.13
XYZ45.824345.992111.0196
Yxy45.99210.44560.4472
Hunter Lab67.81751.932037.8383
CIE-Lab73.54046.112961.1766

#ddae3e color RGB value is (221,174,62).

#ddae3e hex color red value is 221, green value is 174 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ddae3e hue: 0.12 , saturation: 0.70 and the lightness value of ddae3e is 0.55.

The process color (four color CMYK) of #ddae3e color hex is 0.00, 0.21, 0.72, 0.13. Web safe color of #ddae3e is #cc9933. Color #ddae3e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101110 00111110
Octal 335 256 76
Decimal 221 174 62
Hex DD AE 3E

RGB Percentages of Color #ddae3e

%48.36
%38.07
%13.57

CMYK Percentages of Color #ddae3e

%0
%21
%72
%13

Triadic Colors of #ddae3e

#ddae3e #3eddae #ae3edd

Analogous Colors of #ddae3e

#ddae3e #bddd3e #dd5f3e

Monochromatic Colors of #ddae3e

#ddae3e

Complementary Color

#ddae3e #3e6ddd

#ddae3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddae3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddae3e Color CSS Codes

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

#ddae3e Text Font Color

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

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


#ddae3e Background Color

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

This div background color is #ddae3e


#ddae3e Border Color

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

This div border color is #ddae3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddae3e

#ddae3e Color Palettes


Comments

No comments written yet.

Please login to write comment.