Color Hex Logo

#db7746 Color Hex

#DB7746
(219,119,70)
0 Favorites   0 Comments

Color spaces of #db7746

RGB 21911970
HSL0.050.670.57
HSV20°68°86°
CMYK 0.000.460.68   0.14
XYZ36.915728.69599.3875
Yxy28.69590.49220.3826
Hunter Lab53.568629.264727.1078
CIE-Lab60.512335.010743.5637

#db7746 color RGB value is (219,119,70).

#db7746 hex color red value is 219, green value is 119 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #db7746 hue: 0.05 , saturation: 0.67 and the lightness value of db7746 is 0.57.

The process color (four color CMYK) of #db7746 color hex is 0.00, 0.46, 0.68, 0.14. Web safe color of #db7746 is #cc6633. Color #db7746 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110111 01000110
Octal 333 167 106
Decimal 219 119 70
Hex DB 77 46

RGB Percentages of Color #db7746

%53.68
%29.17
%17.16

CMYK Percentages of Color #db7746

%0
%46
%68
%14

Triadic Colors of #db7746

#db7746 #46db77 #7746db

Analogous Colors of #db7746

#db7746 #dbc246 #db465f

Monochromatic Colors of #db7746

#db7746

Complementary Color

#db7746 #46aadb

#db7746 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db7746 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db7746 Color CSS Codes

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

#db7746 Text Font Color

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

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


#db7746 Background Color

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

This div background color is #db7746


#db7746 Border Color

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

This div border color is #db7746


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db7746


Comments

No comments written yet.

Please login to write comment.