Color Hex Logo

#db9624 Color Hex

#DB9624
(219,150,36)
0 Favorites   0 Comments

Color spaces of #db9624

RGB 21915036
HSL0.100.720.50
HSV37°84°86°
CMYK 0.000.320.84   0.14
XYZ40.438237.00016.6795
Yxy37.00010.48070.4399
Hunter Lab60.827712.218136.0688
CIE-Lab67.277117.104664.7028

#db9624 color RGB value is (219,150,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010110 00100100
Octal 333 226 44
Decimal 219 150 36
Hex DB 96 24

RGB Percentages of Color #db9624

%54.07
%37.04
%8.89

CMYK Percentages of Color #db9624

%0
%32
%84
%14

Triadic Colors of #db9624

#db9624 #24db96 #9624db

Analogous Colors of #db9624

#db9624 #c5db24 #db3a24

Monochromatic Colors of #db9624

#db9624

Complementary Color

#db9624 #2469db

#db9624 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db9624 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db9624 Color CSS Codes

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

#db9624 Text Font Color

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

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


#db9624 Background Color

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

This div background color is #db9624


#db9624 Border Color

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

This div border color is #db9624


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db9624


Comments

No comments written yet.

Please login to write comment.