Color Hex Logo

#dcba49 Color Hex

#DCBA49
(220,186,73)
0 Favorites   0 Comments

Color spaces of #dcba49

RGB 22018673
HSL0.130.680.57
HSV46°67°86°
CMYK 0.000.150.67   0.14
XYZ48.276750.814513.5671
Yxy50.81450.42850.4510
Hunter Lab71.2843-3.859838.6147
CIE-Lab76.5665-0.057759.7035

#dcba49 color RGB value is (220,186,73).

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

The process color (four color CMYK) of #dcba49 color hex is 0.00, 0.15, 0.67, 0.14. Web safe color of #dcba49 is #cccc33. Color #dcba49 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111010 01001001
Octal 334 272 111
Decimal 220 186 73
Hex DC BA 49

RGB Percentages of Color #dcba49

%45.93
%38.83
%15.24

CMYK Percentages of Color #dcba49

%0
%15
%67
%14

Triadic Colors of #dcba49

#dcba49 #49dcba #ba49dc

Analogous Colors of #dcba49

#dcba49 #b5dc49 #dc7149

Monochromatic Colors of #dcba49

#dcba49

Complementary Color

#dcba49 #496bdc

#dcba49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcba49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcba49 Color CSS Codes

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

#dcba49 Text Font Color

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

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


#dcba49 Background Color

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

This div background color is #dcba49


#dcba49 Border Color

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

This div border color is #dcba49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcba49


Comments

No comments written yet.

Please login to write comment.