Color Hex Logo

#db8424 Color Hex

#DB8424
(219,132,36)
0 Favorites   0 Comments

Color spaces of #db8424

RGB 21913236
HSL0.090.720.50
HSV31°84°86°
CMYK 0.000.400.84   0.14
XYZ37.783131.69005.7945
Yxy31.69000.50200.4210
Hunter Lab56.293921.290733.3028
CIE-Lab63.085826.753061.1265

#db8424 color RGB value is (219,132,36).

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

The process color (four color CMYK) of #db8424 color hex is 0.00, 0.40, 0.84, 0.14. Web safe color of #db8424 is #cc9933. Color #db8424 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000100 00100100
Octal 333 204 44
Decimal 219 132 36
Hex DB 84 24

RGB Percentages of Color #db8424

%56.59
%34.11
%9.30

CMYK Percentages of Color #db8424

%0
%40
%84
%14

Triadic Colors of #db8424

#db8424 #24db84 #8424db

Analogous Colors of #db8424

#db8424 #d7db24 #db2924

Monochromatic Colors of #db8424

#db8424

Complementary Color

#db8424 #247bdb

#db8424 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8424 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8424 Color CSS Codes

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

#db8424 Text Font Color

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

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


#db8424 Background Color

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

This div background color is #db8424


#db8424 Border Color

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

This div border color is #db8424


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,132,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 #db8424">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db8424


Comments

No comments written yet.

Please login to write comment.