Color Hex Logo

#db7604 Color Hex

#DB7604
(219,118,4)
0 Favorites   0 Comments

Color spaces of #db7604

RGB 2191184
HSL0.090.960.44
HSV32°98°86°
CMYK 0.000.460.98   0.14
XYZ35.713828.02573.6420
Yxy28.02570.53000.4159
Hunter Lab52.939327.775532.9786
CIE-Lab59.911933.595666.4425

#db7604 color RGB value is (219,118,4).

#db7604 hex color red value is 219, green value is 118 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #db7604 hue: 0.09 , saturation: 0.96 and the lightness value of db7604 is 0.44.

The process color (four color CMYK) of #db7604 color hex is 0.00, 0.46, 0.98, 0.14. Web safe color of #db7604 is #cc6600. Color #db7604 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110110 00000100
Octal 333 166 4
Decimal 219 118 4
Hex DB 76 4

RGB Percentages of Color #db7604

%64.22
%34.60
%1.17

CMYK Percentages of Color #db7604

%0
%46
%98
%14

Triadic Colors of #db7604

#db7604 #04db76 #7604db

Analogous Colors of #db7604

#db7604 #d5db04 #db0b04

Monochromatic Colors of #db7604

#db7604

Complementary Color

#db7604 #0469db

#db7604 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db7604 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db7604 Color CSS Codes

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

#db7604 Text Font Color

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

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


#db7604 Background Color

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

This div background color is #db7604


#db7604 Border Color

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

This div border color is #db7604


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db7604


Comments

No comments written yet.

Please login to write comment.