Color Hex Logo

#db602c Color Hex

#DB602C
(219,96,44)
0 Favorites   0 Comments

Color spaces of #db602c

RGB 2199644
HSL0.050.710.52
HSV18°80°86°
CMYK 0.000.560.80   0.14
XYZ33.850923.60775.1555
Yxy23.60770.54060.3770
Hunter Lab48.587839.331727.7203
CIE-Lab55.692945.395651.2536

#db602c color RGB value is (219,96,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100000 00101100
Octal 333 140 54
Decimal 219 96 44
Hex DB 60 2C

RGB Percentages of Color #db602c

%61.00
%26.74
%12.26

CMYK Percentages of Color #db602c

%0
%56
%80
%14

Triadic Colors of #db602c

#db602c #2cdb60 #602cdb

Analogous Colors of #db602c

#db602c #dbb82c #db2c50

Monochromatic Colors of #db602c

#db602c

Complementary Color

#db602c #2ca7db

#db602c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db602c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db602c Color CSS Codes

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

#db602c Text Font Color

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

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


#db602c Background Color

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

This div background color is #db602c


#db602c Border Color

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

This div border color is #db602c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db602c


Comments

No comments written yet.

Please login to write comment.