Color Hex Logo

#dba16e Color Hex

#DBA16E
(219,161,110)
0 Favorites   0 Comments

Color spaces of #dba16e

RGB 219161110
HSL0.080.600.65
HSV28°50°86°
CMYK 0.000.260.50   0.14
XYZ44.772841.675620.4363
Yxy41.67560.41890.3899
Hunter Lab64.556610.823326.4206
CIE-Lab70.646715.563834.8807

#dba16e color RGB value is (219,161,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100001 01101110
Octal 333 241 156
Decimal 219 161 110
Hex DB A1 6E

RGB Percentages of Color #dba16e

%44.69
%32.86
%22.45

CMYK Percentages of Color #dba16e

%0
%26
%50
%14

Triadic Colors of #dba16e

#dba16e #6edba1 #a16edb

Analogous Colors of #dba16e

#dba16e #dbd86e #db6e72

Monochromatic Colors of #dba16e

#dba16e

Complementary Color

#dba16e #6ea8db

#dba16e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba16e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba16e Color CSS Codes

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

#dba16e Text Font Color

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

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


#dba16e Background Color

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

This div background color is #dba16e


#dba16e Border Color

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

This div border color is #dba16e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba16e


Comments

No comments written yet.

Please login to write comment.