Color Hex Logo

#dda99a Color Hex

#DDA99A
(221,169,154)
0 Favorites   0 Comments

Color spaces of #dda99a

RGB 221169154
HSL0.040.500.74
HSV13°30°87°
CMYK 0.000.240.30   0.13
XYZ49.839546.081236.8396
Yxy46.08120.37540.3471
Hunter Lab67.883112.258415.3420
CIE-Lab73.598216.995915.1164

#dda99a color RGB value is (221,169,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101001 10011010
Octal 335 251 232
Decimal 221 169 154
Hex DD A9 9A

RGB Percentages of Color #dda99a

%40.63
%31.07
%28.31

CMYK Percentages of Color #dda99a

%0
%24
%30
%13

Triadic Colors of #dda99a

#dda99a #9adda9 #a99add

Analogous Colors of #dda99a

#dda99a #ddcb9a #dd9aad

Monochromatic Colors of #dda99a

#dda99a

Complementary Color

#dda99a #9acedd

#dda99a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda99a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda99a Color CSS Codes

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

#dda99a Text Font Color

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

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


#dda99a Background Color

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

This div background color is #dda99a


#dda99a Border Color

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

This div border color is #dda99a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda99a


Comments

No comments written yet.

Please login to write comment.