Color Hex Logo

#dda493 Color Hex

#DDA493
(221,164,147)
0 Favorites   0 Comments

Color spaces of #dda493

RGB 221164147
HSL0.040.520.72
HSV14°33°87°
CMYK 0.000.260.33   0.13
XYZ48.360744.029733.5534
Yxy44.02970.38400.3496
Hunter Lab66.354913.973216.4675
CIE-Lab72.248318.786317.0626

#dda493 color RGB value is (221,164,147).

#dda493 hex color red value is 221, green value is 164 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #dda493 hue: 0.04 , saturation: 0.52 and the lightness value of dda493 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100100 10010011
Octal 335 244 223
Decimal 221 164 147
Hex DD A4 93

RGB Percentages of Color #dda493

%41.54
%30.83
%27.63

CMYK Percentages of Color #dda493

%0
%26
%33
%13

Triadic Colors of #dda493

#dda493 #93dda4 #a493dd

Analogous Colors of #dda493

#dda493 #ddc993 #dd93a7

Monochromatic Colors of #dda493

#dda493

Complementary Color

#dda493 #93ccdd

#dda493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda493 Color CSS Codes

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

#dda493 Text Font Color

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

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


#dda493 Background Color

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

This div background color is #dda493


#dda493 Border Color

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

This div border color is #dda493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda493


Comments

No comments written yet.

Please login to write comment.