Color Hex Logo

#dcbd56 Color Hex

#DCBD56
(220,189,86)
0 Favorites   0 Comments

Color spaces of #dcbd56

RGB 22018986
HSL0.130.660.60
HSV46°61°86°
CMYK 0.000.140.61   0.14
XYZ49.392552.282716.2924
Yxy52.28270.41870.4432
Hunter Lab72.3068-4.604237.2553
CIE-Lab77.4496-0.813954.9410

#dcbd56 color RGB value is (220,189,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111101 01010110
Octal 334 275 126
Decimal 220 189 86
Hex DC BD 56

RGB Percentages of Color #dcbd56

%44.44
%38.18
%17.37

CMYK Percentages of Color #dcbd56

%0
%14
%61
%14

Triadic Colors of #dcbd56

#dcbd56 #56dcbd #bd56dc

Analogous Colors of #dcbd56

#dcbd56 #b8dc56 #dc7a56

Monochromatic Colors of #dcbd56

#dcbd56

Complementary Color

#dcbd56 #5675dc

#dcbd56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbd56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbd56 Color CSS Codes

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

#dcbd56 Text Font Color

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

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


#dcbd56 Background Color

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

This div background color is #dcbd56


#dcbd56 Border Color

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

This div border color is #dcbd56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbd56


Comments

No comments written yet.

Please login to write comment.