Color Hex Logo

#db931f Color Hex

#DB931F
(219,147,31)
0 Favorites   0 Comments

Color spaces of #db931f

RGB 21914731
HSL0.100.750.49
HSV37°86°86°
CMYK 0.000.330.86   0.14
XYZ39.894536.02646.1475
Yxy36.02640.48610.4390
Hunter Lab60.022013.604235.9429
CIE-Lab66.540118.588465.5845

#db931f color RGB value is (219,147,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010011 00011111
Octal 333 223 37
Decimal 219 147 31
Hex DB 93 1F

RGB Percentages of Color #db931f

%55.16
%37.03
%7.81

CMYK Percentages of Color #db931f

%0
%33
%86
%14

Triadic Colors of #db931f

#db931f #1fdb93 #931fdb

Analogous Colors of #db931f

#db931f #c5db1f #db351f

Monochromatic Colors of #db931f

#db931f

Complementary Color

#db931f #1f67db

#db931f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db931f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db931f Color CSS Codes

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

#db931f Text Font Color

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

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


#db931f Background Color

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

This div background color is #db931f


#db931f Border Color

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

This div border color is #db931f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db931f


Comments

No comments written yet.

Please login to write comment.