Color Hex Logo

#dda78a Color Hex

#DDA78A
(221,167,138)
0 Favorites   0 Comments

Color spaces of #dda78a

RGB 221167138
HSL0.060.550.70
HSV21°38°87°
CMYK 0.000.240.38   0.13
XYZ48.225044.844630.1589
Yxy44.84460.39130.3639
Hunter Lab66.966111.354420.1744
CIE-Lab72.789516.080222.7140

#dda78a color RGB value is (221,167,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100111 10001010
Octal 335 247 212
Decimal 221 167 138
Hex DD A7 8A

RGB Percentages of Color #dda78a

%42.02
%31.75
%26.24

CMYK Percentages of Color #dda78a

%0
%24
%38
%13

Triadic Colors of #dda78a

#dda78a #8adda7 #a78add

Analogous Colors of #dda78a

#dda78a #ddd18a #dd8a97

Monochromatic Colors of #dda78a

#dda78a

Complementary Color

#dda78a #8ac0dd

#dda78a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda78a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda78a Color CSS Codes

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

#dda78a Text Font Color

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

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


#dda78a Background Color

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

This div background color is #dda78a


#dda78a Border Color

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

This div border color is #dda78a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,167,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 #dda78a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda78a


Comments

No comments written yet.

Please login to write comment.