Color Hex Logo

#dca314 Color Hex

#DCA314
(220,163,20)
0 Favorites   0 Comments

Color spaces of #dca314

RGB 22016320
HSL0.120.830.47
HSV43°91°86°
CMYK 0.000.260.91   0.14
XYZ42.738741.46056.4119
Yxy41.46050.47170.4576
Hunter Lab64.38985.797039.1688
CIE-Lab70.497410.224471.3228

#dca314 color RGB value is (220,163,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100011 00010100
Octal 334 243 24
Decimal 220 163 20
Hex DC A3 14

RGB Percentages of Color #dca314

%54.59
%40.45
%4.96

CMYK Percentages of Color #dca314

%0
%26
%91
%14

Triadic Colors of #dca314

#dca314 #14dca3 #a314dc

Analogous Colors of #dca314

#dca314 #b1dc14 #dc3f14

Monochromatic Colors of #dca314

#dca314

Complementary Color

#dca314 #144ddc

#dca314 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca314 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca314 Color CSS Codes

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

#dca314 Text Font Color

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

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


#dca314 Background Color

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

This div background color is #dca314


#dca314 Border Color

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

This div border color is #dca314


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca314


Comments

No comments written yet.

Please login to write comment.