Color Hex Logo

#db891f Color Hex

#DB891F
(219,137,31)
0 Favorites   0 Comments

Color spaces of #db891f

RGB 21913731
HSL0.090.750.49
HSV34°86°86°
CMYK 0.000.370.86   0.14
XYZ38.406433.05035.6514
Yxy33.05030.49810.4286
Hunter Lab57.489418.642434.4142
CIE-Lab64.201623.954263.6747

#db891f color RGB value is (219,137,31).

#db891f hex color red value is 219, green value is 137 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #db891f hue: 0.09 , saturation: 0.75 and the lightness value of db891f is 0.49.

The process color (four color CMYK) of #db891f color hex is 0.00, 0.37, 0.86, 0.14. Web safe color of #db891f is #cc9933. Color #db891f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10001001 00011111
Octal 333 211 37
Decimal 219 137 31
Hex DB 89 1F

RGB Percentages of Color #db891f

%56.59
%35.40
%8.01

CMYK Percentages of Color #db891f

%0
%37
%86
%14

Triadic Colors of #db891f

#db891f #1fdb89 #891fdb

Analogous Colors of #db891f

#db891f #cfdb1f #db2b1f

Monochromatic Colors of #db891f

#db891f

Complementary Color

#db891f #1f71db

#db891f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db891f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db891f Color CSS Codes

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

#db891f Text Font Color

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

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


#db891f Background Color

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

This div background color is #db891f


#db891f Border Color

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

This div border color is #db891f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db891f


Comments

No comments written yet.

Please login to write comment.