Color Hex Logo

#db610e Color Hex

#DB610E
(219,97,14)
0 Favorites   0 Comments

Color spaces of #db610e

RGB 2199714
HSL0.070.880.46
HSV24°94°86°
CMYK 0.000.560.94   0.14
XYZ33.567423.64123.2095
Yxy23.64120.55560.3913
Hunter Lab48.622238.142530.1219
CIE-Lab55.726844.257361.8857

#db610e color RGB value is (219,97,14).

#db610e hex color red value is 219, green value is 97 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #db610e hue: 0.07 , saturation: 0.88 and the lightness value of db610e is 0.46.

The process color (four color CMYK) of #db610e color hex is 0.00, 0.56, 0.94, 0.14. Web safe color of #db610e is #cc6600. Color #db610e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100001 00001110
Octal 333 141 16
Decimal 219 97 14
Hex DB 61 E

RGB Percentages of Color #db610e

%66.36
%29.39
%4.24

CMYK Percentages of Color #db610e

%0
%56
%94
%14

Triadic Colors of #db610e

#db610e #0edb61 #610edb

Analogous Colors of #db610e

#db610e #dbc80e #db0e21

Monochromatic Colors of #db610e

#db610e

Complementary Color

#db610e #0e88db

#db610e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db610e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db610e Color CSS Codes

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

#db610e Text Font Color

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

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


#db610e Background Color

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

This div background color is #db610e


#db610e Border Color

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

This div border color is #db610e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db610e


Comments

No comments written yet.

Please login to write comment.