Color Hex Logo

#dca06e Color Hex

#DCA06E
(220,160,110)
0 Favorites   0 Comments

Color spaces of #dca06e

RGB 220160110
HSL0.080.610.65
HSV27°50°86°
CMYK 0.000.270.50   0.14
XYZ44.900541.483020.3924
Yxy41.48300.42050.3885
Hunter Lab64.407311.725626.3129
CIE-Lab70.513016.509634.7322

#dca06e color RGB value is (220,160,110).

#dca06e hex color red value is 220, green value is 160 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #dca06e hue: 0.08 , saturation: 0.61 and the lightness value of dca06e is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100000 01101110
Octal 334 240 156
Decimal 220 160 110
Hex DC A0 6E

RGB Percentages of Color #dca06e

%44.90
%32.65
%22.45

CMYK Percentages of Color #dca06e

%0
%27
%50
%14

Triadic Colors of #dca06e

#dca06e #6edca0 #a06edc

Analogous Colors of #dca06e

#dca06e #dcd76e #dc6e73

Monochromatic Colors of #dca06e

#dca06e

Complementary Color

#dca06e #6eaadc

#dca06e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca06e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca06e Color CSS Codes

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

#dca06e Text Font Color

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

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


#dca06e Background Color

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

This div background color is #dca06e


#dca06e Border Color

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

This div border color is #dca06e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca06e


Comments

No comments written yet.

Please login to write comment.