Color Hex Logo

#dca713 Color Hex

#DCA713
(220,167,19)
0 Favorites   0 Comments

Color spaces of #dca713

RGB 22016719
HSL0.120.840.47
HSV44°91°86°
CMYK 0.000.240.91   0.14
XYZ43.451542.90016.6065
Yxy42.90010.46740.4615
Hunter Lab65.49823.795139.8684
CIE-Lab71.48718.076072.2499

#dca713 color RGB value is (220,167,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100111 00010011
Octal 334 247 23
Decimal 220 167 19
Hex DC A7 13

RGB Percentages of Color #dca713

%54.19
%41.13
%4.68

CMYK Percentages of Color #dca713

%0
%24
%91
%14

Triadic Colors of #dca713

#dca713 #13dca7 #a713dc

Analogous Colors of #dca713

#dca713 #addc13 #dc4313

Monochromatic Colors of #dca713

#dca713

Complementary Color

#dca713 #1348dc

#dca713 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca713 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca713 Color CSS Codes

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

#dca713 Text Font Color

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

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


#dca713 Background Color

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

This div background color is #dca713


#dca713 Border Color

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

This div border color is #dca713


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca713


Comments

No comments written yet.

Please login to write comment.