Color Hex Logo

#db710e Color Hex

#DB710E
(219,113,14)
0 Favorites   0 Comments

Color spaces of #db710e

RGB 21911314
HSL0.080.880.46
HSV29°94°86°
CMYK 0.000.480.94   0.14
XYZ35.197826.90203.7529
Yxy26.90200.53450.4085
Hunter Lab51.867130.365232.0170
CIE-Lab58.883536.282464.0218

#db710e color RGB value is (219,113,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110001 00001110
Octal 333 161 16
Decimal 219 113 14
Hex DB 71 E

RGB Percentages of Color #db710e

%63.29
%32.66
%4.05

CMYK Percentages of Color #db710e

%0
%48
%94
%14

Triadic Colors of #db710e

#db710e #0edb71 #710edb

Analogous Colors of #db710e

#db710e #dbd80e #db0e12

Monochromatic Colors of #db710e

#db710e

Complementary Color

#db710e #0e78db

#db710e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db710e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db710e Color CSS Codes

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

#db710e Text Font Color

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

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


#db710e Background Color

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

This div background color is #db710e


#db710e Border Color

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

This div border color is #db710e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db710e


Comments

No comments written yet.

Please login to write comment.