Color Hex Logo

#dda47f Color Hex

#DDA47F
(221,164,127)
0 Favorites   0 Comments

Color spaces of #dda47f

RGB 221164127
HSL0.070.580.68
HSV24°43°87°
CMYK 0.000.260.43   0.13
XYZ46.925043.455425.9932
Yxy43.45540.40320.3734
Hunter Lab65.920711.702222.7659
CIE-Lab71.863016.457627.4189

#dda47f color RGB value is (221,164,127).

#dda47f hex color red value is 221, green value is 164 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #dda47f hue: 0.07 , saturation: 0.58 and the lightness value of dda47f is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100100 01111111
Octal 335 244 177
Decimal 221 164 127
Hex DD A4 7F

RGB Percentages of Color #dda47f

%43.16
%32.03
%24.80

CMYK Percentages of Color #dda47f

%0
%26
%43
%13

Triadic Colors of #dda47f

#dda47f #7fdda4 #a47fdd

Analogous Colors of #dda47f

#dda47f #ddd37f #dd7f89

Monochromatic Colors of #dda47f

#dda47f

Complementary Color

#dda47f #7fb8dd

#dda47f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda47f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda47f Color CSS Codes

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

#dda47f Text Font Color

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

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


#dda47f Background Color

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

This div background color is #dda47f


#dda47f Border Color

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

This div border color is #dda47f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda47f


Comments

No comments written yet.

Please login to write comment.