Color Hex Logo

#ddac72 Color Hex

#DDAC72
(221,172,114)
0 Favorites   0 Comments

Color spaces of #ddac72

RGB 221172114
HSL0.090.610.66
HSV33°48°87°
CMYK 0.000.220.48   0.13
XYZ47.608646.092122.3070
Yxy46.09210.41040.3973
Hunter Lab67.89126.363428.0429
CIE-Lab73.605310.857436.5891

#ddac72 color RGB value is (221,172,114).

#ddac72 hex color red value is 221, green value is 172 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #ddac72 hue: 0.09 , saturation: 0.61 and the lightness value of ddac72 is 0.66.

The process color (four color CMYK) of #ddac72 color hex is 0.00, 0.22, 0.48, 0.13. Web safe color of #ddac72 is #cc9966. Color #ddac72 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101100 01110010
Octal 335 254 162
Decimal 221 172 114
Hex DD AC 72

RGB Percentages of Color #ddac72

%43.59
%33.93
%22.49

CMYK Percentages of Color #ddac72

%0
%22
%48
%13

Triadic Colors of #ddac72

#ddac72 #72ddac #ac72dd

Analogous Colors of #ddac72

#ddac72 #d9dd72 #dd7772

Monochromatic Colors of #ddac72

#ddac72

Complementary Color

#ddac72 #72a3dd

#ddac72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddac72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddac72 Color CSS Codes

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

#ddac72 Text Font Color

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

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


#ddac72 Background Color

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

This div background color is #ddac72


#ddac72 Border Color

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

This div border color is #ddac72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddac72


Comments

No comments written yet.

Please login to write comment.