Color Hex Logo

#dba796 Color Hex

#DBA796
(219,167,150)
0 Favorites   0 Comments

Color spaces of #dba796

RGB 219167150
HSL0.040.490.72
HSV15°32°86°
CMYK 0.000.240.32   0.14
XYZ48.537244.899534.9624
Yxy44.89950.37800.3497
Hunter Lab67.007112.035715.9691
CIE-Lab72.825716.782816.1930

#dba796 color RGB value is (219,167,150).

#dba796 hex color red value is 219, green value is 167 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #dba796 hue: 0.04 , saturation: 0.49 and the lightness value of dba796 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100111 10010110
Octal 333 247 226
Decimal 219 167 150
Hex DB A7 96

RGB Percentages of Color #dba796

%40.86
%31.16
%27.99

CMYK Percentages of Color #dba796

%0
%24
%32
%14

Triadic Colors of #dba796

#dba796 #96dba7 #a796db

Analogous Colors of #dba796

#dba796 #dbca96 #db96a8

Monochromatic Colors of #dba796

#dba796

Complementary Color

#dba796 #96cadb

#dba796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba796 Color CSS Codes

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

#dba796 Text Font Color

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

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


#dba796 Background Color

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

This div background color is #dba796


#dba796 Border Color

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

This div border color is #dba796


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba796


Comments

No comments written yet.

Please login to write comment.