Color Hex Logo

#dda999 Color Hex

#DDA999
(221,169,153)
0 Favorites   0 Comments

Color spaces of #dda999

RGB 221169153
HSL0.040.500.73
HSV14°31°87°
CMYK 0.000.240.31   0.13
XYZ49.756546.048036.4027
Yxy46.04800.37640.3483
Hunter Lab67.858712.130115.6950
CIE-Lab73.576716.864715.6324

#dda999 color RGB value is (221,169,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101001 10011001
Octal 335 251 231
Decimal 221 169 153
Hex DD A9 99

RGB Percentages of Color #dda999

%40.70
%31.12
%28.18

CMYK Percentages of Color #dda999

%0
%24
%31
%13

Triadic Colors of #dda999

#dda999 #99dda9 #a999dd

Analogous Colors of #dda999

#dda999 #ddcb99 #dd99ab

Monochromatic Colors of #dda999

#dda999

Complementary Color

#dda999 #99cddd

#dda999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda999 Color CSS Codes

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

#dda999 Text Font Color

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

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


#dda999 Background Color

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

This div background color is #dda999


#dda999 Border Color

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

This div border color is #dda999


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,169,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 #dda999">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda999


Comments

No comments written yet.

Please login to write comment.