Color Hex Logo

#ddac89 Color Hex

#DDAC89
(221,172,137)
1 Favorites   0 Comments

Color spaces of #ddac89

RGB 221172137
HSL0.070.550.70
HSV25°38°87°
CMYK 0.000.220.38   0.13
XYZ49.086746.683330.0905
Yxy46.68330.39000.3709
Hunter Lab68.32528.670321.7162
CIE-Lab73.986713.280824.8769

#ddac89 color RGB value is (221,172,137).

#ddac89 hex color red value is 221, green value is 172 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #ddac89 hue: 0.07 , saturation: 0.55 and the lightness value of ddac89 is 0.70.

The process color (four color CMYK) of #ddac89 color hex is 0.00, 0.22, 0.38, 0.13. Web safe color of #ddac89 is #cc9999. Color #ddac89 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101100 10001001
Octal 335 254 211
Decimal 221 172 137
Hex DD AC 89

RGB Percentages of Color #ddac89

%41.70
%32.45
%25.85

CMYK Percentages of Color #ddac89

%0
%22
%38
%13

Triadic Colors of #ddac89

#ddac89 #89ddac #ac89dd

Analogous Colors of #ddac89

#ddac89 #ddd689 #dd8990

Monochromatic Colors of #ddac89

#ddac89

Complementary Color

#ddac89 #89badd

#ddac89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddac89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddac89 Color CSS Codes

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

#ddac89 Text Font Color

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

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


#ddac89 Background Color

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

This div background color is #ddac89


#ddac89 Border Color

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

This div border color is #ddac89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddac89

#ddac89 Color Palettes


Comments

No comments written yet.

Please login to write comment.