Color Hex Logo

#dda797 Color Hex

#DDA797
(221,167,151)
0 Favorites   0 Comments

Color spaces of #dda797

RGB 221167151
HSL0.040.510.73
HSV14°32°87°
CMYK 0.000.240.32   0.13
XYZ49.223445.244035.4168
Yxy45.24400.37900.3483
Hunter Lab67.263712.914515.8662
CIE-Lab73.052317.680715.9929

#dda797 color RGB value is (221,167,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100111 10010111
Octal 335 247 227
Decimal 221 167 151
Hex DD A7 97

RGB Percentages of Color #dda797

%41.00
%30.98
%28.01

CMYK Percentages of Color #dda797

%0
%24
%32
%13

Triadic Colors of #dda797

#dda797 #97dda7 #a797dd

Analogous Colors of #dda797

#dda797 #ddca97 #dd97aa

Monochromatic Colors of #dda797

#dda797

Complementary Color

#dda797 #97cddd

#dda797 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda797 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda797 Color CSS Codes

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

#dda797 Text Font Color

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

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


#dda797 Background Color

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

This div background color is #dda797


#dda797 Border Color

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

This div border color is #dda797


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda797


Comments

No comments written yet.

Please login to write comment.