Color Hex Logo

#dda496 Color Hex

#DDA496
(221,164,150)
0 Favorites   0 Comments

Color spaces of #dda496

RGB 221164150
HSL0.030.510.73
HSV12°32°87°
CMYK 0.000.260.32   0.13
XYZ48.599344.125134.8097
Yxy44.12510.38110.3460
Hunter Lab66.426714.347915.4289
CIE-Lab72.312019.167215.5071

#dda496 color RGB value is (221,164,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100100 10010110
Octal 335 244 226
Decimal 221 164 150
Hex DD A4 96

RGB Percentages of Color #dda496

%41.31
%30.65
%28.04

CMYK Percentages of Color #dda496

%0
%26
%32
%13

Triadic Colors of #dda496

#dda496 #96dda4 #a496dd

Analogous Colors of #dda496

#dda496 #ddc896 #dd96ac

Monochromatic Colors of #dda496

#dda496

Complementary Color

#dda496 #96cfdd

#dda496 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda496 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda496 Color CSS Codes

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

#dda496 Text Font Color

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

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


#dda496 Background Color

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

This div background color is #dda496


#dda496 Border Color

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

This div border color is #dda496


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda496


Comments

No comments written yet.

Please login to write comment.