Color Hex Logo

#db802f Color Hex

#DB802F
(219,128,47)
0 Favorites   0 Comments

Color spaces of #db802f

RGB 21912847
HSL0.080.700.52
HSV28°79°86°
CMYK 0.000.420.79   0.14
XYZ37.445730.70366.6421
Yxy30.70360.50070.4105
Hunter Lab55.410823.658331.6805
CIE-Lab62.256629.229656.1943

#db802f color RGB value is (219,128,47).

#db802f hex color red value is 219, green value is 128 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #db802f hue: 0.08 , saturation: 0.70 and the lightness value of db802f is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000000 00101111
Octal 333 200 57
Decimal 219 128 47
Hex DB 80 2F

RGB Percentages of Color #db802f

%55.58
%32.49
%11.93

CMYK Percentages of Color #db802f

%0
%42
%79
%14

Triadic Colors of #db802f

#db802f #2fdb80 #802fdb

Analogous Colors of #db802f

#db802f #dbd62f #db2f34

Monochromatic Colors of #db802f

#db802f

Complementary Color

#db802f #2f8adb

#db802f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db802f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db802f Color CSS Codes

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

#db802f Text Font Color

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

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


#db802f Background Color

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

This div background color is #db802f


#db802f Border Color

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

This div border color is #db802f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db802f


Comments

No comments written yet.

Please login to write comment.