Color Hex Logo

#ddac25 Color Hex

#DDAC25
(221,172,37)
0 Favorites   0 Comments

Color spaces of #ddac25

RGB 22117237
HSL0.120.730.51
HSV44°83°87°
CMYK 0.000.220.83   0.13
XYZ44.905245.01088.0715
Yxy45.01080.45830.4594
Hunter Lab67.09012.067239.8300
CIE-Lab72.89906.238769.2583

#ddac25 color RGB value is (221,172,37).

#ddac25 hex color red value is 221, green value is 172 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #ddac25 hue: 0.12 , saturation: 0.73 and the lightness value of ddac25 is 0.51.

The process color (four color CMYK) of #ddac25 color hex is 0.00, 0.22, 0.83, 0.13. Web safe color of #ddac25 is #cc9933. Color #ddac25 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101100 00100101
Octal 335 254 45
Decimal 221 172 37
Hex DD AC 25

RGB Percentages of Color #ddac25

%51.40
%40.00
%8.60

CMYK Percentages of Color #ddac25

%0
%22
%83
%13

Triadic Colors of #ddac25

#ddac25 #25ddac #ac25dd

Analogous Colors of #ddac25

#ddac25 #b2dd25 #dd5025

Monochromatic Colors of #ddac25

#ddac25

Complementary Color

#ddac25 #2556dd

#ddac25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddac25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddac25 Color CSS Codes

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

#ddac25 Text Font Color

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

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


#ddac25 Background Color

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

This div background color is #ddac25


#ddac25 Border Color

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

This div border color is #ddac25


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddac25


Comments

No comments written yet.

Please login to write comment.