Color Hex Logo

#dcbc56 Color Hex

#DCBC56
(220,188,86)
0 Favorites   0 Comments

Color spaces of #dcbc56

RGB 22018886
HSL0.130.660.60
HSV46°61°86°
CMYK 0.000.150.61   0.14
XYZ49.178151.854016.2209
Yxy51.85400.41940.4422
Hunter Lab72.0097-4.112837.0511
CIE-Lab77.1935-0.292554.6550

#dcbc56 color RGB value is (220,188,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111100 01010110
Octal 334 274 126
Decimal 220 188 86
Hex DC BC 56

RGB Percentages of Color #dcbc56

%44.53
%38.06
%17.41

CMYK Percentages of Color #dcbc56

%0
%15
%61
%14

Triadic Colors of #dcbc56

#dcbc56 #56dcbc #bc56dc

Analogous Colors of #dcbc56

#dcbc56 #b9dc56 #dc7956

Monochromatic Colors of #dcbc56

#dcbc56

Complementary Color

#dcbc56 #5676dc

#dcbc56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbc56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbc56 Color CSS Codes

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

#dcbc56 Text Font Color

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

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


#dcbc56 Background Color

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

This div background color is #dcbc56


#dcbc56 Border Color

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

This div border color is #dcbc56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbc56


Comments

No comments written yet.

Please login to write comment.