Color Hex Logo

#db521e Color Hex

#DB521E
(219,82,30)
0 Favorites   0 Comments

Color spaces of #db521e

RGB 2198230
HSL0.050.760.49
HSV17°86°86°
CMYK 0.000.630.86   0.14
XYZ32.465121.18843.6070
Yxy21.18840.56700.3700
Hunter Lab46.030945.340227.5756
CIE-Lab53.155151.430354.9998

#db521e color RGB value is (219,82,30).

#db521e hex color red value is 219, green value is 82 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #db521e hue: 0.05 , saturation: 0.76 and the lightness value of db521e is 0.49.

The process color (four color CMYK) of #db521e color hex is 0.00, 0.63, 0.86, 0.14. Web safe color of #db521e is #cc6633. Color #db521e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010010 00011110
Octal 333 122 36
Decimal 219 82 30
Hex DB 52 1E

RGB Percentages of Color #db521e

%66.16
%24.77
%9.06

CMYK Percentages of Color #db521e

%0
%63
%86
%14

Triadic Colors of #db521e

#db521e #1edb52 #521edb

Analogous Colors of #db521e

#db521e #dbb11e #db1e48

Monochromatic Colors of #db521e

#db521e

Complementary Color

#db521e #1ea7db

#db521e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db521e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db521e Color CSS Codes

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

#db521e Text Font Color

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

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


#db521e Background Color

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

This div background color is #db521e


#db521e Border Color

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

This div border color is #db521e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db521e


Comments

No comments written yet.

Please login to write comment.