Color Hex Logo

#dcb782 Color Hex

#DCB782
(220,183,130)
0 Favorites   0 Comments

Color spaces of #dcb782

RGB 220183130
HSL0.100.560.69
HSV35°41°86°
CMYK 0.000.170.41   0.14
XYZ50.478050.694328.2436
Yxy50.69430.39000.3917
Hunter Lab71.19991.949726.3208
CIE-Lab76.49356.230731.9206

#dcb782 color RGB value is (220,183,130).

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

The process color (four color CMYK) of #dcb782 color hex is 0.00, 0.17, 0.41, 0.14. Web safe color of #dcb782 is #cccc99. Color #dcb782 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110111 10000010
Octal 334 267 202
Decimal 220 183 130
Hex DC B7 82

RGB Percentages of Color #dcb782

%41.28
%34.33
%24.39

CMYK Percentages of Color #dcb782

%0
%17
%41
%14

Triadic Colors of #dcb782

#dcb782 #82dcb7 #b782dc

Analogous Colors of #dcb782

#dcb782 #d4dc82 #dc8a82

Monochromatic Colors of #dcb782

#dcb782

Complementary Color

#dcb782 #82a7dc

#dcb782 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb782 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb782 Color CSS Codes

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

#dcb782 Text Font Color

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

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


#dcb782 Background Color

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

This div background color is #dcb782


#dcb782 Border Color

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

This div border color is #dcb782


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb782

#dcb782 Color Palettes


Comments

No comments written yet.

Please login to write comment.