Color Hex Logo

#dba15e Color Hex

#DBA15E
(219,161,94)
0 Favorites   0 Comments

Color spaces of #dba15e

RGB 21916194
HSL0.090.630.61
HSV32°57°86°
CMYK 0.000.260.57   0.14
XYZ43.978741.358016.2546
Yxy41.35800.43290.4071
Hunter Lab64.31029.524930.0314
CIE-Lab70.426014.201242.9136

#dba15e color RGB value is (219,161,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100001 01011110
Octal 333 241 136
Decimal 219 161 94
Hex DB A1 5E

RGB Percentages of Color #dba15e

%46.20
%33.97
%19.83

CMYK Percentages of Color #dba15e

%0
%26
%57
%14

Triadic Colors of #dba15e

#dba15e #5edba1 #a15edb

Analogous Colors of #dba15e

#dba15e #d7db5e #db635e

Monochromatic Colors of #dba15e

#dba15e

Complementary Color

#dba15e #5e98db

#dba15e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba15e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba15e Color CSS Codes

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

#dba15e Text Font Color

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

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


#dba15e Background Color

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

This div background color is #dba15e


#dba15e Border Color

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

This div border color is #dba15e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba15e


Comments

No comments written yet.

Please login to write comment.