Color Hex Logo

#dda095 Color Hex

#DDA095
(221,160,149)
0 Favorites   0 Comments

Color spaces of #dda095

RGB 221160149
HSL0.030.510.73
HSV33°87°
CMYK 0.000.280.33   0.13
XYZ47.814442.683734.1525
Yxy42.68370.38360.3424
Hunter Lab65.332816.304614.7393
CIE-Lab71.339821.193914.6969

#dda095 color RGB value is (221,160,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100000 10010101
Octal 335 240 225
Decimal 221 160 149
Hex DD A0 95

RGB Percentages of Color #dda095

%41.70
%30.19
%28.11

CMYK Percentages of Color #dda095

%0
%28
%33
%13

Triadic Colors of #dda095

#dda095 #95dda0 #a095dd

Analogous Colors of #dda095

#dda095 #ddc495 #dd95ae

Monochromatic Colors of #dda095

#dda095

Complementary Color

#dda095 #95d2dd

#dda095 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda095 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda095 Color CSS Codes

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

#dda095 Text Font Color

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

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


#dda095 Background Color

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

This div background color is #dda095


#dda095 Border Color

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

This div border color is #dda095


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda095

#dda095 Color Palettes


Comments

No comments written yet.

Please login to write comment.