Color Hex Logo

#dcb383 Color Hex

#DCB383
(220,179,131)
0 Favorites   0 Comments

Color spaces of #dcb383

RGB 220179131
HSL0.090.560.69
HSV32°40°86°
CMYK 0.000.190.40   0.14
XYZ49.732049.094528.3278
Yxy49.09450.39110.3861
Hunter Lab70.06754.076425.0767
CIE-Lab75.51018.464930.0985

#dcb383 color RGB value is (220,179,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110011 10000011
Octal 334 263 203
Decimal 220 179 131
Hex DC B3 83

RGB Percentages of Color #dcb383

%41.51
%33.77
%24.72

CMYK Percentages of Color #dcb383

%0
%19
%40
%14

Triadic Colors of #dcb383

#dcb383 #83dcb3 #b383dc

Analogous Colors of #dcb383

#dcb383 #d9dc83 #dc8783

Monochromatic Colors of #dcb383

#dcb383

Complementary Color

#dcb383 #83acdc

#dcb383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb383 Color CSS Codes

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

#dcb383 Text Font Color

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

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


#dcb383 Background Color

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

This div background color is #dcb383


#dcb383 Border Color

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

This div border color is #dcb383


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb383


Comments

No comments written yet.

Please login to write comment.