Color Hex Logo

#dda996 Color Hex

#DDA996
(221,169,150)
0 Favorites   0 Comments

Color spaces of #dda996

RGB 221169150
HSL0.040.510.73
HSV16°32°87°
CMYK 0.000.240.32   0.13
XYZ49.511845.950135.1139
Yxy45.95010.37920.3519
Hunter Lab67.786511.751416.7379
CIE-Lab73.513116.476817.1807

#dda996 color RGB value is (221,169,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101001 10010110
Octal 335 251 226
Decimal 221 169 150
Hex DD A9 96

RGB Percentages of Color #dda996

%40.93
%31.30
%27.78

CMYK Percentages of Color #dda996

%0
%24
%32
%13

Triadic Colors of #dda996

#dda996 #96dda9 #a996dd

Analogous Colors of #dda996

#dda996 #ddcd96 #dd96a7

Monochromatic Colors of #dda996

#dda996

Complementary Color

#dda996 #96cadd

#dda996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda996 Color CSS Codes

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

#dda996 Text Font Color

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

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


#dda996 Background Color

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

This div background color is #dda996


#dda996 Border Color

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

This div border color is #dda996


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda996


Comments

No comments written yet.

Please login to write comment.