Color Hex Logo

#dda37a Color Hex

#DDA37A
(221,163,122)
0 Favorites   0 Comments

Color spaces of #dda37a

RGB 221163122
HSL0.070.590.67
HSV25°45°87°
CMYK 0.000.260.45   0.13
XYZ46.428842.971724.2597
Yxy42.97170.40850.3781
Hunter Lab65.552811.708023.9450
CIE-Lab71.535816.470129.6765

#dda37a color RGB value is (221,163,122).

#dda37a hex color red value is 221, green value is 163 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #dda37a hue: 0.07 , saturation: 0.59 and the lightness value of dda37a is 0.67.

The process color (four color CMYK) of #dda37a color hex is 0.00, 0.26, 0.45, 0.13. Web safe color of #dda37a is #cc9966. Color #dda37a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100011 01111010
Octal 335 243 172
Decimal 221 163 122
Hex DD A3 7A

RGB Percentages of Color #dda37a

%43.68
%32.21
%24.11

CMYK Percentages of Color #dda37a

%0
%26
%45
%13

Triadic Colors of #dda37a

#dda37a #7adda3 #a37add

Analogous Colors of #dda37a

#dda37a #ddd57a #dd7a83

Monochromatic Colors of #dda37a

#dda37a

Complementary Color

#dda37a #7ab4dd

#dda37a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda37a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda37a Color CSS Codes

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

#dda37a Text Font Color

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

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


#dda37a Background Color

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

This div background color is #dda37a


#dda37a Border Color

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

This div border color is #dda37a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda37a


Comments

No comments written yet.

Please login to write comment.