Color Hex Logo

#db710d Color Hex

#DB710D
(219,113,13)
0 Favorites   0 Comments

Color spaces of #db710d

RGB 21911313
HSL0.080.890.45
HSV29°94°86°
CMYK 0.000.480.94   0.14
XYZ35.191226.89943.7181
Yxy26.89940.53470.4088
Hunter Lab51.864630.352832.0548
CIE-Lab58.881136.270464.2194

#db710d color RGB value is (219,113,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110001 00001101
Octal 333 161 15
Decimal 219 113 13
Hex DB 71 D

RGB Percentages of Color #db710d

%63.48
%32.75
%3.77

CMYK Percentages of Color #db710d

%0
%48
%94
%14

Triadic Colors of #db710d

#db710d #0ddb71 #710ddb

Analogous Colors of #db710d

#db710d #dbd80d #db0d10

Monochromatic Colors of #db710d

#db710d

Complementary Color

#db710d #0d77db

#db710d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db710d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db710d Color CSS Codes

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

#db710d Text Font Color

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

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


#db710d Background Color

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

This div background color is #db710d


#db710d Border Color

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

This div border color is #db710d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db710d


Comments

No comments written yet.

Please login to write comment.