Color Hex Logo

#db782e Color Hex

#DB782E
(219,120,46)
0 Favorites   0 Comments

Color spaces of #db782e

RGB 21912046
HSL0.070.710.52
HSV26°79°86°
CMYK 0.000.450.79   0.14
XYZ36.423028.69036.2028
Yxy28.69030.51070.4023
Hunter Lab53.563327.644030.6284
CIE-Lab60.507333.401954.9538

#db782e color RGB value is (219,120,46).

#db782e hex color red value is 219, green value is 120 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #db782e hue: 0.07 , saturation: 0.71 and the lightness value of db782e is 0.52.

The process color (four color CMYK) of #db782e color hex is 0.00, 0.45, 0.79, 0.14. Web safe color of #db782e is #cc6633. Color #db782e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01111000 00101110
Octal 333 170 56
Decimal 219 120 46
Hex DB 78 2E

RGB Percentages of Color #db782e

%56.88
%31.17
%11.95

CMYK Percentages of Color #db782e

%0
%45
%79
%14

Triadic Colors of #db782e

#db782e #2edb78 #782edb

Analogous Colors of #db782e

#db782e #dbcf2e #db2e3b

Monochromatic Colors of #db782e

#db782e

Complementary Color

#db782e #2e91db

#db782e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db782e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db782e Color CSS Codes

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

#db782e Text Font Color

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

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


#db782e Background Color

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

This div background color is #db782e


#db782e Border Color

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

This div border color is #db782e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db782e


Comments

No comments written yet.

Please login to write comment.