Color Hex Logo

#db710a Color Hex

#DB710A
(219,113,10)
0 Favorites   0 Comments

Color spaces of #db710a

RGB 21911310
HSL0.080.910.45
HSV30°95°86°
CMYK 0.000.480.95   0.14
XYZ35.173326.89223.6240
Yxy26.89220.53540.4094
Hunter Lab51.857730.319532.1570
CIE-Lab58.874436.238364.7600

#db710a color RGB value is (219,113,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110001 00001010
Octal 333 161 12
Decimal 219 113 10
Hex DB 71 A

RGB Percentages of Color #db710a

%64.04
%33.04
%2.92

CMYK Percentages of Color #db710a

%0
%48
%95
%14

Triadic Colors of #db710a

#db710a #0adb71 #710adb

Analogous Colors of #db710a

#db710a #dbda0a #db0a0b

Monochromatic Colors of #db710a

#db710a

Complementary Color

#db710a #0a74db

#db710a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db710a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db710a Color CSS Codes

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

#db710a Text Font Color

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

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


#db710a Background Color

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

This div background color is #db710a


#db710a Border Color

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

This div border color is #db710a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db710a


Comments

No comments written yet.

Please login to write comment.