Color Hex Logo

#db521d Color Hex

#DB521D
(219,82,29)
0 Favorites   0 Comments

Color spaces of #db521d

RGB 2198229
HSL0.050.770.49
HSV17°87°86°
CMYK 0.000.630.87   0.14
XYZ32.452521.18343.5408
Yxy21.18340.56760.3705
Hunter Lab46.025445.315727.6565
CIE-Lab53.149651.408655.3858

#db521d color RGB value is (219,82,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010010 00011101
Octal 333 122 35
Decimal 219 82 29
Hex DB 52 1D

RGB Percentages of Color #db521d

%66.36
%24.85
%8.79

CMYK Percentages of Color #db521d

%0
%63
%87
%14

Triadic Colors of #db521d

#db521d #1ddb52 #521ddb

Analogous Colors of #db521d

#db521d #dbb11d #db1d47

Monochromatic Colors of #db521d

#db521d

Complementary Color

#db521d #1da6db

#db521d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db521d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db521d Color CSS Codes

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

#db521d Text Font Color

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

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


#db521d Background Color

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

This div background color is #db521d


#db521d Border Color

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

This div border color is #db521d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db521d


Comments

No comments written yet.

Please login to write comment.