Color Hex Logo

#db931e Color Hex

#DB931E
(219,147,30)
0 Favorites   0 Comments

Color spaces of #db931e

RGB 21914730
HSL0.100.760.49
HSV37°86°86°
CMYK 0.000.330.86   0.14
XYZ39.881536.02126.0791
Yxy36.02120.48650.4394
Hunter Lab60.017713.581636.0070
CIE-Lab66.536118.564965.8632

#db931e color RGB value is (219,147,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010011 00011110
Octal 333 223 36
Decimal 219 147 30
Hex DB 93 1E

RGB Percentages of Color #db931e

%55.30
%37.12
%7.58

CMYK Percentages of Color #db931e

%0
%33
%86
%14

Triadic Colors of #db931e

#db931e #1edb93 #931edb

Analogous Colors of #db931e

#db931e #c5db1e #db351e

Monochromatic Colors of #db931e

#db931e

Complementary Color

#db931e #1e66db

#db931e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db931e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db931e Color CSS Codes

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

#db931e Text Font Color

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

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


#db931e Background Color

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

This div background color is #db931e


#db931e Border Color

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

This div border color is #db931e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db931e


Comments

No comments written yet.

Please login to write comment.