Color Hex Logo

#da6001 Color Hex

#DA6001
(218,96,1)
0 Favorites   0 Comments

Color spaces of #da6001

RGB 218961
HSL0.070.990.43
HSV26°100°85°
CMYK 0.000.561.00   0.15
XYZ33.101823.27342.7763
Yxy23.27340.55960.3935
Hunter Lab48.242538.054130.3577
CIE-Lab55.352844.227364.1560

#da6001 color RGB value is (218,96,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100000 00000001
Octal 332 140 1
Decimal 218 96 1
Hex DA 60 1

RGB Percentages of Color #da6001

%69.21
%30.48
%0.32

CMYK Percentages of Color #da6001

%0
%56
%100
%15

Triadic Colors of #da6001

#da6001 #01da60 #6001da

Analogous Colors of #da6001

#da6001 #dacd01 #da010f

Monochromatic Colors of #da6001

#da6001

Complementary Color

#da6001 #017bda

#da6001 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6001 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6001 Color CSS Codes

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

#da6001 Text Font Color

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

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


#da6001 Background Color

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

This div background color is #da6001


#da6001 Border Color

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

This div border color is #da6001


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,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 #da6001">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6001


Comments

No comments written yet.

Please login to write comment.