Color Hex Logo

#dcac18 Color Hex

#DCAC18
(220,172,24)
0 Favorites   0 Comments

Color spaces of #dcac18

RGB 22017224
HSL0.130.800.48
HSV45°89°86°
CMYK 0.000.220.89   0.14
XYZ44.432644.78667.1670
Yxy44.78660.46100.4647
Hunter Lab66.92281.398140.4964
CIE-Lab72.75125.505072.2668

#dcac18 color RGB value is (220,172,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101100 00011000
Octal 334 254 30
Decimal 220 172 24
Hex DC AC 18

RGB Percentages of Color #dcac18

%52.88
%41.35
%5.77

CMYK Percentages of Color #dcac18

%0
%22
%89
%14

Triadic Colors of #dcac18

#dcac18 #18dcac #ac18dc

Analogous Colors of #dcac18

#dcac18 #aadc18 #dc4a18

Monochromatic Colors of #dcac18

#dcac18

Complementary Color

#dcac18 #1848dc

#dcac18 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcac18 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcac18 Color CSS Codes

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

#dcac18 Text Font Color

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

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


#dcac18 Background Color

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

This div background color is #dcac18


#dcac18 Border Color

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

This div border color is #dcac18


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcac18


Comments

No comments written yet.

Please login to write comment.