Color Hex Logo

#dca714 Color Hex

#DCA714
(220,167,20)
0 Favorites   0 Comments

Color spaces of #dca714

RGB 22016720
HSL0.120.830.47
HSV44°91°86°
CMYK 0.000.240.91   0.14
XYZ43.460242.90366.6524
Yxy42.90360.46720.4612
Hunter Lab65.50083.809439.8290
CIE-Lab71.48958.091472.0724

#dca714 color RGB value is (220,167,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100111 00010100
Octal 334 247 24
Decimal 220 167 20
Hex DC A7 14

RGB Percentages of Color #dca714

%54.05
%41.03
%4.91

CMYK Percentages of Color #dca714

%0
%24
%91
%14

Triadic Colors of #dca714

#dca714 #14dca7 #a714dc

Analogous Colors of #dca714

#dca714 #addc14 #dc4314

Monochromatic Colors of #dca714

#dca714

Complementary Color

#dca714 #1449dc

#dca714 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca714 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca714 Color CSS Codes

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

#dca714 Text Font Color

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

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


#dca714 Background Color

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

This div background color is #dca714


#dca714 Border Color

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

This div border color is #dca714


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca714


Comments

No comments written yet.

Please login to write comment.