Color Hex Logo

#db6740 Color Hex

#DB6740
(219,103,64)
0 Favorites   0 Comments

Color spaces of #db6740

RGB 21910364
HSL0.040.680.55
HSV15°71°86°
CMYK 0.000.530.71   0.14
XYZ34.989125.13077.8571
Yxy25.13070.51470.3697
Hunter Lab50.130536.857425.7987
CIE-Lab57.202542.816942.9460

#db6740 color RGB value is (219,103,64).

#db6740 hex color red value is 219, green value is 103 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #db6740 hue: 0.04 , saturation: 0.68 and the lightness value of db6740 is 0.55.

The process color (four color CMYK) of #db6740 color hex is 0.00, 0.53, 0.71, 0.14. Web safe color of #db6740 is #cc6633. Color #db6740 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100111 01000000
Octal 333 147 100
Decimal 219 103 64
Hex DB 67 40

RGB Percentages of Color #db6740

%56.74
%26.68
%16.58

CMYK Percentages of Color #db6740

%0
%53
%71
%14

Triadic Colors of #db6740

#db6740 #40db67 #6740db

Analogous Colors of #db6740

#db6740 #dbb540 #db4067

Monochromatic Colors of #db6740

#db6740

Complementary Color

#db6740 #40b4db

#db6740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db6740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db6740 Color CSS Codes

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

#db6740 Text Font Color

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

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


#db6740 Background Color

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

This div background color is #db6740


#db6740 Border Color

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

This div border color is #db6740


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db6740


Comments

No comments written yet.

Please login to write comment.