Color Hex Logo

#db671e Color Hex

#DB671E
(219,103,30)
0 Favorites   0 Comments

Color spaces of #db671e

RGB 21910330
HSL0.060.760.49
HSV23°86°86°
CMYK 0.000.530.86   0.14
XYZ34.298024.85434.2180
Yxy24.85430.54120.3922
Hunter Lab49.854135.557629.8815
CIE-Lab56.933241.602958.0744

#db671e color RGB value is (219,103,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100111 00011110
Octal 333 147 36
Decimal 219 103 30
Hex DB 67 1E

RGB Percentages of Color #db671e

%62.22
%29.26
%8.52

CMYK Percentages of Color #db671e

%0
%53
%86
%14

Triadic Colors of #db671e

#db671e #1edb67 #671edb

Analogous Colors of #db671e

#db671e #dbc61e #db1e33

Monochromatic Colors of #db671e

#db671e

Complementary Color

#db671e #1e92db

#db671e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db671e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db671e Color CSS Codes

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

#db671e Text Font Color

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

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


#db671e Background Color

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

This div background color is #db671e


#db671e Border Color

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

This div border color is #db671e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db671e


Comments

No comments written yet.

Please login to write comment.