Color Hex Logo

#db6120 Color Hex

#DB6120
(219,97,32)
0 Favorites   0 Comments

Color spaces of #db6120

RGB 2199732
HSL0.060.750.49
HSV21°85°86°
CMYK 0.000.560.85   0.14
XYZ33.748823.71374.1650
Yxy23.71370.54760.3848
Hunter Lab48.696738.488529.0167
CIE-Lab55.800044.577156.4052

#db6120 color RGB value is (219,97,32).

#db6120 hex color red value is 219, green value is 97 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #db6120 hue: 0.06 , saturation: 0.75 and the lightness value of db6120 is 0.49.

The process color (four color CMYK) of #db6120 color hex is 0.00, 0.56, 0.85, 0.14. Web safe color of #db6120 is #cc6633. Color #db6120 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100001 00100000
Octal 333 141 40
Decimal 219 97 32
Hex DB 61 20

RGB Percentages of Color #db6120

%62.93
%27.87
%9.20

CMYK Percentages of Color #db6120

%0
%56
%85
%14

Triadic Colors of #db6120

#db6120 #20db61 #6120db

Analogous Colors of #db6120

#db6120 #dbbf20 #db203c

Monochromatic Colors of #db6120

#db6120

Complementary Color

#db6120 #209adb

#db6120 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db6120 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db6120 Color CSS Codes

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

#db6120 Text Font Color

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

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


#db6120 Background Color

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

This div background color is #db6120


#db6120 Border Color

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

This div border color is #db6120


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db6120


Comments

No comments written yet.

Please login to write comment.