Color Hex Logo

#dca65e Color Hex

#DCA65E
(220,166,94)
0 Favorites   0 Comments

Color spaces of #dca65e

RGB 22016694
HSL0.100.640.62
HSV34°57°86°
CMYK 0.000.250.57   0.14
XYZ45.171843.296216.5659
Yxy43.29620.43010.4122
Hunter Lab65.79987.391131.1329
CIE-Lab71.755511.936544.5329

#dca65e color RGB value is (220,166,94).

#dca65e hex color red value is 220, green value is 166 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #dca65e hue: 0.10 , saturation: 0.64 and the lightness value of dca65e is 0.62.

The process color (four color CMYK) of #dca65e color hex is 0.00, 0.25, 0.57, 0.14. Web safe color of #dca65e is #cc9966. Color #dca65e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100110 01011110
Octal 334 246 136
Decimal 220 166 94
Hex DC A6 5E

RGB Percentages of Color #dca65e

%45.83
%34.58
%19.58

CMYK Percentages of Color #dca65e

%0
%25
%57
%14

Triadic Colors of #dca65e

#dca65e #5edca6 #a65edc

Analogous Colors of #dca65e

#dca65e #d3dc5e #dc675e

Monochromatic Colors of #dca65e

#dca65e

Complementary Color

#dca65e #5e94dc

#dca65e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca65e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca65e Color CSS Codes

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

#dca65e Text Font Color

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

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


#dca65e Background Color

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

This div background color is #dca65e


#dca65e Border Color

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

This div border color is #dca65e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca65e


Comments

No comments written yet.

Please login to write comment.