Color Hex Logo

#ddac07 Color Hex

#DDAC07
(221,172,7)
0 Favorites   0 Comments

Color spaces of #ddac07

RGB 2211727
HSL0.130.940.45
HSV46°97°87°
CMYK 0.000.220.97   0.13
XYZ44.609744.89256.5150
Yxy44.89250.46460.4675
Hunter Lab67.00191.591741.1362
CIE-Lab72.82115.718674.9143

#ddac07 color RGB value is (221,172,7).

#ddac07 hex color red value is 221, green value is 172 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #ddac07 hue: 0.13 , saturation: 0.94 and the lightness value of ddac07 is 0.45.

The process color (four color CMYK) of #ddac07 color hex is 0.00, 0.22, 0.97, 0.13. Web safe color of #ddac07 is #cc9900. Color #ddac07 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101100 00000111
Octal 335 254 7
Decimal 221 172 7
Hex DD AC 7

RGB Percentages of Color #ddac07

%55.25
%43.00
%1.75

CMYK Percentages of Color #ddac07

%0
%22
%97
%13

Triadic Colors of #ddac07

#ddac07 #07ddac #ac07dd

Analogous Colors of #ddac07

#ddac07 #a3dd07 #dd4107

Monochromatic Colors of #ddac07

#ddac07

Complementary Color

#ddac07 #0738dd

#ddac07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddac07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddac07 Color CSS Codes

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

#ddac07 Text Font Color

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

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


#ddac07 Background Color

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

This div background color is #ddac07


#ddac07 Border Color

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

This div border color is #ddac07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddac07


Comments

No comments written yet.

Please login to write comment.