Color Hex Logo

#dcbb76 Color Hex

#DCBB76
(220,187,118)
0 Favorites   0 Comments

Color spaces of #dcbb76

RGB 220187118
HSL0.110.590.66
HSV41°46°86°
CMYK 0.000.150.46   0.14
XYZ50.555552.064324.5244
Yxy52.06430.39760.4095
Hunter Lab72.1556-1.207130.3573
CIE-Lab77.31932.878339.2087

#dcbb76 color RGB value is (220,187,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111011 01110110
Octal 334 273 166
Decimal 220 187 118
Hex DC BB 76

RGB Percentages of Color #dcbb76

%41.90
%35.62
%22.48

CMYK Percentages of Color #dcbb76

%0
%15
%46
%14

Triadic Colors of #dcbb76

#dcbb76 #76dcbb #bb76dc

Analogous Colors of #dcbb76

#dcbb76 #cadc76 #dc8876

Monochromatic Colors of #dcbb76

#dcbb76

Complementary Color

#dcbb76 #7697dc

#dcbb76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbb76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbb76 Color CSS Codes

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

#dcbb76 Text Font Color

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

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


#dcbb76 Background Color

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

This div background color is #dcbb76


#dcbb76 Border Color

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

This div border color is #dcbb76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbb76


Comments

No comments written yet.

Please login to write comment.