color codes Logo

#ddac05 color codes

#DDAC05
(221,172,5)
0 Favorites   0 Comments

Color spaces of #ddac05

RGB 2211725
HSL0.130.960.44
HSV46°98°87°
CMYK 0.000.220.98   0.13
XYZ44.598744.88826.4573
Yxy44.88820.46480.4679
Hunter Lab66.99871.573741.1847
CIE-Lab72.81825.698975.1410

#ddac05 color RGB value is (221,172,5).

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

The process color (four color CMYK) of #ddac05 color code is 0.00, 0.22, 0.98, 0.13. Web safe color of #ddac05 is #cc9900. Color #ddac05 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101100 00000101
Octal 335 254 5
Decimal 221 172 5
Hex DD AC 5

RGB Percentages of Color #ddac05

%55.53
%43.22
%1.26

CMYK Percentages of Color #ddac05

%0
%22
%98
%13

Triadic Colors of #ddac05

#ddac05 #05ddac #ac05dd

Analogous Colors of #ddac05

#ddac05 #a2dd05 #dd4005

Monochromatic Colors of #ddac05

#ddac05

Complementary Color

#ddac05 #0536dd

#ddac05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddac05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddac05 Color CSS Codes

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

#ddac05 Text Font Color

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

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


#ddac05 Background Color

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

This div background color is #ddac05


#ddac05 Border Color

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

This div border color is #ddac05


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddac05


Comments

No comments written yet.

Please login to write comment.