Color Hex Logo

#dba86f Color Hex

#DBA86F
(219,168,111)
0 Favorites   0 Comments

Color spaces of #dba86f

RGB 219168111
HSL0.090.600.65
HSV32°49°86°
CMYK 0.000.230.49   0.14
XYZ46.085344.213021.1439
Yxy44.21300.41350.3967
Hunter Lab66.49297.353427.6915
CIE-Lab72.370611.898036.5463

#dba86f color RGB value is (219,168,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101000 01101111
Octal 333 250 157
Decimal 219 168 111
Hex DB A8 6F

RGB Percentages of Color #dba86f

%43.98
%33.73
%22.29

CMYK Percentages of Color #dba86f

%0
%23
%49
%14

Triadic Colors of #dba86f

#dba86f #6fdba8 #a86fdb

Analogous Colors of #dba86f

#dba86f #d8db6f #db726f

Monochromatic Colors of #dba86f

#dba86f

Complementary Color

#dba86f #6fa2db

#dba86f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba86f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba86f Color CSS Codes

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

#dba86f Text Font Color

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

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


#dba86f Background Color

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

This div background color is #dba86f


#dba86f Border Color

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

This div border color is #dba86f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,168,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 #dba86f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba86f


Comments

No comments written yet.

Please login to write comment.