Color Hex Logo

#dcba7e Color Hex

#DCBA7E
(220,186,126)
0 Favorites   0 Comments

Color spaces of #dcba7e

RGB 220186126
HSL0.110.570.68
HSV38°43°86°
CMYK 0.000.150.43   0.14
XYZ50.840051.839827.0652
Yxy51.83980.39180.3996
Hunter Lab71.99990.041328.1124
CIE-Lab77.18494.215834.9120

#dcba7e color RGB value is (220,186,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111010 01111110
Octal 334 272 176
Decimal 220 186 126
Hex DC BA 7E

RGB Percentages of Color #dcba7e

%41.35
%34.96
%23.68

CMYK Percentages of Color #dcba7e

%0
%15
%43
%14

Triadic Colors of #dcba7e

#dcba7e #7edcba #ba7edc

Analogous Colors of #dcba7e

#dcba7e #cfdc7e #dc8b7e

Monochromatic Colors of #dcba7e

#dcba7e

Complementary Color

#dcba7e #7ea0dc

#dcba7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcba7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcba7e Color CSS Codes

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

#dcba7e Text Font Color

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

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


#dcba7e Background Color

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

This div background color is #dcba7e


#dcba7e Border Color

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

This div border color is #dcba7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcba7e


Comments

No comments written yet.

Please login to write comment.