Color Hex Logo

#dcba6f Color Hex

#DCBA6F
(220,186,111)
0 Favorites   0 Comments

Color spaces of #dcba6f

RGB 220186111
HSL0.110.610.65
HSV41°50°86°
CMYK 0.000.150.50   0.14
XYZ49.943351.481222.3435
Yxy51.48120.40350.4159
Hunter Lab71.7504-1.314731.7620
CIE-Lab76.96962.743742.3254

#dcba6f color RGB value is (220,186,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111010 01101111
Octal 334 272 157
Decimal 220 186 111
Hex DC BA 6F

RGB Percentages of Color #dcba6f

%42.55
%35.98
%21.47

CMYK Percentages of Color #dcba6f

%0
%15
%50
%14

Triadic Colors of #dcba6f

#dcba6f #6fdcba #ba6fdc

Analogous Colors of #dcba6f

#dcba6f #c8dc6f #dc846f

Monochromatic Colors of #dcba6f

#dcba6f

Complementary Color

#dcba6f #6f91dc

#dcba6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcba6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcba6f Color CSS Codes

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

#dcba6f Text Font Color

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

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


#dcba6f Background Color

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

This div background color is #dcba6f


#dcba6f Border Color

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

This div border color is #dcba6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcba6f


Comments

No comments written yet.

Please login to write comment.