Color Hex Logo

#dcb14e Color Hex

#DCB14E
(220,177,78)
0 Favorites   0 Comments

Color spaces of #dcb14e

RGB 22017778
HSL0.120.670.58
HSV42°65°86°
CMYK 0.000.200.65   0.14
XYZ46.612547.210013.8634
Yxy47.21000.43290.4384
Hunter Lab68.70950.852636.1338
CIE-Lab74.32394.971055.1150

#dcb14e color RGB value is (220,177,78).

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

The process color (four color CMYK) of #dcb14e color hex is 0.00, 0.20, 0.65, 0.14. Web safe color of #dcb14e is #cc9966. Color #dcb14e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110001 01001110
Octal 334 261 116
Decimal 220 177 78
Hex DC B1 4E

RGB Percentages of Color #dcb14e

%46.32
%37.26
%16.42

CMYK Percentages of Color #dcb14e

%0
%20
%65
%14

Triadic Colors of #dcb14e

#dcb14e #4edcb1 #b14edc

Analogous Colors of #dcb14e

#dcb14e #c0dc4e #dc6a4e

Monochromatic Colors of #dcb14e

#dcb14e

Complementary Color

#dcb14e #4e79dc

#dcb14e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb14e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb14e Color CSS Codes

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

#dcb14e Text Font Color

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

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


#dcb14e Background Color

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

This div background color is #dcb14e


#dcb14e Border Color

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

This div border color is #dcb14e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb14e


Comments

No comments written yet.

Please login to write comment.