Color Hex Logo

#dda99c Color Hex

#DDA99C
(221,169,156)
0 Favorites   0 Comments

Color spaces of #dda99c

RGB 221169156
HSL0.030.490.74
HSV12°29°87°
CMYK 0.000.240.29   0.13
XYZ50.007546.148437.7243
Yxy46.14840.37350.3447
Hunter Lab67.932612.517814.6279
CIE-Lab73.641717.260714.0847

#dda99c color RGB value is (221,169,156).

#dda99c hex color red value is 221, green value is 169 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #dda99c hue: 0.03 , saturation: 0.49 and the lightness value of dda99c is 0.74.

The process color (four color CMYK) of #dda99c color hex is 0.00, 0.24, 0.29, 0.13. Web safe color of #dda99c is #cc9999. Color #dda99c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101001 10011100
Octal 335 251 234
Decimal 221 169 156
Hex DD A9 9C

RGB Percentages of Color #dda99c

%40.48
%30.95
%28.57

CMYK Percentages of Color #dda99c

%0
%24
%29
%13

Triadic Colors of #dda99c

#dda99c #9cdda9 #a99cdd

Analogous Colors of #dda99c

#dda99c #ddca9c #dd9cb0

Monochromatic Colors of #dda99c

#dda99c

Complementary Color

#dda99c #9cd0dd

#dda99c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda99c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda99c Color CSS Codes

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

#dda99c Text Font Color

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

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


#dda99c Background Color

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

This div background color is #dda99c


#dda99c Border Color

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

This div border color is #dda99c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda99c


Comments

No comments written yet.

Please login to write comment.