Color Hex Logo

#dcbb86 Color Hex

#DCBB86
(220,187,134)
0 Favorites   0 Comments

Color spaces of #dcbb86

RGB 220187134
HSL0.100.550.69
HSV37°39°86°
CMYK 0.000.150.39   0.14
XYZ51.588652.477529.9644
Yxy52.47750.38490.3915
Hunter Lab72.44140.345126.1844
CIE-Lab77.56554.558031.2294

#dcbb86 color RGB value is (220,187,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111011 10000110
Octal 334 273 206
Decimal 220 187 134
Hex DC BB 86

RGB Percentages of Color #dcbb86

%40.67
%34.57
%24.77

CMYK Percentages of Color #dcbb86

%0
%15
%39
%14

Triadic Colors of #dcbb86

#dcbb86 #86dcbb #bb86dc

Analogous Colors of #dcbb86

#dcbb86 #d2dc86 #dc9086

Monochromatic Colors of #dcbb86

#dcbb86

Complementary Color

#dcbb86 #86a7dc

#dcbb86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbb86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbb86 Color CSS Codes

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

#dcbb86 Text Font Color

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

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


#dcbb86 Background Color

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

This div background color is #dcbb86


#dcbb86 Border Color

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

This div border color is #dcbb86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbb86


Comments

No comments written yet.

Please login to write comment.