Color Hex Logo

#dcac19 Color Hex

#DCAC19
(220,172,25)
0 Favorites   0 Comments

Color spaces of #dcac19

RGB 22017225
HSL0.130.800.48
HSV45°89°86°
CMYK 0.000.220.89   0.14
XYZ44.443244.79097.2228
Yxy44.79090.46080.4644
Hunter Lab66.92601.415140.4495
CIE-Lab72.75405.523672.0626

#dcac19 color RGB value is (220,172,25).

#dcac19 hex color red value is 220, green value is 172 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #dcac19 hue: 0.13 , saturation: 0.80 and the lightness value of dcac19 is 0.48.

The process color (four color CMYK) of #dcac19 color hex is 0.00, 0.22, 0.89, 0.14. Web safe color of #dcac19 is #cc9900. Color #dcac19 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101100 00011001
Octal 334 254 31
Decimal 220 172 25
Hex DC AC 19

RGB Percentages of Color #dcac19

%52.76
%41.25
%6.00

CMYK Percentages of Color #dcac19

%0
%22
%89
%14

Triadic Colors of #dcac19

#dcac19 #19dcac #ac19dc

Analogous Colors of #dcac19

#dcac19 #abdc19 #dc4b19

Monochromatic Colors of #dcac19

#dcac19

Complementary Color

#dcac19 #1949dc

#dcac19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcac19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcac19 Color CSS Codes

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

#dcac19 Text Font Color

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

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


#dcac19 Background Color

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

This div background color is #dcac19


#dcac19 Border Color

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

This div border color is #dcac19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcac19


Comments

No comments written yet.

Please login to write comment.