Color Hex Logo

#dcb384 Color Hex

#DCB384
(220,179,132)
0 Favorites   0 Comments

Color spaces of #dcb384

RGB 220179132
HSL0.090.560.69
HSV32°40°86°
CMYK 0.000.190.40   0.14
XYZ49.800249.121828.6865
Yxy49.12180.39030.3849
Hunter Lab70.08694.180824.7935
CIE-Lab75.52708.575929.5911

#dcb384 color RGB value is (220,179,132).

#dcb384 hex color red value is 220, green value is 179 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #dcb384 hue: 0.09 , saturation: 0.56 and the lightness value of dcb384 is 0.69.

The process color (four color CMYK) of #dcb384 color hex is 0.00, 0.19, 0.40, 0.14. Web safe color of #dcb384 is #cccc99. Color #dcb384 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110011 10000100
Octal 334 263 204
Decimal 220 179 132
Hex DC B3 84

RGB Percentages of Color #dcb384

%41.43
%33.71
%24.86

CMYK Percentages of Color #dcb384

%0
%19
%40
%14

Triadic Colors of #dcb384

#dcb384 #84dcb3 #b384dc

Analogous Colors of #dcb384

#dcb384 #d9dc84 #dc8784

Monochromatic Colors of #dcb384

#dcb384

Complementary Color

#dcb384 #84addc

#dcb384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb384 Color CSS Codes

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

#dcb384 Text Font Color

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

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


#dcb384 Background Color

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

This div background color is #dcb384


#dcb384 Border Color

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

This div border color is #dcb384


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb384


Comments

No comments written yet.

Please login to write comment.