Color Hex Logo

#db720c Color Hex

#DB720C
(219,114,12)
0 Favorites   0 Comments

Color spaces of #db720c

RGB 21911412
HSL0.080.900.45
HSV30°95°86°
CMYK 0.000.480.95   0.14
XYZ35.297127.12123.7224
Yxy27.12120.53370.4101
Hunter Lab52.078029.846032.2167
CIE-Lab59.086335.745564.5483

#db720c color RGB value is (219,114,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110010 00001100
Octal 333 162 14
Decimal 219 114 12
Hex DB 72 C

RGB Percentages of Color #db720c

%63.48
%33.04
%3.48

CMYK Percentages of Color #db720c

%0
%48
%95
%14

Triadic Colors of #db720c

#db720c #0cdb72 #720cdb

Analogous Colors of #db720c

#db720c #dbda0c #db0c0d

Monochromatic Colors of #db720c

#db720c

Complementary Color

#db720c #0c75db

#db720c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db720c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db720c Color CSS Codes

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

#db720c Text Font Color

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

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


#db720c Background Color

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

This div background color is #db720c


#db720c Border Color

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

This div border color is #db720c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db720c


Comments

No comments written yet.

Please login to write comment.