Color Hex Logo

#dca010 Color Hex

#DCA010
(220,160,16)
0 Favorites   0 Comments

Color spaces of #dca010

RGB 22016016
HSL0.120.860.46
HSV42°93°86°
CMYK 0.000.270.93   0.14
XYZ42.179540.39476.0641
Yxy40.39470.47590.4557
Hunter Lab63.55687.237138.8328
CIE-Lab69.749711.768971.4669

#dca010 color RGB value is (220,160,16).

#dca010 hex color red value is 220, green value is 160 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #dca010 hue: 0.12 , saturation: 0.86 and the lightness value of dca010 is 0.46.

The process color (four color CMYK) of #dca010 color hex is 0.00, 0.27, 0.93, 0.14. Web safe color of #dca010 is #cc9900. Color #dca010 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100000 00010000
Octal 334 240 20
Decimal 220 160 16
Hex DC A0 10

RGB Percentages of Color #dca010

%55.56
%40.40
%4.04

CMYK Percentages of Color #dca010

%0
%27
%93
%14

Triadic Colors of #dca010

#dca010 #10dca0 #a010dc

Analogous Colors of #dca010

#dca010 #b2dc10 #dc3a10

Monochromatic Colors of #dca010

#dca010

Complementary Color

#dca010 #104cdc

#dca010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca010 Color CSS Codes

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

#dca010 Text Font Color

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

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


#dca010 Background Color

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

This div background color is #dca010


#dca010 Border Color

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

This div border color is #dca010


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca010


Comments

No comments written yet.

Please login to write comment.