Color Hex Logo

#dca78d Color Hex

#DCA78D
(220,167,141)
0 Favorites   0 Comments

Color spaces of #dca78d

RGB 220167141
HSL0.050.530.71
HSV20°36°86°
CMYK 0.000.240.36   0.14
XYZ48.141644.776231.3046
Yxy44.77620.38750.3605
Hunter Lab66.915011.319419.1031
CIE-Lab72.744316.044921.0057

#dca78d color RGB value is (220,167,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100111 10001101
Octal 334 247 215
Decimal 220 167 141
Hex DC A7 8D

RGB Percentages of Color #dca78d

%41.67
%31.63
%26.70

CMYK Percentages of Color #dca78d

%0
%24
%36
%14

Triadic Colors of #dca78d

#dca78d #8ddca7 #a78ddc

Analogous Colors of #dca78d

#dca78d #dccf8d #dc8d9b

Monochromatic Colors of #dca78d

#dca78d

Complementary Color

#dca78d #8dc2dc

#dca78d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca78d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca78d Color CSS Codes

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

#dca78d Text Font Color

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

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


#dca78d Background Color

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

This div background color is #dca78d


#dca78d Border Color

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

This div border color is #dca78d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca78d


Comments

No comments written yet.

Please login to write comment.