Color Hex Logo

#dca018 Color Hex

#DCA018
(220,160,24)
0 Favorites   0 Comments

Color spaces of #dca018

RGB 22016024
HSL0.120.800.48
HSV42°89°86°
CMYK 0.000.270.89   0.14
XYZ42.250940.42326.4397
Yxy40.42320.47410.4536
Hunter Lab63.57927.356638.5002
CIE-Lab69.769911.897069.9562

#dca018 color RGB value is (220,160,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100000 00011000
Octal 334 240 30
Decimal 220 160 24
Hex DC A0 18

RGB Percentages of Color #dca018

%54.46
%39.60
%5.94

CMYK Percentages of Color #dca018

%0
%27
%89
%14

Triadic Colors of #dca018

#dca018 #18dca0 #a018dc

Analogous Colors of #dca018

#dca018 #b6dc18 #dc3e18

Monochromatic Colors of #dca018

#dca018

Complementary Color

#dca018 #1854dc

#dca018 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca018 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca018 Color CSS Codes

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

#dca018 Text Font Color

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

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


#dca018 Background Color

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

This div background color is #dca018


#dca018 Border Color

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

This div border color is #dca018


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca018


Comments

No comments written yet.

Please login to write comment.