Color Hex Logo

#dca218 Color Hex

#DCA218
(220,162,24)
0 Favorites   0 Comments

Color spaces of #dca218

RGB 22016224
HSL0.120.800.48
HSV42°89°86°
CMYK 0.000.260.89   0.14
XYZ42.600441.12236.5563
Yxy41.12230.47190.4555
Hunter Lab64.12676.358838.8269
CIE-Lab70.261510.827370.3364

#dca218 color RGB value is (220,162,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100010 00011000
Octal 334 242 30
Decimal 220 162 24
Hex DC A2 18

RGB Percentages of Color #dca218

%54.19
%39.90
%5.91

CMYK Percentages of Color #dca218

%0
%26
%89
%14

Triadic Colors of #dca218

#dca218 #18dca2 #a218dc

Analogous Colors of #dca218

#dca218 #b4dc18 #dc4018

Monochromatic Colors of #dca218

#dca218

Complementary Color

#dca218 #1852dc

#dca218 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca218 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca218 Color CSS Codes

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

#dca218 Text Font Color

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

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


#dca218 Background Color

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

This div background color is #dca218


#dca218 Border Color

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

This div border color is #dca218


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca218


Comments

No comments written yet.

Please login to write comment.