Color Hex Logo

#dca913 Color Hex

#DCA913
(220,169,19)
0 Favorites   0 Comments

Color spaces of #dca913

RGB 22016919
HSL0.120.840.47
HSV45°91°86°
CMYK 0.000.230.91   0.14
XYZ43.820743.63866.7296
Yxy43.63860.46520.4633
Hunter Lab66.05952.804140.2017
CIE-Lab71.98637.012372.6254

#dca913 color RGB value is (220,169,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101001 00010011
Octal 334 251 23
Decimal 220 169 19
Hex DC A9 13

RGB Percentages of Color #dca913

%53.92
%41.42
%4.66

CMYK Percentages of Color #dca913

%0
%23
%91
%14

Triadic Colors of #dca913

#dca913 #13dca9 #a913dc

Analogous Colors of #dca913

#dca913 #abdc13 #dc4513

Monochromatic Colors of #dca913

#dca913

Complementary Color

#dca913 #1346dc

#dca913 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca913 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca913 Color CSS Codes

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

#dca913 Text Font Color

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

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


#dca913 Background Color

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

This div background color is #dca913


#dca913 Border Color

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

This div border color is #dca913


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca913


Comments

No comments written yet.

Please login to write comment.