Color Hex Logo

#dcbc4e Color Hex

#DCBC4E
(220,188,78)
0 Favorites   0 Comments

Color spaces of #dcbc4e

RGB 22018878
HSL0.130.670.58
HSV46°65°86°
CMYK 0.000.150.65   0.14
XYZ48.873651.732114.6171
Yxy51.73210.42420.4490
Hunter Lab71.9250-4.576738.2982
CIE-Lab77.1204-0.807658.1452

#dcbc4e color RGB value is (220,188,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111100 01001110
Octal 334 274 116
Decimal 220 188 78
Hex DC BC 4E

RGB Percentages of Color #dcbc4e

%45.27
%38.68
%16.05

CMYK Percentages of Color #dcbc4e

%0
%15
%65
%14

Triadic Colors of #dcbc4e

#dcbc4e #4edcbc #bc4edc

Analogous Colors of #dcbc4e

#dcbc4e #b5dc4e #dc754e

Monochromatic Colors of #dcbc4e

#dcbc4e

Complementary Color

#dcbc4e #4e6edc

#dcbc4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbc4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbc4e Color CSS Codes

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

#dcbc4e Text Font Color

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

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


#dcbc4e Background Color

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

This div background color is #dcbc4e


#dcbc4e Border Color

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

This div border color is #dcbc4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbc4e


Comments

No comments written yet.

Please login to write comment.