Color Hex Logo

#dba787 Color Hex

#DBA787
(219,167,135)
0 Favorites   0 Comments

Color spaces of #dba787

RGB 219167135
HSL0.060.540.69
HSV23°38°86°
CMYK 0.000.240.38   0.14
XYZ47.405344.446829.0022
Yxy44.44680.39230.3678
Hunter Lab66.668410.254620.8755
CIE-Lab72.526114.942823.9485

#dba787 color RGB value is (219,167,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100111 10000111
Octal 333 247 207
Decimal 219 167 135
Hex DB A7 87

RGB Percentages of Color #dba787

%42.03
%32.05
%25.91

CMYK Percentages of Color #dba787

%0
%24
%38
%14

Triadic Colors of #dba787

#dba787 #87dba7 #a787db

Analogous Colors of #dba787

#dba787 #dbd187 #db8791

Monochromatic Colors of #dba787

#dba787

Complementary Color

#dba787 #87bbdb

#dba787 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba787 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba787 Color CSS Codes

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

#dba787 Text Font Color

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

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


#dba787 Background Color

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

This div background color is #dba787


#dba787 Border Color

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

This div border color is #dba787


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba787


Comments

No comments written yet.

Please login to write comment.