Color Hex Logo

#dda38d Color Hex

#DDA38D
(221,163,141)
0 Favorites   0 Comments

Color spaces of #dda38d

RGB 221163141
HSL0.050.540.71
HSV17°36°87°
CMYK 0.000.260.36   0.13
XYZ47.723743.489631.0783
Yxy43.48960.39020.3556
Hunter Lab65.946613.768718.2214
CIE-Lab71.886018.587719.8448

#dda38d color RGB value is (221,163,141).

#dda38d hex color red value is 221, green value is 163 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #dda38d hue: 0.05 , saturation: 0.54 and the lightness value of dda38d is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100011 10001101
Octal 335 243 215
Decimal 221 163 141
Hex DD A3 8D

RGB Percentages of Color #dda38d

%42.10
%31.05
%26.86

CMYK Percentages of Color #dda38d

%0
%26
%36
%13

Triadic Colors of #dda38d

#dda38d #8ddda3 #a38ddd

Analogous Colors of #dda38d

#dda38d #ddcb8d #dd8d9f

Monochromatic Colors of #dda38d

#dda38d

Complementary Color

#dda38d #8dc7dd

#dda38d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda38d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda38d Color CSS Codes

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

#dda38d Text Font Color

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

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


#dda38d Background Color

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

This div background color is #dda38d


#dda38d Border Color

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

This div border color is #dda38d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda38d


Comments

No comments written yet.

Please login to write comment.