Color Hex Logo

#dba785 Color Hex

#DBA785
(219,167,133)
0 Favorites   0 Comments

Color spaces of #dba785

RGB 219167133
HSL0.070.540.69
HSV24°39°86°
CMYK 0.000.240.39   0.14
XYZ47.265844.391028.2674
Yxy44.39100.39410.3702
Hunter Lab66.626610.033821.4839
CIE-Lab72.489114.713224.9807

#dba785 color RGB value is (219,167,133).

#dba785 hex color red value is 219, green value is 167 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #dba785 hue: 0.07 , saturation: 0.54 and the lightness value of dba785 is 0.69.

The process color (four color CMYK) of #dba785 color hex is 0.00, 0.24, 0.39, 0.14. Web safe color of #dba785 is #cc9999. Color #dba785 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100111 10000101
Octal 333 247 205
Decimal 219 167 133
Hex DB A7 85

RGB Percentages of Color #dba785

%42.20
%32.18
%25.63

CMYK Percentages of Color #dba785

%0
%24
%39
%14

Triadic Colors of #dba785

#dba785 #85dba7 #a785db

Analogous Colors of #dba785

#dba785 #dbd285 #db858e

Monochromatic Colors of #dba785

#dba785

Complementary Color

#dba785 #85b9db

#dba785 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba785 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba785 Color CSS Codes

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

#dba785 Text Font Color

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

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


#dba785 Background Color

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

This div background color is #dba785


#dba785 Border Color

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

This div border color is #dba785


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,167,133, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dba785; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dba785;
  -webkit-box-shadow: 1px 1px 3px 2px #dba785;
  box-shadow:         1px 1px 3px 2px #dba785; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,167,133, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba785


Comments

No comments written yet.

Please login to write comment.