Color Hex Logo

#db831e Color Hex

#DB831E
(219,131,30)
0 Favorites   0 Comments

Color spaces of #db831e

RGB 21913130
HSL0.090.760.49
HSV32°86°86°
CMYK 0.000.400.86   0.14
XYZ37.564131.38645.3066
Yxy31.38640.50590.4227
Hunter Lab56.023621.644033.6005
CIE-Lab62.832527.133462.8633

#db831e color RGB value is (219,131,30).

#db831e hex color red value is 219, green value is 131 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #db831e hue: 0.09 , saturation: 0.76 and the lightness value of db831e is 0.49.

The process color (four color CMYK) of #db831e color hex is 0.00, 0.40, 0.86, 0.14. Web safe color of #db831e is #cc9933. Color #db831e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000011 00011110
Octal 333 203 36
Decimal 219 131 30
Hex DB 83 1E

RGB Percentages of Color #db831e

%57.63
%34.47
%7.89

CMYK Percentages of Color #db831e

%0
%40
%86
%14

Triadic Colors of #db831e

#db831e #1edb83 #831edb

Analogous Colors of #db831e

#db831e #d5db1e #db251e

Monochromatic Colors of #db831e

#db831e

Complementary Color

#db831e #1e76db

#db831e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db831e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db831e Color CSS Codes

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

#db831e Text Font Color

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

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


#db831e Background Color

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

This div background color is #db831e


#db831e Border Color

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

This div border color is #db831e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db831e


Comments

No comments written yet.

Please login to write comment.