Color Hex Logo

#dca616 Color Hex

#DCA616
(220,166,22)
0 Favorites   0 Comments

Color spaces of #dca616

RGB 22016622
HSL0.120.820.47
HSV44°90°86°
CMYK 0.000.250.90   0.14
XYZ43.296242.54606.6893
Yxy42.54600.46790.4598
Hunter Lab65.22734.335939.5787
CIE-Lab71.24578.657071.5068

#dca616 color RGB value is (220,166,22).

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

The process color (four color CMYK) of #dca616 color hex is 0.00, 0.25, 0.90, 0.14. Web safe color of #dca616 is #cc9900. Color #dca616 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100110 00010110
Octal 334 246 26
Decimal 220 166 22
Hex DC A6 16

RGB Percentages of Color #dca616

%53.92
%40.69
%5.39

CMYK Percentages of Color #dca616

%0
%25
%90
%14

Triadic Colors of #dca616

#dca616 #16dca6 #a616dc

Analogous Colors of #dca616

#dca616 #afdc16 #dc4316

Monochromatic Colors of #dca616

#dca616

Complementary Color

#dca616 #164cdc

#dca616 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca616 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca616 Color CSS Codes

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

#dca616 Text Font Color

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

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


#dca616 Background Color

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

This div background color is #dca616


#dca616 Border Color

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

This div border color is #dca616


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca616


Comments

No comments written yet.

Please login to write comment.