Color Hex Logo

#db6819 Color Hex

#DB6819
(219,104,25)
0 Favorites   0 Comments

Color spaces of #db6819

RGB 21910425
HSL0.070.800.48
HSV24°89°86°
CMYK 0.000.530.89   0.14
XYZ34.339225.03093.9413
Yxy25.03090.54240.3954
Hunter Lab50.030934.961230.3509
CIE-Lab57.105541.002659.8849

#db6819 color RGB value is (219,104,25).

#db6819 hex color red value is 219, green value is 104 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #db6819 hue: 0.07 , saturation: 0.80 and the lightness value of db6819 is 0.48.

The process color (four color CMYK) of #db6819 color hex is 0.00, 0.53, 0.89, 0.14. Web safe color of #db6819 is #cc6600. Color #db6819 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01101000 00011001
Octal 333 150 31
Decimal 219 104 25
Hex DB 68 19

RGB Percentages of Color #db6819

%62.93
%29.89
%7.18

CMYK Percentages of Color #db6819

%0
%53
%89
%14

Triadic Colors of #db6819

#db6819 #19db68 #6819db

Analogous Colors of #db6819

#db6819 #dbc919 #db192b

Monochromatic Colors of #db6819

#db6819

Complementary Color

#db6819 #198cdb

#db6819 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db6819 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db6819 Color CSS Codes

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

#db6819 Text Font Color

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

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


#db6819 Background Color

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

This div background color is #db6819


#db6819 Border Color

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

This div border color is #db6819


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db6819


Comments

No comments written yet.

Please login to write comment.