Color Hex Logo

#db803e Color Hex

#DB803E
(219,128,62)
0 Favorites   0 Comments

Color spaces of #db803e

RGB 21912862
HSL0.070.690.55
HSV25°72°86°
CMYK 0.000.420.72   0.14
XYZ37.802130.84628.5190
Yxy30.84620.48990.3997
Hunter Lab55.539424.299729.7832
CIE-Lab62.377629.867549.5931

#db803e color RGB value is (219,128,62).

#db803e hex color red value is 219, green value is 128 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #db803e hue: 0.07 , saturation: 0.69 and the lightness value of db803e is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000000 00111110
Octal 333 200 76
Decimal 219 128 62
Hex DB 80 3E

RGB Percentages of Color #db803e

%53.55
%31.30
%15.16

CMYK Percentages of Color #db803e

%0
%42
%72
%14

Triadic Colors of #db803e

#db803e #3edb80 #803edb

Analogous Colors of #db803e

#db803e #dbcf3e #db3e4b

Monochromatic Colors of #db803e

#db803e

Complementary Color

#db803e #3e99db

#db803e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db803e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db803e Color CSS Codes

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

#db803e Text Font Color

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

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


#db803e Background Color

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

This div background color is #db803e


#db803e Border Color

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

This div border color is #db803e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db803e


Comments

No comments written yet.

Please login to write comment.