Color Hex Logo

#ddac7f Color Hex

#DDAC7F
(221,172,127)
0 Favorites   0 Comments

Color spaces of #ddac7f

RGB 221172127
HSL0.080.580.68
HSV29°43°87°
CMYK 0.000.220.43   0.13
XYZ48.402146.409526.4855
Yxy46.40950.39900.3826
Hunter Lab68.12457.605424.6364
CIE-Lab73.810512.166929.9983

#ddac7f color RGB value is (221,172,127).

#ddac7f hex color red value is 221, green value is 172 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ddac7f hue: 0.08 , saturation: 0.58 and the lightness value of ddac7f is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101100 01111111
Octal 335 254 177
Decimal 221 172 127
Hex DD AC 7F

RGB Percentages of Color #ddac7f

%42.50
%33.08
%24.42

CMYK Percentages of Color #ddac7f

%0
%22
%43
%13

Triadic Colors of #ddac7f

#ddac7f #7fddac #ac7fdd

Analogous Colors of #ddac7f

#ddac7f #dddb7f #dd7f81

Monochromatic Colors of #ddac7f

#ddac7f

Complementary Color

#ddac7f #7fb0dd

#ddac7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddac7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddac7f Color CSS Codes

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

#ddac7f Text Font Color

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

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


#ddac7f Background Color

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

This div background color is #ddac7f


#ddac7f Border Color

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

This div border color is #ddac7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddac7f


Comments

No comments written yet.

Please login to write comment.