Color Hex Logo

#dda593 Color Hex

#DDA593
(221,165,147)
0 Favorites   0 Comments

Color spaces of #dda593

RGB 221165147
HSL0.040.520.72
HSV15°33°87°
CMYK 0.000.250.33   0.13
XYZ48.540444.389033.6133
Yxy44.38900.38360.3508
Hunter Lab66.625113.454216.7249
CIE-Lab72.487718.248217.3951

#dda593 color RGB value is (221,165,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100101 10010011
Octal 335 245 223
Decimal 221 165 147
Hex DD A5 93

RGB Percentages of Color #dda593

%41.46
%30.96
%27.58

CMYK Percentages of Color #dda593

%0
%25
%33
%13

Triadic Colors of #dda593

#dda593 #93dda5 #a593dd

Analogous Colors of #dda593

#dda593 #ddca93 #dd93a6

Monochromatic Colors of #dda593

#dda593

Complementary Color

#dda593 #93cbdd

#dda593 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda593 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda593 Color CSS Codes

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

#dda593 Text Font Color

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

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


#dda593 Background Color

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

This div background color is #dda593


#dda593 Border Color

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

This div border color is #dda593


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda593


Comments

No comments written yet.

Please login to write comment.