Color Hex Logo

#dcbb57 Color Hex

#DCBB57
(220,187,87)
0 Favorites   0 Comments

Color spaces of #dcbb57

RGB 22018787
HSL0.130.660.60
HSV45°60°86°
CMYK 0.000.150.60   0.14
XYZ49.005851.444416.3637
Yxy51.44440.41950.4404
Hunter Lab71.7248-3.558536.6806
CIE-Lab76.94740.298753.9206

#dcbb57 color RGB value is (220,187,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111011 01010111
Octal 334 273 127
Decimal 220 187 87
Hex DC BB 57

RGB Percentages of Color #dcbb57

%44.53
%37.85
%17.61

CMYK Percentages of Color #dcbb57

%0
%15
%60
%14

Triadic Colors of #dcbb57

#dcbb57 #57dcbb #bb57dc

Analogous Colors of #dcbb57

#dcbb57 #bbdc57 #dc7957

Monochromatic Colors of #dcbb57

#dcbb57

Complementary Color

#dcbb57 #5778dc

#dcbb57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbb57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbb57 Color CSS Codes

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

#dcbb57 Text Font Color

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

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


#dcbb57 Background Color

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

This div background color is #dcbb57


#dcbb57 Border Color

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

This div border color is #dcbb57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbb57

#dcbb57 Color Palettes


Comments

No comments written yet.

Please login to write comment.