Color Hex Logo

#dcbe7f Color Hex

#DCBE7F
(220,190,127)
0 Favorites   0 Comments

Color spaces of #dcbe7f

RGB 220190127
HSL0.110.570.68
HSV41°42°86°
CMYK 0.000.140.42   0.14
XYZ51.759453.574927.6916
Yxy53.57490.38910.4027
Hunter Lab73.1949-1.865628.8054
CIE-Lab78.21322.215735.7222

#dcbe7f color RGB value is (220,190,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111110 01111111
Octal 334 276 177
Decimal 220 190 127
Hex DC BE 7F

RGB Percentages of Color #dcbe7f

%40.97
%35.38
%23.65

CMYK Percentages of Color #dcbe7f

%0
%14
%42
%14

Triadic Colors of #dcbe7f

#dcbe7f #7fdcbe #be7fdc

Analogous Colors of #dcbe7f

#dcbe7f #ccdc7f #dc907f

Monochromatic Colors of #dcbe7f

#dcbe7f

Complementary Color

#dcbe7f #7f9ddc

#dcbe7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbe7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbe7f Color CSS Codes

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

#dcbe7f Text Font Color

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

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


#dcbe7f Background Color

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

This div background color is #dcbe7f


#dcbe7f Border Color

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

This div border color is #dcbe7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbe7f


Comments

No comments written yet.

Please login to write comment.