Color Hex Logo

#db681f Color Hex

#DB681F
(219,104,31)
0 Favorites   0 Comments

Color spaces of #db681f

RGB 21910431
HSL0.060.750.49
HSV23°86°86°
CMYK 0.000.530.86   0.14
XYZ34.411125.05964.3197
Yxy25.05960.53940.3928
Hunter Lab50.059635.097229.9255
CIE-Lab57.133441.130557.8801

#db681f color RGB value is (219,104,31).

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

The process color (four color CMYK) of #db681f color hex is 0.00, 0.53, 0.86, 0.14. Web safe color of #db681f is #cc6633. Color #db681f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01101000 00011111
Octal 333 150 37
Decimal 219 104 31
Hex DB 68 1F

RGB Percentages of Color #db681f

%61.86
%29.38
%8.76

CMYK Percentages of Color #db681f

%0
%53
%86
%14

Triadic Colors of #db681f

#db681f #1fdb68 #681fdb

Analogous Colors of #db681f

#db681f #dbc61f #db1f34

Monochromatic Colors of #db681f

#db681f

Complementary Color

#db681f #1f92db

#db681f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db681f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db681f Color CSS Codes

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

#db681f Text Font Color

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

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


#db681f Background Color

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

This div background color is #db681f


#db681f Border Color

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

This div border color is #db681f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db681f


Comments

No comments written yet.

Please login to write comment.