Color Hex Logo

#dcbf7e Color Hex

#DCBF7E
(220,191,126)
0 Favorites   0 Comments

Color spaces of #dcbf7e

RGB 220191126
HSL0.120.570.68
HSV41°43°86°
CMYK 0.000.130.43   0.14
XYZ51.911953.983627.4225
Yxy53.98360.38940.4049
Hunter Lab73.4735-2.461529.3027
CIE-Lab78.45221.586336.5460

#dcbf7e color RGB value is (220,191,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111111 01111110
Octal 334 277 176
Decimal 220 191 126
Hex DC BF 7E

RGB Percentages of Color #dcbf7e

%40.97
%35.57
%23.46

CMYK Percentages of Color #dcbf7e

%0
%13
%43
%14

Triadic Colors of #dcbf7e

#dcbf7e #7edcbf #bf7edc

Analogous Colors of #dcbf7e

#dcbf7e #cadc7e #dc907e

Monochromatic Colors of #dcbf7e

#dcbf7e

Complementary Color

#dcbf7e #7e9bdc

#dcbf7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbf7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbf7e Color CSS Codes

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

#dcbf7e Text Font Color

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

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


#dcbf7e Background Color

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

This div background color is #dcbf7e


#dcbf7e Border Color

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

This div border color is #dcbf7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbf7e


Comments

No comments written yet.

Please login to write comment.