Color Hex Logo

#db6001 Color Hex

#DB6001
(219,96,1)
0 Favorites   0 Comments

Color spaces of #db6001

RGB 219961
HSL0.070.990.43
HSV26°100°86°
CMYK 0.000.561.00   0.14
XYZ33.401823.42802.7903
Yxy23.42800.56020.3930
Hunter Lab48.402538.475730.4638
CIE-Lab55.510544.607364.3290

#db6001 color RGB value is (219,96,1).

#db6001 hex color red value is 219, green value is 96 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #db6001 hue: 0.07 , saturation: 0.99 and the lightness value of db6001 is 0.43.

The process color (four color CMYK) of #db6001 color hex is 0.00, 0.56, 1.00, 0.14. Web safe color of #db6001 is #cc6600. Color #db6001 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100000 00000001
Octal 333 140 1
Decimal 219 96 1
Hex DB 60 1

RGB Percentages of Color #db6001

%69.30
%30.38
%0.32

CMYK Percentages of Color #db6001

%0
%56
%100
%14

Triadic Colors of #db6001

#db6001 #01db60 #6001db

Analogous Colors of #db6001

#db6001 #dbcd01 #db010f

Monochromatic Colors of #db6001

#db6001

Complementary Color

#db6001 #017cdb

#db6001 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db6001 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db6001 Color CSS Codes

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

#db6001 Text Font Color

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

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


#db6001 Background Color

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

This div background color is #db6001


#db6001 Border Color

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

This div border color is #db6001


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db6001


Comments

No comments written yet.

Please login to write comment.