Color Hex Logo

#dca44f Color Hex

#DCA44F
(220,164,79)
0 Favorites   0 Comments

Color spaces of #dca44f

RGB 22016479
HSL0.100.670.59
HSV36°64°86°
CMYK 0.000.250.64   0.14
XYZ44.201942.331113.2382
Yxy42.33110.44300.4243
Hunter Lab65.06247.409833.4799
CIE-Lab71.098611.955351.0899

#dca44f color RGB value is (220,164,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100100 01001111
Octal 334 244 117
Decimal 220 164 79
Hex DC A4 4F

RGB Percentages of Color #dca44f

%47.52
%35.42
%17.06

CMYK Percentages of Color #dca44f

%0
%25
%64
%14

Triadic Colors of #dca44f

#dca44f #4fdca4 #a44fdc

Analogous Colors of #dca44f

#dca44f #cedc4f #dc5e4f

Monochromatic Colors of #dca44f

#dca44f

Complementary Color

#dca44f #4f87dc

#dca44f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca44f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca44f Color CSS Codes

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

#dca44f Text Font Color

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

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


#dca44f Background Color

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

This div background color is #dca44f


#dca44f Border Color

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

This div border color is #dca44f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,164,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 #dca44f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca44f


Comments

No comments written yet.

Please login to write comment.