Color Hex Logo

#dba96e Color Hex

#DBA96E
(219,169,110)
0 Favorites   0 Comments

Color spaces of #dba96e

RGB 219169110
HSL0.090.600.65
HSV32°50°86°
CMYK 0.000.230.50   0.14
XYZ46.215944.561820.9173
Yxy44.56180.41380.3990
Hunter Lab66.75466.759428.1499
CIE-Lab72.602411.269637.3612

#dba96e color RGB value is (219,169,110).

#dba96e hex color red value is 219, green value is 169 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #dba96e hue: 0.09 , saturation: 0.60 and the lightness value of dba96e is 0.65.

The process color (four color CMYK) of #dba96e color hex is 0.00, 0.23, 0.50, 0.14. Web safe color of #dba96e is #cc9966. Color #dba96e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101001 01101110
Octal 333 251 156
Decimal 219 169 110
Hex DB A9 6E

RGB Percentages of Color #dba96e

%43.98
%33.94
%22.09

CMYK Percentages of Color #dba96e

%0
%23
%50
%14

Triadic Colors of #dba96e

#dba96e #6edba9 #a96edb

Analogous Colors of #dba96e

#dba96e #d7db6e #db736e

Monochromatic Colors of #dba96e

#dba96e

Complementary Color

#dba96e #6ea0db

#dba96e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba96e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba96e Color CSS Codes

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

#dba96e Text Font Color

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

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


#dba96e Background Color

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

This div background color is #dba96e


#dba96e Border Color

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

This div border color is #dba96e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba96e


Comments

No comments written yet.

Please login to write comment.