Color Hex Logo

#db800e Color Hex

#DB800E
(219,128,14)
0 Favorites   0 Comments

Color spaces of #db800e

RGB 21912814
HSL0.090.880.46
HSV33°94°86°
CMYK 0.000.420.94   0.14
XYZ37.011930.53014.3576
Yxy30.53010.51480.4246
Hunter Lab55.254022.873634.0019
CIE-Lab62.108928.445366.2596

#db800e color RGB value is (219,128,14).

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

The process color (four color CMYK) of #db800e color hex is 0.00, 0.42, 0.94, 0.14. Web safe color of #db800e is #cc9900. Color #db800e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000000 00001110
Octal 333 200 16
Decimal 219 128 14
Hex DB 80 E

RGB Percentages of Color #db800e

%60.66
%35.46
%3.88

CMYK Percentages of Color #db800e

%0
%42
%94
%14

Triadic Colors of #db800e

#db800e #0edb80 #800edb

Analogous Colors of #db800e

#db800e #d0db0e #db1a0e

Monochromatic Colors of #db800e

#db800e

Complementary Color

#db800e #0e69db

#db800e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db800e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db800e Color CSS Codes

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

#db800e Text Font Color

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

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


#db800e Background Color

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

This div background color is #db800e


#db800e Border Color

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

This div border color is #db800e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db800e


Comments

No comments written yet.

Please login to write comment.