Color Hex Logo

#db622e Color Hex

#DB622E
(219,98,46)
0 Favorites   0 Comments

Color spaces of #db622e

RGB 2199846
HSL0.050.710.52
HSV18°79°86°
CMYK 0.000.550.79   0.14
XYZ34.074223.99275.4199
Yxy23.99270.53670.3779
Hunter Lab48.982338.453127.7272
CIE-Lab56.080544.502450.7056

#db622e color RGB value is (219,98,46).

#db622e hex color red value is 219, green value is 98 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #db622e hue: 0.05 , saturation: 0.71 and the lightness value of db622e is 0.52.

The process color (four color CMYK) of #db622e color hex is 0.00, 0.55, 0.79, 0.14. Web safe color of #db622e is #cc6633. Color #db622e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100010 00101110
Octal 333 142 56
Decimal 219 98 46
Hex DB 62 2E

RGB Percentages of Color #db622e

%60.33
%27.00
%12.67

CMYK Percentages of Color #db622e

%0
%55
%79
%14

Triadic Colors of #db622e

#db622e #2edb62 #622edb

Analogous Colors of #db622e

#db622e #dbb92e #db2e51

Monochromatic Colors of #db622e

#db622e

Complementary Color

#db622e #2ea7db

#db622e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db622e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db622e Color CSS Codes

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

#db622e Text Font Color

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

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


#db622e Background Color

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

This div background color is #db622e


#db622e Border Color

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

This div border color is #db622e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db622e


Comments

No comments written yet.

Please login to write comment.