Color Hex Logo

#dda397 Color Hex

#DDA397
(221,163,151)
0 Favorites   0 Comments

Color spaces of #dda397

RGB 221163151
HSL0.030.510.73
HSV10°32°87°
CMYK 0.000.260.32   0.13
XYZ48.501943.800935.1762
Yxy43.80090.38050.3436
Hunter Lab66.182214.995414.8146
CIE-Lab72.095219.834414.6550

#dda397 color RGB value is (221,163,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100011 10010111
Octal 335 243 227
Decimal 221 163 151
Hex DD A3 97

RGB Percentages of Color #dda397

%41.31
%30.47
%28.22

CMYK Percentages of Color #dda397

%0
%26
%32
%13

Triadic Colors of #dda397

#dda397 #97dda3 #a397dd

Analogous Colors of #dda397

#dda397 #ddc697 #dd97ae

Monochromatic Colors of #dda397

#dda397

Complementary Color

#dda397 #97d1dd

#dda397 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda397 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda397 Color CSS Codes

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

#dda397 Text Font Color

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

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


#dda397 Background Color

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

This div background color is #dda397


#dda397 Border Color

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

This div border color is #dda397


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda397


Comments

No comments written yet.

Please login to write comment.