Color Hex Logo

#dca541 Color Hex

#DCA541
(220,165,65)
0 Favorites   0 Comments

Color spaces of #dca541

RGB 22016565
HSL0.110.690.56
HSV39°70°86°
CMYK 0.000.250.70   0.14
XYZ43.924542.507610.8907
Yxy42.50760.45130.4368
Hunter Lab65.19796.161135.7346
CIE-Lab71.219510.622257.5398

#dca541 color RGB value is (220,165,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100101 01000001
Octal 334 245 101
Decimal 220 165 65
Hex DC A5 41

RGB Percentages of Color #dca541

%48.89
%36.67
%14.44

CMYK Percentages of Color #dca541

%0
%25
%70
%14

Triadic Colors of #dca541

#dca541 #41dca5 #a541dc

Analogous Colors of #dca541

#dca541 #c6dc41 #dc5841

Monochromatic Colors of #dca541

#dca541

Complementary Color

#dca541 #4178dc

#dca541 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca541 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca541 Color CSS Codes

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

#dca541 Text Font Color

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

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


#dca541 Background Color

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

This div background color is #dca541


#dca541 Border Color

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

This div border color is #dca541


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca541


Comments

No comments written yet.

Please login to write comment.