Color Hex Logo

#dba96f Color Hex

#DBA96F
(219,169,111)
0 Favorites   0 Comments

Color spaces of #dba96f

RGB 219169111
HSL0.090.600.65
HSV32°49°86°
CMYK 0.000.230.49   0.14
XYZ46.270644.583721.2057
Yxy44.58370.41290.3979
Hunter Lab66.77106.846627.9099
CIE-Lab72.616911.362136.8583

#dba96f color RGB value is (219,169,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101001 01101111
Octal 333 251 157
Decimal 219 169 111
Hex DB A9 6F

RGB Percentages of Color #dba96f

%43.89
%33.87
%22.24

CMYK Percentages of Color #dba96f

%0
%23
%49
%14

Triadic Colors of #dba96f

#dba96f #6fdba9 #a96fdb

Analogous Colors of #dba96f

#dba96f #d7db6f #db736f

Monochromatic Colors of #dba96f

#dba96f

Complementary Color

#dba96f #6fa1db

#dba96f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba96f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba96f Color CSS Codes

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

#dba96f Text Font Color

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

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


#dba96f Background Color

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

This div background color is #dba96f


#dba96f Border Color

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

This div border color is #dba96f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba96f


Comments

No comments written yet.

Please login to write comment.