Color Hex Logo

#dca613 Color Hex

#DCA613
(220,166,19)
0 Favorites   0 Comments

Color spaces of #dca613

RGB 22016619
HSL0.120.840.47
HSV44°91°86°
CMYK 0.000.250.91   0.14
XYZ43.269042.53516.5457
Yxy42.53510.46850.4606
Hunter Lab65.21894.291339.7026
CIE-Lab71.23838.608572.0627

#dca613 color RGB value is (220,166,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100110 00010011
Octal 334 246 23
Decimal 220 166 19
Hex DC A6 13

RGB Percentages of Color #dca613

%54.32
%40.99
%4.69

CMYK Percentages of Color #dca613

%0
%25
%91
%14

Triadic Colors of #dca613

#dca613 #13dca6 #a613dc

Analogous Colors of #dca613

#dca613 #aedc13 #dc4113

Monochromatic Colors of #dca613

#dca613

Complementary Color

#dca613 #1349dc

#dca613 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca613 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca613 Color CSS Codes

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

#dca613 Text Font Color

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

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


#dca613 Background Color

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

This div background color is #dca613


#dca613 Border Color

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

This div border color is #dca613


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca613


Comments

No comments written yet.

Please login to write comment.