Color Hex Logo

#ddae3b Color Hex

#DDAE3B
(221,174,59)
0 Favorites   0 Comments

Color spaces of #ddae3b

RGB 22117459
HSL0.120.700.55
HSV43°73°87°
CMYK 0.000.210.73   0.13
XYZ45.744345.960010.5979
Yxy45.96000.44710.4493
Hunter Lab67.79381.804838.1871
CIE-Lab73.51965.974462.3451

#ddae3b color RGB value is (221,174,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101110 00111011
Octal 335 256 73
Decimal 221 174 59
Hex DD AE 3B

RGB Percentages of Color #ddae3b

%48.68
%38.33
%13.00

CMYK Percentages of Color #ddae3b

%0
%21
%73
%13

Triadic Colors of #ddae3b

#ddae3b #3bddae #ae3bdd

Analogous Colors of #ddae3b

#ddae3b #bbdd3b #dd5d3b

Monochromatic Colors of #ddae3b

#ddae3b

Complementary Color

#ddae3b #3b6add

#ddae3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddae3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddae3b Color CSS Codes

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

#ddae3b Text Font Color

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

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


#ddae3b Background Color

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

This div background color is #ddae3b


#ddae3b Border Color

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

This div border color is #ddae3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddae3b


Comments

No comments written yet.

Please login to write comment.