Color Hex Logo

#db7424 Color Hex

#DB7424
(219,116,36)
0 Favorites   0 Comments

Color spaces of #db7424

RGB 21911636
HSL0.070.720.50
HSV26°84°86°
CMYK 0.000.470.84   0.14
XYZ35.777227.67825.1258
Yxy27.67820.52170.4036
Hunter Lab52.610129.320331.0504
CIE-Lab59.596935.166958.1240

#db7424 color RGB value is (219,116,36).

#db7424 hex color red value is 219, green value is 116 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #db7424 hue: 0.07 , saturation: 0.72 and the lightness value of db7424 is 0.50.

The process color (four color CMYK) of #db7424 color hex is 0.00, 0.47, 0.84, 0.14. Web safe color of #db7424 is #cc6633. Color #db7424 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110100 00100100
Octal 333 164 44
Decimal 219 116 36
Hex DB 74 24

RGB Percentages of Color #db7424

%59.03
%31.27
%9.70

CMYK Percentages of Color #db7424

%0
%47
%84
%14

Triadic Colors of #db7424

#db7424 #24db74 #7424db

Analogous Colors of #db7424

#db7424 #dbd024 #db242f

Monochromatic Colors of #db7424

#db7424

Complementary Color

#db7424 #248bdb

#db7424 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db7424 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db7424 Color CSS Codes

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

#db7424 Text Font Color

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

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


#db7424 Background Color

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

This div background color is #db7424


#db7424 Border Color

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

This div border color is #db7424


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db7424


Comments

No comments written yet.

Please login to write comment.