Color Hex Logo

#dca78e Color Hex

#DCA78E
(220,167,142)
0 Favorites   0 Comments

Color spaces of #dca78e

RGB 220167142
HSL0.050.530.71
HSV19°35°86°
CMYK 0.000.240.35   0.14
XYZ48.216444.806131.6983
Yxy44.80610.38660.3593
Hunter Lab66.937411.437018.7793
CIE-Lab72.764016.166120.4887

#dca78e color RGB value is (220,167,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100111 10001110
Octal 334 247 216
Decimal 220 167 142
Hex DC A7 8E

RGB Percentages of Color #dca78e

%41.59
%31.57
%26.84

CMYK Percentages of Color #dca78e

%0
%24
%35
%14

Triadic Colors of #dca78e

#dca78e #8edca7 #a78edc

Analogous Colors of #dca78e

#dca78e #dcce8e #dc8e9c

Monochromatic Colors of #dca78e

#dca78e

Complementary Color

#dca78e #8ec3dc

#dca78e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca78e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca78e Color CSS Codes

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

#dca78e Text Font Color

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

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


#dca78e Background Color

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

This div background color is #dca78e


#dca78e Border Color

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

This div border color is #dca78e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,167,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca78e


Comments

No comments written yet.

Please login to write comment.