Color Hex Logo

#dca013 Color Hex

#DCA013
(220,160,19)
0 Favorites   0 Comments

Color spaces of #dca013

RGB 22016019
HSL0.120.840.47
HSV42°91°86°
CMYK 0.000.270.91   0.14
XYZ42.203540.40436.1905
Yxy40.40430.47530.4550
Hunter Lab63.56447.277238.7208
CIE-Lab69.756511.811970.9516

#dca013 color RGB value is (220,160,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100000 00010011
Octal 334 240 23
Decimal 220 160 19
Hex DC A0 13

RGB Percentages of Color #dca013

%55.14
%40.10
%4.76

CMYK Percentages of Color #dca013

%0
%27
%91
%14

Triadic Colors of #dca013

#dca013 #13dca0 #a013dc

Analogous Colors of #dca013

#dca013 #b4dc13 #dc3c13

Monochromatic Colors of #dca013

#dca013

Complementary Color

#dca013 #134fdc

#dca013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca013 Color CSS Codes

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

#dca013 Text Font Color

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

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


#dca013 Background Color

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

This div background color is #dca013


#dca013 Border Color

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

This div border color is #dca013


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca013


Comments

No comments written yet.

Please login to write comment.