Color Hex Logo

#dda78d Color Hex

#DDA78D
(221,167,141)
0 Favorites   0 Comments

Color spaces of #dda78d

RGB 221167141
HSL0.050.540.71
HSV20°36°87°
CMYK 0.000.240.36   0.13
XYZ48.445244.932731.3188
Yxy44.93270.38850.3603
Hunter Lab67.031911.699619.2207
CIE-Lab72.847616.435821.1638

#dda78d color RGB value is (221,167,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100111 10001101
Octal 335 247 215
Decimal 221 167 141
Hex DD A7 8D

RGB Percentages of Color #dda78d

%41.78
%31.57
%26.65

CMYK Percentages of Color #dda78d

%0
%24
%36
%13

Triadic Colors of #dda78d

#dda78d #8ddda7 #a78ddd

Analogous Colors of #dda78d

#dda78d #ddcf8d #dd8d9b

Monochromatic Colors of #dda78d

#dda78d

Complementary Color

#dda78d #8dc3dd

#dda78d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda78d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda78d Color CSS Codes

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

#dda78d Text Font Color

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

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


#dda78d Background Color

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

This div background color is #dda78d


#dda78d Border Color

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

This div border color is #dda78d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda78d


Comments

No comments written yet.

Please login to write comment.