Color Hex Logo

#dca64e Color Hex

#DCA64E
(220,166,78)
0 Favorites   0 Comments

Color spaces of #dca64e

RGB 22016678
HSL0.100.670.58
HSV37°65°86°
CMYK 0.000.250.65   0.14
XYZ44.526643.038113.1681
Yxy43.03810.44200.4273
Hunter Lab65.60346.346234.0215
CIE-Lab71.580810.823052.0965

#dca64e color RGB value is (220,166,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100110 01001110
Octal 334 246 116
Decimal 220 166 78
Hex DC A6 4E

RGB Percentages of Color #dca64e

%47.41
%35.78
%16.81

CMYK Percentages of Color #dca64e

%0
%25
%65
%14

Triadic Colors of #dca64e

#dca64e #4edca6 #a64edc

Analogous Colors of #dca64e

#dca64e #cbdc4e #dc5f4e

Monochromatic Colors of #dca64e

#dca64e

Complementary Color

#dca64e #4e84dc

#dca64e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca64e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca64e Color CSS Codes

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

#dca64e Text Font Color

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

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


#dca64e Background Color

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

This div background color is #dca64e


#dca64e Border Color

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

This div border color is #dca64e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca64e


Comments

No comments written yet.

Please login to write comment.