Color Hex Logo

#dca64a Color Hex

#DCA64A
(220,166,74)
0 Favorites   0 Comments

Color spaces of #dca64a

RGB 22016674
HSL0.110.680.58
HSV38°66°86°
CMYK 0.000.250.66   0.14
XYZ44.387442.982512.4355
Yxy42.98250.44470.4307
Hunter Lab65.56106.119734.6467
CIE-Lab71.543110.580553.9008

#dca64a color RGB value is (220,166,74).

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

The process color (four color CMYK) of #dca64a color hex is 0.00, 0.25, 0.66, 0.14. Web safe color of #dca64a is #cc9933. Color #dca64a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100110 01001010
Octal 334 246 112
Decimal 220 166 74
Hex DC A6 4A

RGB Percentages of Color #dca64a

%47.83
%36.09
%16.09

CMYK Percentages of Color #dca64a

%0
%25
%66
%14

Triadic Colors of #dca64a

#dca64a #4adca6 #a64adc

Analogous Colors of #dca64a

#dca64a #c9dc4a #dc5d4a

Monochromatic Colors of #dca64a

#dca64a

Complementary Color

#dca64a #4a80dc

#dca64a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca64a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca64a Color CSS Codes

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

#dca64a Text Font Color

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

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


#dca64a Background Color

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

This div background color is #dca64a


#dca64a Border Color

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

This div border color is #dca64a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca64a


Comments

No comments written yet.

Please login to write comment.