Color Hex Logo

#dda48a Color Hex

#DDA48A
(221,164,138)
0 Favorites   0 Comments

Color spaces of #dda48a

RGB 221164138
HSL0.050.550.70
HSV19°38°87°
CMYK 0.000.260.38   0.13
XYZ47.681743.758029.9778
Yxy43.75800.39270.3604
Hunter Lab66.149812.903019.4358
CIE-Lab72.066417.693421.7289

#dda48a color RGB value is (221,164,138).

#dda48a hex color red value is 221, green value is 164 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #dda48a hue: 0.05 , saturation: 0.55 and the lightness value of dda48a is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100100 10001010
Octal 335 244 212
Decimal 221 164 138
Hex DD A4 8A

RGB Percentages of Color #dda48a

%42.26
%31.36
%26.39

CMYK Percentages of Color #dda48a

%0
%26
%38
%13

Triadic Colors of #dda48a

#dda48a #8adda4 #a48add

Analogous Colors of #dda48a

#dda48a #ddce8a #dd8a9a

Monochromatic Colors of #dda48a

#dda48a

Complementary Color

#dda48a #8ac3dd

#dda48a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda48a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda48a Color CSS Codes

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

#dda48a Text Font Color

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

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


#dda48a Background Color

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

This div background color is #dda48a


#dda48a Border Color

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

This div border color is #dda48a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda48a


Comments

No comments written yet.

Please login to write comment.