Color Hex Logo

#dca077 Color Hex

#DCA077
(220,160,119)
0 Favorites   0 Comments

Color spaces of #dca077

RGB 220160119
HSL0.070.590.66
HSV24°46°86°
CMYK 0.000.270.46   0.14
XYZ45.415841.689223.1059
Yxy41.68920.41210.3783
Hunter Lab64.567212.562323.9796
CIE-Lab70.656117.376830.1134

#dca077 color RGB value is (220,160,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100000 01110111
Octal 334 240 167
Decimal 220 160 119
Hex DC A0 77

RGB Percentages of Color #dca077

%44.09
%32.06
%23.85

CMYK Percentages of Color #dca077

%0
%27
%46
%14

Triadic Colors of #dca077

#dca077 #77dca0 #a077dc

Analogous Colors of #dca077

#dca077 #dcd377 #dc7781

Monochromatic Colors of #dca077

#dca077

Complementary Color

#dca077 #77b3dc

#dca077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca077 Color CSS Codes

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

#dca077 Text Font Color

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

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


#dca077 Background Color

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

This div background color is #dca077


#dca077 Border Color

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

This div border color is #dca077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca077


Comments

No comments written yet.

Please login to write comment.