Color Hex Logo

#dcba8a Color Hex

#DCBA8A
(220,186,138)
0 Favorites   0 Comments

Color spaces of #dcba8a

RGB 220186138
HSL0.100.540.70
HSV35°37°86°
CMYK 0.000.150.37   0.14
XYZ51.661652.168431.3914
Yxy52.16840.38210.3858
Hunter Lab72.22771.275524.7909
CIE-Lab77.38145.543628.8789

#dcba8a color RGB value is (220,186,138).

#dcba8a hex color red value is 220, green value is 186 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #dcba8a hue: 0.10 , saturation: 0.54 and the lightness value of dcba8a is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111010 10001010
Octal 334 272 212
Decimal 220 186 138
Hex DC BA 8A

RGB Percentages of Color #dcba8a

%40.44
%34.19
%25.37

CMYK Percentages of Color #dcba8a

%0
%15
%37
%14

Triadic Colors of #dcba8a

#dcba8a #8adcba #ba8adc

Analogous Colors of #dcba8a

#dcba8a #d5dc8a #dc918a

Monochromatic Colors of #dcba8a

#dcba8a

Complementary Color

#dcba8a #8aacdc

#dcba8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcba8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcba8a Color CSS Codes

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

#dcba8a Text Font Color

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

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


#dcba8a Background Color

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

This div background color is #dcba8a


#dcba8a Border Color

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

This div border color is #dcba8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcba8a


Comments

No comments written yet.

Please login to write comment.