Color Hex Logo

#db6449 Color Hex

#DB6449
(219,100,73)
0 Favorites   0 Comments

Color spaces of #db6449

RGB 21910073
HSL0.030.670.57
HSV11°67°86°
CMYK 0.000.540.67   0.14
XYZ34.973224.65559.2190
Yxy24.65550.50800.3581
Hunter Lab49.654338.828523.7500
CIE-Lab56.738244.764037.5884

#db6449 color RGB value is (219,100,73).

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

The process color (four color CMYK) of #db6449 color hex is 0.00, 0.54, 0.67, 0.14. Web safe color of #db6449 is #cc6633. Color #db6449 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100100 01001001
Octal 333 144 111
Decimal 219 100 73
Hex DB 64 49

RGB Percentages of Color #db6449

%55.87
%25.51
%18.62

CMYK Percentages of Color #db6449

%0
%54
%67
%14

Triadic Colors of #db6449

#db6449 #49db64 #6449db

Analogous Colors of #db6449

#db6449 #dbad49 #db4977

Monochromatic Colors of #db6449

#db6449

Complementary Color

#db6449 #49c0db

#db6449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db6449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db6449 Color CSS Codes

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

#db6449 Text Font Color

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

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


#db6449 Background Color

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

This div background color is #db6449


#db6449 Border Color

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

This div border color is #db6449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db6449


Comments

No comments written yet.

Please login to write comment.