Color Hex Logo

#db801f Color Hex

#DB801F
(219,128,31)
0 Favorites   0 Comments

Color spaces of #db801f

RGB 21912831
HSL0.090.750.49
HSV31°86°86°
CMYK 0.000.420.86   0.14
XYZ37.179930.59735.2426
Yxy30.59730.50920.4190
Hunter Lab55.314823.178033.1010
CIE-Lab62.166228.750062.0094

#db801f color RGB value is (219,128,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000000 00011111
Octal 333 200 37
Decimal 219 128 31
Hex DB 80 1F

RGB Percentages of Color #db801f

%57.94
%33.86
%8.20

CMYK Percentages of Color #db801f

%0
%42
%86
%14

Triadic Colors of #db801f

#db801f #1fdb80 #801fdb

Analogous Colors of #db801f

#db801f #d8db1f #db221f

Monochromatic Colors of #db801f

#db801f

Complementary Color

#db801f #1f7adb

#db801f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db801f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db801f Color CSS Codes

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

#db801f Text Font Color

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

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


#db801f Background Color

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

This div background color is #db801f


#db801f Border Color

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

This div border color is #db801f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db801f


Comments

No comments written yet.

Please login to write comment.