Color Hex Logo

#dcba80 Color Hex

#DCBA80
(220,186,128)
0 Favorites   0 Comments

Color spaces of #dcba80

RGB 220186128
HSL0.110.570.68
HSV38°42°86°
CMYK 0.000.150.42   0.14
XYZ50.970451.892027.7518
Yxy51.89200.39020.3973
Hunter Lab72.03610.237627.5839
CIE-Lab77.21624.427833.9114

#dcba80 color RGB value is (220,186,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111010 10000000
Octal 334 272 200
Decimal 220 186 128
Hex DC BA 80

RGB Percentages of Color #dcba80

%41.20
%34.83
%23.97

CMYK Percentages of Color #dcba80

%0
%15
%42
%14

Triadic Colors of #dcba80

#dcba80 #80dcba #ba80dc

Analogous Colors of #dcba80

#dcba80 #d0dc80 #dc8c80

Monochromatic Colors of #dcba80

#dcba80

Complementary Color

#dcba80 #80a2dc

#dcba80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcba80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcba80 Color CSS Codes

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

#dcba80 Text Font Color

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

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


#dcba80 Background Color

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

This div background color is #dcba80


#dcba80 Border Color

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

This div border color is #dcba80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcba80


Comments

No comments written yet.

Please login to write comment.