Color Hex Logo

#dba05e Color Hex

#DBA05E
(219,160,94)
0 Favorites   0 Comments

Color spaces of #dba05e

RGB 21916094
HSL0.090.630.61
HSV32°57°86°
CMYK 0.000.270.57   0.14
XYZ43.804641.009816.1966
Yxy41.00980.43370.4060
Hunter Lab64.038910.031529.8317
CIE-Lab70.182814.738642.6206

#dba05e color RGB value is (219,160,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100000 01011110
Octal 333 240 136
Decimal 219 160 94
Hex DB A0 5E

RGB Percentages of Color #dba05e

%46.30
%33.83
%19.87

CMYK Percentages of Color #dba05e

%0
%27
%57
%14

Triadic Colors of #dba05e

#dba05e #5edba0 #a05edb

Analogous Colors of #dba05e

#dba05e #d8db5e #db625e

Monochromatic Colors of #dba05e

#dba05e

Complementary Color

#dba05e #5e99db

#dba05e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba05e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba05e Color CSS Codes

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

#dba05e Text Font Color

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

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


#dba05e Background Color

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

This div background color is #dba05e


#dba05e Border Color

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

This div border color is #dba05e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba05e


Comments

No comments written yet.

Please login to write comment.