Color Hex Logo

#dda47d Color Hex

#DDA47D
(221,164,125)
0 Favorites   0 Comments

Color spaces of #dda47d

RGB 221164125
HSL0.070.590.68
HSV24°43°87°
CMYK 0.000.260.43   0.13
XYZ46.795943.403725.3134
Yxy43.40370.40510.3757
Hunter Lab65.881511.496723.3363
CIE-Lab71.828116.245128.4500

#dda47d color RGB value is (221,164,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100100 01111101
Octal 335 244 175
Decimal 221 164 125
Hex DD A4 7D

RGB Percentages of Color #dda47d

%43.33
%32.16
%24.51

CMYK Percentages of Color #dda47d

%0
%26
%43
%13

Triadic Colors of #dda47d

#dda47d #7ddda4 #a47ddd

Analogous Colors of #dda47d

#dda47d #ddd47d #dd7d86

Monochromatic Colors of #dda47d

#dda47d

Complementary Color

#dda47d #7db6dd

#dda47d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda47d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda47d Color CSS Codes

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

#dda47d Text Font Color

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

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


#dda47d Background Color

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

This div background color is #dda47d


#dda47d Border Color

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

This div border color is #dda47d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda47d


Comments

No comments written yet.

Please login to write comment.