Color Hex Logo

#dda47b Color Hex

#DDA47B
(221,164,123)
0 Favorites   0 Comments

Color spaces of #dda47b

RGB 221164123
HSL0.070.590.67
HSV25°44°87°
CMYK 0.000.260.44   0.13
XYZ46.669443.353124.6471
Yxy43.35310.40700.3781
Hunter Lab65.843111.295023.8961
CIE-Lab71.794016.036229.4797

#dda47b color RGB value is (221,164,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100100 01111011
Octal 335 244 173
Decimal 221 164 123
Hex DD A4 7B

RGB Percentages of Color #dda47b

%43.50
%32.28
%24.21

CMYK Percentages of Color #dda47b

%0
%26
%44
%13

Triadic Colors of #dda47b

#dda47b #7bdda4 #a47bdd

Analogous Colors of #dda47b

#dda47b #ddd57b #dd7b83

Monochromatic Colors of #dda47b

#dda47b

Complementary Color

#dda47b #7bb4dd

#dda47b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda47b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda47b Color CSS Codes

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

#dda47b Text Font Color

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

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


#dda47b Background Color

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

This div background color is #dda47b


#dda47b Border Color

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

This div border color is #dda47b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda47b


Comments

No comments written yet.

Please login to write comment.