Color Hex Logo

#ddac12 Color Hex

#DDAC12
(221,172,18)
0 Favorites   0 Comments

Color spaces of #ddac12

RGB 22117218
HSL0.130.850.47
HSV46°92°87°
CMYK 0.000.220.92   0.13
XYZ44.680544.92096.8879
Yxy44.92090.46310.4656
Hunter Lab67.02311.705640.8230
CIE-Lab72.83985.843373.4817

#ddac12 color RGB value is (221,172,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101100 00010010
Octal 335 254 22
Decimal 221 172 18
Hex DD AC 12

RGB Percentages of Color #ddac12

%53.77
%41.85
%4.38

CMYK Percentages of Color #ddac12

%0
%22
%92
%13

Triadic Colors of #ddac12

#ddac12 #12ddac #ac12dd

Analogous Colors of #ddac12

#ddac12 #a9dd12 #dd4612

Monochromatic Colors of #ddac12

#ddac12

Complementary Color

#ddac12 #1243dd

#ddac12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddac12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddac12 Color CSS Codes

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

#ddac12 Text Font Color

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

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


#ddac12 Background Color

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

This div background color is #ddac12


#ddac12 Border Color

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

This div border color is #ddac12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddac12


Comments

No comments written yet.

Please login to write comment.