Color Hex Logo

#ddae3a Color Hex

#DDAE3A
(221,174,58)
0 Favorites   0 Comments

Color spaces of #ddae3a

RGB 22117458
HSL0.120.710.55
HSV43°74°87°
CMYK 0.000.210.74   0.13
XYZ45.718645.949710.4625
Yxy45.94970.44760.4499
Hunter Lab67.78621.764038.2992
CIE-Lab73.51295.929962.7270

#ddae3a color RGB value is (221,174,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101110 00111010
Octal 335 256 72
Decimal 221 174 58
Hex DD AE 3A

RGB Percentages of Color #ddae3a

%48.79
%38.41
%12.80

CMYK Percentages of Color #ddae3a

%0
%21
%74
%13

Triadic Colors of #ddae3a

#ddae3a #3addae #ae3add

Analogous Colors of #ddae3a

#ddae3a #bbdd3a #dd5d3a

Monochromatic Colors of #ddae3a

#ddae3a

Complementary Color

#ddae3a #3a69dd

#ddae3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddae3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddae3a Color CSS Codes

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

#ddae3a Text Font Color

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

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


#ddae3a Background Color

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

This div background color is #ddae3a


#ddae3a Border Color

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

This div border color is #ddae3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddae3a


Comments

No comments written yet.

Please login to write comment.