Color Hex Logo

#dca149 Color Hex

#DCA149
(220,161,73)
0 Favorites   0 Comments

Color spaces of #dca149

RGB 22016173
HSL0.100.680.57
HSV36°67°86°
CMYK 0.000.270.67   0.14
XYZ43.462741.186411.9624
Yxy41.18640.44990.4263
Hunter Lab64.17668.577533.8721
CIE-Lab70.306313.198753.0149

#dca149 color RGB value is (220,161,73).

#dca149 hex color red value is 220, green value is 161 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #dca149 hue: 0.10 , saturation: 0.68 and the lightness value of dca149 is 0.57.

The process color (four color CMYK) of #dca149 color hex is 0.00, 0.27, 0.67, 0.14. Web safe color of #dca149 is #cc9933. Color #dca149 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100001 01001001
Octal 334 241 111
Decimal 220 161 73
Hex DC A1 49

RGB Percentages of Color #dca149

%48.46
%35.46
%16.08

CMYK Percentages of Color #dca149

%0
%27
%67
%14

Triadic Colors of #dca149

#dca149 #49dca1 #a149dc

Analogous Colors of #dca149

#dca149 #cedc49 #dc5749

Monochromatic Colors of #dca149

#dca149

Complementary Color

#dca149 #4984dc

#dca149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca149 Color CSS Codes

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

#dca149 Text Font Color

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

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


#dca149 Background Color

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

This div background color is #dca149


#dca149 Border Color

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

This div border color is #dca149


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca149


Comments

No comments written yet.

Please login to write comment.