Color Hex Logo

#dda097 Color Hex

#DDA097
(221,160,151)
0 Favorites   0 Comments

Color spaces of #dda097

RGB 221160151
HSL0.020.510.73
HSV32°87°
CMYK 0.000.280.32   0.13
XYZ47.975542.748135.0008
Yxy42.74810.38160.3400
Hunter Lab65.382016.559714.0279
CIE-Lab71.383721.450713.6566

#dda097 color RGB value is (221,160,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100000 10010111
Octal 335 240 227
Decimal 221 160 151
Hex DD A0 97

RGB Percentages of Color #dda097

%41.54
%30.08
%28.38

CMYK Percentages of Color #dda097

%0
%28
%32
%13

Triadic Colors of #dda097

#dda097 #97dda0 #a097dd

Analogous Colors of #dda097

#dda097 #ddc397 #dd97b1

Monochromatic Colors of #dda097

#dda097

Complementary Color

#dda097 #97d4dd

#dda097 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda097 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda097 Color CSS Codes

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

#dda097 Text Font Color

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

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


#dda097 Background Color

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

This div background color is #dda097


#dda097 Border Color

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

This div border color is #dda097


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda097


Comments

No comments written yet.

Please login to write comment.