Color Hex Logo

#ddb9ac Color Hex

#DDB9AC
(221,185,172)
0 Favorites   0 Comments

Color spaces of #ddb9ac

RGB 221185172
HSL0.040.420.77
HSV16°22°87°
CMYK 0.000.160.22   0.13
XYZ54.614153.048646.3907
Yxy53.04860.35450.3444
Hunter Lab72.83456.385913.2204
CIE-Lab77.903710.922411.4085

#ddb9ac color RGB value is (221,185,172).

#ddb9ac hex color red value is 221, green value is 185 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ddb9ac hue: 0.04 , saturation: 0.42 and the lightness value of ddb9ac is 0.77.

The process color (four color CMYK) of #ddb9ac color hex is 0.00, 0.16, 0.22, 0.13. Web safe color of #ddb9ac is #cccc99. Color #ddb9ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111001 10101100
Octal 335 271 254
Decimal 221 185 172
Hex DD B9 AC

RGB Percentages of Color #ddb9ac

%38.24
%32.01
%29.76

CMYK Percentages of Color #ddb9ac

%0
%16
%22
%13

Triadic Colors of #ddb9ac

#ddb9ac #acddb9 #b9acdd

Analogous Colors of #ddb9ac

#ddb9ac #ddd2ac #ddacb8

Monochromatic Colors of #ddb9ac

#ddb9ac

Complementary Color

#ddb9ac #acd0dd

#ddb9ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb9ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb9ac Color CSS Codes

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

#ddb9ac Text Font Color

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

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


#ddb9ac Background Color

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

This div background color is #ddb9ac


#ddb9ac Border Color

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

This div border color is #ddb9ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb9ac


Comments

No comments written yet.

Please login to write comment.