Color Hex Logo

#dcbc6f Color Hex

#DCBC6F
(220,188,111)
0 Favorites   0 Comments

Color spaces of #dcbc6f

RGB 220188111
HSL0.120.610.65
HSV42°50°86°
CMYK 0.000.150.50   0.14
XYZ50.367752.329822.4849
Yxy52.32980.40240.4180
Hunter Lab72.3393-2.309732.2087
CIE-Lab77.47761.693542.9530

#dcbc6f color RGB value is (220,188,111).

#dcbc6f hex color red value is 220, green value is 188 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #dcbc6f hue: 0.12 , saturation: 0.61 and the lightness value of dcbc6f is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111100 01101111
Octal 334 274 157
Decimal 220 188 111
Hex DC BC 6F

RGB Percentages of Color #dcbc6f

%42.39
%36.22
%21.39

CMYK Percentages of Color #dcbc6f

%0
%15
%50
%14

Triadic Colors of #dcbc6f

#dcbc6f #6fdcbc #bc6fdc

Analogous Colors of #dcbc6f

#dcbc6f #c6dc6f #dc866f

Monochromatic Colors of #dcbc6f

#dcbc6f

Complementary Color

#dcbc6f #6f8fdc

#dcbc6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbc6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbc6f Color CSS Codes

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

#dcbc6f Text Font Color

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

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


#dcbc6f Background Color

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

This div background color is #dcbc6f


#dcbc6f Border Color

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

This div border color is #dcbc6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbc6f


Comments

No comments written yet.

Please login to write comment.