Color Hex Logo

#dca641 Color Hex

#DCA641
(220,166,65)
0 Favorites   0 Comments

Color spaces of #dca641

RGB 22016665
HSL0.110.690.56
HSV39°70°86°
CMYK 0.000.250.70   0.14
XYZ44.105642.869710.9511
Yxy42.86970.45040.4378
Hunter Lab65.47505.661035.9158
CIE-Lab71.466410.088257.7943

#dca641 color RGB value is (220,166,65).

#dca641 hex color red value is 220, green value is 166 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #dca641 hue: 0.11 , saturation: 0.69 and the lightness value of dca641 is 0.56.

The process color (four color CMYK) of #dca641 color hex is 0.00, 0.25, 0.70, 0.14. Web safe color of #dca641 is #cc9933. Color #dca641 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100110 01000001
Octal 334 246 101
Decimal 220 166 65
Hex DC A6 41

RGB Percentages of Color #dca641

%48.78
%36.81
%14.41

CMYK Percentages of Color #dca641

%0
%25
%70
%14

Triadic Colors of #dca641

#dca641 #41dca6 #a641dc

Analogous Colors of #dca641

#dca641 #c5dc41 #dc5941

Monochromatic Colors of #dca641

#dca641

Complementary Color

#dca641 #4177dc

#dca641 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca641 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca641 Color CSS Codes

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

#dca641 Text Font Color

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

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


#dca641 Background Color

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

This div background color is #dca641


#dca641 Border Color

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

This div border color is #dca641


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca641


Comments

No comments written yet.

Please login to write comment.