Color Hex Logo

#dcbb7e Color Hex

#DCBB7E
(220,187,126)
0 Favorites   0 Comments

Color spaces of #dcbb7e

RGB 220187126
HSL0.110.570.68
HSV39°43°86°
CMYK 0.000.150.43   0.14
XYZ51.051452.262627.1357
Yxy52.26260.39130.4006
Hunter Lab72.2929-0.460428.3500
CIE-Lab77.43763.688635.2386

#dcbb7e color RGB value is (220,187,126).

#dcbb7e hex color red value is 220, green value is 187 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #dcbb7e hue: 0.11 , saturation: 0.57 and the lightness value of dcbb7e is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111011 01111110
Octal 334 273 176
Decimal 220 187 126
Hex DC BB 7E

RGB Percentages of Color #dcbb7e

%41.28
%35.08
%23.64

CMYK Percentages of Color #dcbb7e

%0
%15
%43
%14

Triadic Colors of #dcbb7e

#dcbb7e #7edcbb #bb7edc

Analogous Colors of #dcbb7e

#dcbb7e #cedc7e #dc8c7e

Monochromatic Colors of #dcbb7e

#dcbb7e

Complementary Color

#dcbb7e #7e9fdc

#dcbb7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbb7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbb7e Color CSS Codes

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

#dcbb7e Text Font Color

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

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


#dcbb7e Background Color

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

This div background color is #dcbb7e


#dcbb7e Border Color

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

This div border color is #dcbb7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbb7e


Comments

No comments written yet.

Please login to write comment.