Color Hex Logo

#dca240 Color Hex

#DCA240
(220,162,64)
0 Favorites   0 Comments

Color spaces of #dca240

RGB 22016264
HSL0.100.690.56
HSV38°71°86°
CMYK 0.000.260.71   0.14
XYZ43.360941.426510.5612
Yxy41.42650.45480.4345
Hunter Lab64.36347.617435.3257
CIE-Lab70.473712.176257.1999

#dca240 color RGB value is (220,162,64).

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

The process color (four color CMYK) of #dca240 color hex is 0.00, 0.26, 0.71, 0.14. Web safe color of #dca240 is #cc9933. Color #dca240 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100010 01000000
Octal 334 242 100
Decimal 220 162 64
Hex DC A2 40

RGB Percentages of Color #dca240

%49.33
%36.32
%14.35

CMYK Percentages of Color #dca240

%0
%26
%71
%14

Triadic Colors of #dca240

#dca240 #40dca2 #a240dc

Analogous Colors of #dca240

#dca240 #c8dc40 #dc5440

Monochromatic Colors of #dca240

#dca240

Complementary Color

#dca240 #407adc

#dca240 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca240 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca240 Color CSS Codes

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

#dca240 Text Font Color

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

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


#dca240 Background Color

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

This div background color is #dca240


#dca240 Border Color

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

This div border color is #dca240


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca240


Comments

No comments written yet.

Please login to write comment.