Color Hex Logo

#dca112 Color Hex

#DCA112
(220,161,18)
0 Favorites   0 Comments

Color spaces of #dca112

RGB 22016118
HSL0.120.850.47
HSV42°92°86°
CMYK 0.000.270.92   0.14
XYZ42.369340.74916.2045
Yxy40.74910.47430.4562
Hunter Lab63.83506.764738.9218
CIE-Lab69.999811.262371.3130

#dca112 color RGB value is (220,161,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100001 00010010
Octal 334 241 22
Decimal 220 161 18
Hex DC A1 12

RGB Percentages of Color #dca112

%55.14
%40.35
%4.51

CMYK Percentages of Color #dca112

%0
%27
%92
%14

Triadic Colors of #dca112

#dca112 #12dca1 #a112dc

Analogous Colors of #dca112

#dca112 #b2dc12 #dc3c12

Monochromatic Colors of #dca112

#dca112

Complementary Color

#dca112 #124ddc

#dca112 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca112 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca112 Color CSS Codes

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

#dca112 Text Font Color

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

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


#dca112 Background Color

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

This div background color is #dca112


#dca112 Border Color

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

This div border color is #dca112


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca112


Comments

No comments written yet.

Please login to write comment.