Color Hex Logo

#dcb157 Color Hex

#DCB157
(220,177,87)
0 Favorites   0 Comments

Color spaces of #dcb157

RGB 22017787
HSL0.110.660.60
HSV41°60°86°
CMYK 0.000.200.60   0.14
XYZ46.957647.348015.6810
Yxy47.34800.42690.4305
Hunter Lab68.80991.395634.6554
CIE-Lab74.41185.562751.0487

#dcb157 color RGB value is (220,177,87).

#dcb157 hex color red value is 220, green value is 177 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #dcb157 hue: 0.11 , saturation: 0.66 and the lightness value of dcb157 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110001 01010111
Octal 334 261 127
Decimal 220 177 87
Hex DC B1 57

RGB Percentages of Color #dcb157

%45.45
%36.57
%17.98

CMYK Percentages of Color #dcb157

%0
%20
%60
%14

Triadic Colors of #dcb157

#dcb157 #57dcb1 #b157dc

Analogous Colors of #dcb157

#dcb157 #c5dc57 #dc6f57

Monochromatic Colors of #dcb157

#dcb157

Complementary Color

#dcb157 #5782dc

#dcb157 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb157 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb157 Color CSS Codes

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

#dcb157 Text Font Color

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

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


#dcb157 Background Color

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

This div background color is #dcb157


#dcb157 Border Color

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

This div border color is #dcb157


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb157


Comments

No comments written yet.

Please login to write comment.