Color Hex Logo

#dca076 Color Hex

#DCA076
(220,160,118)
0 Favorites   0 Comments

Color spaces of #dca076

RGB 220160118
HSL0.070.590.66
HSV25°46°86°
CMYK 0.000.270.46   0.14
XYZ45.356041.665322.7912
Yxy41.66530.41300.3794
Hunter Lab64.548712.465324.2496
CIE-Lab70.639517.276530.6289

#dca076 color RGB value is (220,160,118).

#dca076 hex color red value is 220, green value is 160 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #dca076 hue: 0.07 , saturation: 0.59 and the lightness value of dca076 is 0.66.

The process color (four color CMYK) of #dca076 color hex is 0.00, 0.27, 0.46, 0.14. Web safe color of #dca076 is #cc9966. Color #dca076 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100000 01110110
Octal 334 240 166
Decimal 220 160 118
Hex DC A0 76

RGB Percentages of Color #dca076

%44.18
%32.13
%23.69

CMYK Percentages of Color #dca076

%0
%27
%46
%14

Triadic Colors of #dca076

#dca076 #76dca0 #a076dc

Analogous Colors of #dca076

#dca076 #dcd376 #dc767f

Monochromatic Colors of #dca076

#dca076

Complementary Color

#dca076 #76b2dc

#dca076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca076 Color CSS Codes

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

#dca076 Text Font Color

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

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


#dca076 Background Color

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

This div background color is #dca076


#dca076 Border Color

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

This div border color is #dca076


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca076


Comments

No comments written yet.

Please login to write comment.