Color Hex Logo

#dcba77 Color Hex

#DCBA77
(220,186,119)
0 Favorites   0 Comments

Color spaces of #dcba77

RGB 220186119
HSL0.110.590.66
HSV40°46°86°
CMYK 0.000.150.46   0.14
XYZ50.403951.665424.7686
Yxy51.66540.39740.4073
Hunter Lab71.8786-0.617029.8844
CIE-Lab77.08033.502938.3942

#dcba77 color RGB value is (220,186,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111010 01110111
Octal 334 272 167
Decimal 220 186 119
Hex DC BA 77

RGB Percentages of Color #dcba77

%41.90
%35.43
%22.67

CMYK Percentages of Color #dcba77

%0
%15
%46
%14

Triadic Colors of #dcba77

#dcba77 #77dcba #ba77dc

Analogous Colors of #dcba77

#dcba77 #ccdc77 #dc8877

Monochromatic Colors of #dcba77

#dcba77

Complementary Color

#dcba77 #7799dc

#dcba77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcba77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcba77 Color CSS Codes

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

#dcba77 Text Font Color

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

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


#dcba77 Background Color

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

This div background color is #dcba77


#dcba77 Border Color

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

This div border color is #dcba77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcba77


Comments

No comments written yet.

Please login to write comment.