Color Hex Logo

#dda99d Color Hex

#DDA99D
(221,169,157)
0 Favorites   0 Comments

Color spaces of #dda99d

RGB 221169157
HSL0.030.480.74
HSV11°29°87°
CMYK 0.000.240.29   0.13
XYZ50.092646.182438.1722
Yxy46.18240.37260.3435
Hunter Lab67.957612.649214.2668
CIE-Lab73.663717.394713.5689

#dda99d color RGB value is (221,169,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101001 10011101
Octal 335 251 235
Decimal 221 169 157
Hex DD A9 9D

RGB Percentages of Color #dda99d

%40.40
%30.90
%28.70

CMYK Percentages of Color #dda99d

%0
%24
%29
%13

Triadic Colors of #dda99d

#dda99d #9ddda9 #a99ddd

Analogous Colors of #dda99d

#dda99d #ddc99d #dd9db1

Monochromatic Colors of #dda99d

#dda99d

Complementary Color

#dda99d #9dd1dd

#dda99d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda99d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda99d Color CSS Codes

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

#dda99d Text Font Color

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

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


#dda99d Background Color

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

This div background color is #dda99d


#dda99d Border Color

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

This div border color is #dda99d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda99d


Comments

No comments written yet.

Please login to write comment.