Color Hex Logo

#dcba86 Color Hex

#DCBA86
(220,186,134)
0 Favorites   0 Comments

Color spaces of #dcba86

RGB 220186134
HSL0.100.550.69
HSV36°39°86°
CMYK 0.000.150.39   0.14
XYZ51.377252.054729.8939
Yxy52.05470.38540.3904
Hunter Lab72.14890.849025.9383
CIE-Lab77.31355.086130.8971

#dcba86 color RGB value is (220,186,134).

#dcba86 hex color red value is 220, green value is 186 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #dcba86 hue: 0.10 , saturation: 0.55 and the lightness value of dcba86 is 0.69.

The process color (four color CMYK) of #dcba86 color hex is 0.00, 0.15, 0.39, 0.14. Web safe color of #dcba86 is #cccc99. Color #dcba86 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111010 10000110
Octal 334 272 206
Decimal 220 186 134
Hex DC BA 86

RGB Percentages of Color #dcba86

%40.74
%34.44
%24.81

CMYK Percentages of Color #dcba86

%0
%15
%39
%14

Triadic Colors of #dcba86

#dcba86 #86dcba #ba86dc

Analogous Colors of #dcba86

#dcba86 #d3dc86 #dc8f86

Monochromatic Colors of #dcba86

#dcba86

Complementary Color

#dcba86 #86a8dc

#dcba86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcba86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcba86 Color CSS Codes

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

#dcba86 Text Font Color

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

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


#dcba86 Background Color

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

This div background color is #dcba86


#dcba86 Border Color

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

This div border color is #dcba86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcba86


Comments

No comments written yet.

Please login to write comment.