Color Hex Logo

#db603c Color Hex

#DB603C
(219,96,60)
0 Favorites   0 Comments

Color spaces of #db603c

RGB 2199660
HSL0.040.690.55
HSV14°73°86°
CMYK 0.000.560.73   0.14
XYZ34.211923.75217.0564
Yxy23.75210.52620.3653
Hunter Lab48.736140.015625.5308
CIE-Lab55.838746.022243.5250

#db603c color RGB value is (219,96,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100000 00111100
Octal 333 140 74
Decimal 219 96 60
Hex DB 60 3C

RGB Percentages of Color #db603c

%58.40
%25.60
%16.00

CMYK Percentages of Color #db603c

%0
%56
%73
%14

Triadic Colors of #db603c

#db603c #3cdb60 #603cdb

Analogous Colors of #db603c

#db603c #dbb03c #db3c68

Monochromatic Colors of #db603c

#db603c

Complementary Color

#db603c #3cb7db

#db603c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db603c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db603c Color CSS Codes

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

#db603c Text Font Color

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

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


#db603c Background Color

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

This div background color is #db603c


#db603c Border Color

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

This div border color is #db603c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db603c


Comments

No comments written yet.

Please login to write comment.