Color Hex Logo

#dda899 Color Hex

#DDA899
(221,168,153)
0 Favorites   0 Comments

Color spaces of #dda899

RGB 221168153
HSL0.040.500.73
HSV13°31°87°
CMYK 0.000.240.31   0.13
XYZ49.571245.677336.3409
Yxy45.67730.37670.3471
Hunter Lab67.585012.649715.4289
CIE-Lab73.335617.402715.2954

#dda899 color RGB value is (221,168,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101000 10011001
Octal 335 250 231
Decimal 221 168 153
Hex DD A8 99

RGB Percentages of Color #dda899

%40.77
%31.00
%28.23

CMYK Percentages of Color #dda899

%0
%24
%31
%13

Triadic Colors of #dda899

#dda899 #99dda8 #a899dd

Analogous Colors of #dda899

#dda899 #ddca99 #dd99ac

Monochromatic Colors of #dda899

#dda899

Complementary Color

#dda899 #99cedd

#dda899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda899 Color CSS Codes

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

#dda899 Text Font Color

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

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


#dda899 Background Color

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

This div background color is #dda899


#dda899 Border Color

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

This div border color is #dda899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda899


Comments

No comments written yet.

Please login to write comment.