Color Hex Logo

#dcba8c Color Hex

#DCBA8C
(220,186,140)
0 Favorites   0 Comments

Color spaces of #dcba8c

RGB 220186140
HSL0.100.530.71
HSV35°36°86°
CMYK 0.000.150.36   0.14
XYZ51.807752.226932.1612
Yxy52.22690.38040.3835
Hunter Lab72.26821.494024.2022
CIE-Lab77.41635.777527.8678

#dcba8c color RGB value is (220,186,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111010 10001100
Octal 334 272 214
Decimal 220 186 140
Hex DC BA 8C

RGB Percentages of Color #dcba8c

%40.29
%34.07
%25.64

CMYK Percentages of Color #dcba8c

%0
%15
%36
%14

Triadic Colors of #dcba8c

#dcba8c #8cdcba #ba8cdc

Analogous Colors of #dcba8c

#dcba8c #d6dc8c #dc928c

Monochromatic Colors of #dcba8c

#dcba8c

Complementary Color

#dcba8c #8caedc

#dcba8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcba8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcba8c Color CSS Codes

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

#dcba8c Text Font Color

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

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


#dcba8c Background Color

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

This div background color is #dcba8c


#dcba8c Border Color

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

This div border color is #dcba8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcba8c


Comments

No comments written yet.

Please login to write comment.