Color Hex Logo

#dca64f Color Hex

#DCA64F
(220,166,79)
0 Favorites   0 Comments

Color spaces of #dca64f

RGB 22016679
HSL0.100.670.59
HSV37°64°86°
CMYK 0.000.250.64   0.14
XYZ44.562743.052613.3584
Yxy43.05260.44130.4264
Hunter Lab65.61456.404633.8593
CIE-Lab71.590710.885551.6393

#dca64f color RGB value is (220,166,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100110 01001111
Octal 334 246 117
Decimal 220 166 79
Hex DC A6 4F

RGB Percentages of Color #dca64f

%47.31
%35.70
%16.99

CMYK Percentages of Color #dca64f

%0
%25
%64
%14

Triadic Colors of #dca64f

#dca64f #4fdca6 #a64fdc

Analogous Colors of #dca64f

#dca64f #ccdc4f #dc604f

Monochromatic Colors of #dca64f

#dca64f

Complementary Color

#dca64f #4f85dc

#dca64f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca64f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca64f Color CSS Codes

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

#dca64f Text Font Color

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

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


#dca64f Background Color

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

This div background color is #dca64f


#dca64f Border Color

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

This div border color is #dca64f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca64f


Comments

No comments written yet.

Please login to write comment.