Color Hex Logo

#dba45e Color Hex

#DBA45E
(219,164,94)
0 Favorites   0 Comments

Color spaces of #dba45e

RGB 21916494
HSL0.090.630.61
HSV34°57°86°
CMYK 0.000.250.57   0.14
XYZ44.509342.419116.4315
Yxy42.41910.43060.4104
Hunter Lab65.12998.008130.6328
CIE-Lab71.158912.591243.7937

#dba45e color RGB value is (219,164,94).

#dba45e hex color red value is 219, green value is 164 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #dba45e hue: 0.09 , saturation: 0.63 and the lightness value of dba45e is 0.61.

The process color (four color CMYK) of #dba45e color hex is 0.00, 0.25, 0.57, 0.14. Web safe color of #dba45e is #cc9966. Color #dba45e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100100 01011110
Octal 333 244 136
Decimal 219 164 94
Hex DB A4 5E

RGB Percentages of Color #dba45e

%45.91
%34.38
%19.71

CMYK Percentages of Color #dba45e

%0
%25
%57
%14

Triadic Colors of #dba45e

#dba45e #5edba4 #a45edb

Analogous Colors of #dba45e

#dba45e #d4db5e #db665e

Monochromatic Colors of #dba45e

#dba45e

Complementary Color

#dba45e #5e95db

#dba45e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba45e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba45e Color CSS Codes

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

#dba45e Text Font Color

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

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


#dba45e Background Color

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

This div background color is #dba45e


#dba45e Border Color

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

This div border color is #dba45e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba45e


Comments

No comments written yet.

Please login to write comment.