Color Hex Logo

#dca064 Color Hex

#DCA064
(220,160,100)
0 Favorites   0 Comments

Color spaces of #dca064

RGB 220160100
HSL0.080.630.63
HSV30°55°86°
CMYK 0.000.270.55   0.14
XYZ44.386341.277417.6845
Yxy41.27740.42950.3994
Hunter Lab64.247510.886228.6533
CIE-Lab70.369815.634439.7927

#dca064 color RGB value is (220,160,100).

#dca064 hex color red value is 220, green value is 160 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #dca064 hue: 0.08 , saturation: 0.63 and the lightness value of dca064 is 0.63.

The process color (four color CMYK) of #dca064 color hex is 0.00, 0.27, 0.55, 0.14. Web safe color of #dca064 is #cc9966. Color #dca064 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100000 01100100
Octal 334 240 144
Decimal 220 160 100
Hex DC A0 64

RGB Percentages of Color #dca064

%45.83
%33.33
%20.83

CMYK Percentages of Color #dca064

%0
%27
%55
%14

Triadic Colors of #dca064

#dca064 #64dca0 #a064dc

Analogous Colors of #dca064

#dca064 #dcdc64 #dc6464

Monochromatic Colors of #dca064

#dca064

Complementary Color

#dca064 #64a0dc

#dca064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca064 Color CSS Codes

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

#dca064 Text Font Color

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

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


#dca064 Background Color

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

This div background color is #dca064


#dca064 Border Color

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

This div border color is #dca064


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca064


Comments

No comments written yet.

Please login to write comment.