Color Hex Logo

#dca611 Color Hex

#DCA611
(220,166,17)
0 Favorites   0 Comments

Color spaces of #dca611

RGB 22016617
HSL0.120.860.46
HSV44°92°86°
CMYK 0.000.250.92   0.14
XYZ43.252642.52866.4595
Yxy42.52860.46890.4611
Hunter Lab65.21404.264239.7770
CIE-Lab71.23388.579172.4005

#dca611 color RGB value is (220,166,17).

#dca611 hex color red value is 220, green value is 166 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #dca611 hue: 0.12 , saturation: 0.86 and the lightness value of dca611 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100110 00010001
Octal 334 246 21
Decimal 220 166 17
Hex DC A6 11

RGB Percentages of Color #dca611

%54.59
%41.19
%4.22

CMYK Percentages of Color #dca611

%0
%25
%92
%14

Triadic Colors of #dca611

#dca611 #11dca6 #a611dc

Analogous Colors of #dca611

#dca611 #addc11 #dc4111

Monochromatic Colors of #dca611

#dca611

Complementary Color

#dca611 #1147dc

#dca611 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca611 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca611 Color CSS Codes

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

#dca611 Text Font Color

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

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


#dca611 Background Color

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

This div background color is #dca611


#dca611 Border Color

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

This div border color is #dca611


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca611


Comments

No comments written yet.

Please login to write comment.