Color Hex Logo

#dcba4e Color Hex

#DCBA4E
(220,186,78)
0 Favorites   0 Comments

Color spaces of #dcba4e

RGB 22018678
HSL0.130.670.58
HSV46°65°86°
CMYK 0.000.150.65   0.14
XYZ48.449350.883514.4757
Yxy50.88350.42570.4471
Hunter Lab71.3327-3.594637.9010
CIE-Lab76.60840.236657.5937

#dcba4e color RGB value is (220,186,78).

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

The process color (four color CMYK) of #dcba4e color hex is 0.00, 0.15, 0.65, 0.14. Web safe color of #dcba4e is #cccc66. Color #dcba4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111010 01001110
Octal 334 272 116
Decimal 220 186 78
Hex DC BA 4E

RGB Percentages of Color #dcba4e

%45.45
%38.43
%16.12

CMYK Percentages of Color #dcba4e

%0
%15
%65
%14

Triadic Colors of #dcba4e

#dcba4e #4edcba #ba4edc

Analogous Colors of #dcba4e

#dcba4e #b7dc4e #dc734e

Monochromatic Colors of #dcba4e

#dcba4e

Complementary Color

#dcba4e #4e70dc

#dcba4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcba4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcba4e Color CSS Codes

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

#dcba4e Text Font Color

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

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


#dcba4e Background Color

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

This div background color is #dcba4e


#dcba4e Border Color

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

This div border color is #dcba4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcba4e


Comments

No comments written yet.

Please login to write comment.