Color Hex Logo

#db602d Color Hex

#DB602D
(219,96,45)
0 Favorites   0 Comments

Color spaces of #db602d

RGB 2199645
HSL0.050.710.52
HSV18°79°86°
CMYK 0.000.560.79   0.14
XYZ33.869923.61535.2557
Yxy23.61530.53980.3764
Hunter Lab48.595639.367827.6046
CIE-Lab55.700545.428750.8012

#db602d color RGB value is (219,96,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100000 00101101
Octal 333 140 55
Decimal 219 96 45
Hex DB 60 2D

RGB Percentages of Color #db602d

%60.83
%26.67
%12.50

CMYK Percentages of Color #db602d

%0
%56
%79
%14

Triadic Colors of #db602d

#db602d #2ddb60 #602ddb

Analogous Colors of #db602d

#db602d #dbb72d #db2d51

Monochromatic Colors of #db602d

#db602d

Complementary Color

#db602d #2da8db

#db602d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db602d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db602d Color CSS Codes

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

#db602d Text Font Color

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

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


#db602d Background Color

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

This div background color is #db602d


#db602d Border Color

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

This div border color is #db602d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db602d


Comments

No comments written yet.

Please login to write comment.