Color Hex Logo

#dcbb85 Color Hex

#DCBB85
(220,187,133)
0 Favorites   0 Comments

Color spaces of #dcbb85

RGB 220187133
HSL0.100.550.69
HSV37°40°86°
CMYK 0.000.150.40   0.14
XYZ51.519252.449729.5988
Yxy52.44970.38570.3927
Hunter Lab72.42220.241426.4638
CIE-Lab77.54904.446231.7322

#dcbb85 color RGB value is (220,187,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111011 10000101
Octal 334 273 205
Decimal 220 187 133
Hex DC BB 85

RGB Percentages of Color #dcbb85

%40.74
%34.63
%24.63

CMYK Percentages of Color #dcbb85

%0
%15
%40
%14

Triadic Colors of #dcbb85

#dcbb85 #85dcbb #bb85dc

Analogous Colors of #dcbb85

#dcbb85 #d2dc85 #dc9085

Monochromatic Colors of #dcbb85

#dcbb85

Complementary Color

#dcbb85 #85a6dc

#dcbb85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbb85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbb85 Color CSS Codes

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

#dcbb85 Text Font Color

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

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


#dcbb85 Background Color

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

This div background color is #dcbb85


#dcbb85 Border Color

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

This div border color is #dcbb85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbb85


Comments

No comments written yet.

Please login to write comment.