Color Hex Logo

#dba67e Color Hex

#DBA67E
(219,166,126)
0 Favorites   0 Comments

Color spaces of #dba67e

RGB 219166126
HSL0.070.560.68
HSV26°42°86°
CMYK 0.000.240.42   0.14
XYZ46.615543.838925.7435
Yxy43.83890.40120.3773
Hunter Lab66.21109.802923.2951
CIE-Lab72.120714.476028.2618

#dba67e color RGB value is (219,166,126).

#dba67e hex color red value is 219, green value is 166 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #dba67e hue: 0.07 , saturation: 0.56 and the lightness value of dba67e is 0.68.

The process color (four color CMYK) of #dba67e color hex is 0.00, 0.24, 0.42, 0.14. Web safe color of #dba67e is #cc9966. Color #dba67e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100110 01111110
Octal 333 246 176
Decimal 219 166 126
Hex DB A6 7E

RGB Percentages of Color #dba67e

%42.86
%32.49
%24.66

CMYK Percentages of Color #dba67e

%0
%24
%42
%14

Triadic Colors of #dba67e

#dba67e #7edba6 #a67edb

Analogous Colors of #dba67e

#dba67e #dbd57e #db7e85

Monochromatic Colors of #dba67e

#dba67e

Complementary Color

#dba67e #7eb3db

#dba67e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba67e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba67e Color CSS Codes

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

#dba67e Text Font Color

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

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


#dba67e Background Color

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

This div background color is #dba67e


#dba67e Border Color

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

This div border color is #dba67e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba67e


Comments

No comments written yet.

Please login to write comment.