Color Hex Logo

#dcbc7e Color Hex

#DCBC7E
(220,188,126)
0 Favorites   0 Comments

Color spaces of #dcbc7e

RGB 220188126
HSL0.110.570.68
HSV40°43°86°
CMYK 0.000.150.43   0.14
XYZ51.264352.688427.2066
Yxy52.68840.39090.4017
Hunter Lab72.5868-0.961528.5880
CIE-Lab77.69073.162035.5654

#dcbc7e color RGB value is (220,188,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111100 01111110
Octal 334 274 176
Decimal 220 188 126
Hex DC BC 7E

RGB Percentages of Color #dcbc7e

%41.20
%35.21
%23.60

CMYK Percentages of Color #dcbc7e

%0
%15
%43
%14

Triadic Colors of #dcbc7e

#dcbc7e #7edcbc #bc7edc

Analogous Colors of #dcbc7e

#dcbc7e #cddc7e #dc8d7e

Monochromatic Colors of #dcbc7e

#dcbc7e

Complementary Color

#dcbc7e #7e9edc

#dcbc7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbc7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbc7e Color CSS Codes

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

#dcbc7e Text Font Color

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

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


#dcbc7e Background Color

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

This div background color is #dcbc7e


#dcbc7e Border Color

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

This div border color is #dcbc7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbc7e


Comments

No comments written yet.

Please login to write comment.