Color Hex Logo

#dd997a Color Hex

#DD997A
(221,153,122)
0 Favorites   0 Comments

Color spaces of #dd997a

RGB 221153122
HSL0.050.590.67
HSV19°45°87°
CMYK 0.000.310.45   0.13
XYZ44.722939.559823.6910
Yxy39.55980.41420.3664
Hunter Lab62.896616.854221.6951
CIE-Lab69.154821.849626.5264

#dd997a color RGB value is (221,153,122).

#dd997a hex color red value is 221, green value is 153 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #dd997a hue: 0.05 , saturation: 0.59 and the lightness value of dd997a is 0.67.

The process color (four color CMYK) of #dd997a color hex is 0.00, 0.31, 0.45, 0.13. Web safe color of #dd997a is #cc9966. Color #dd997a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10011001 01111010
Octal 335 231 172
Decimal 221 153 122
Hex DD 99 7A

RGB Percentages of Color #dd997a

%44.56
%30.85
%24.60

CMYK Percentages of Color #dd997a

%0
%31
%45
%13

Triadic Colors of #dd997a

#dd997a #7add99 #997add

Analogous Colors of #dd997a

#dd997a #ddcb7a #dd7a8d

Monochromatic Colors of #dd997a

#dd997a

Complementary Color

#dd997a #7abedd

#dd997a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd997a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd997a Color CSS Codes

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

#dd997a Text Font Color

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

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


#dd997a Background Color

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

This div background color is #dd997a


#dd997a Border Color

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

This div border color is #dd997a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd997a


Comments

No comments written yet.

Please login to write comment.