Color Hex Logo

#dcbe76 Color Hex

#DCBE76
(220,190,118)
0 Favorites   0 Comments

Color spaces of #dcbe76

RGB 220190118
HSL0.120.590.66
HSV42°46°86°
CMYK 0.000.140.46   0.14
XYZ51.198753.350624.7388
Yxy53.35060.39600.4126
Hunter Lab73.0415-2.702431.0478
CIE-Lab78.08151.303540.1694

#dcbe76 color RGB value is (220,190,118).

#dcbe76 hex color red value is 220, green value is 190 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #dcbe76 hue: 0.12 , saturation: 0.59 and the lightness value of dcbe76 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111110 01110110
Octal 334 276 166
Decimal 220 190 118
Hex DC BE 76

RGB Percentages of Color #dcbe76

%41.67
%35.98
%22.35

CMYK Percentages of Color #dcbe76

%0
%14
%46
%14

Triadic Colors of #dcbe76

#dcbe76 #76dcbe #be76dc

Analogous Colors of #dcbe76

#dcbe76 #c7dc76 #dc8b76

Monochromatic Colors of #dcbe76

#dcbe76

Complementary Color

#dcbe76 #7694dc

#dcbe76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbe76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbe76 Color CSS Codes

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

#dcbe76 Text Font Color

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

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


#dcbe76 Background Color

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

This div background color is #dcbe76


#dcbe76 Border Color

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

This div border color is #dcbe76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbe76


Comments

No comments written yet.

Please login to write comment.