Color Hex Logo

#da6013 Color Hex

#DA6013
(218,96,19)
0 Favorites   0 Comments

Color spaces of #da6013

RGB 2189619
HSL0.060.840.46
HSV23°91°85°
CMYK 0.000.560.91   0.15
XYZ33.213923.31823.3664
Yxy23.31820.55450.3893
Hunter Lab48.288938.269629.6689
CIE-Lab55.398644.426760.3291

#da6013 color RGB value is (218,96,19).

#da6013 hex color red value is 218, green value is 96 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #da6013 hue: 0.06 , saturation: 0.84 and the lightness value of da6013 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100000 00010011
Octal 332 140 23
Decimal 218 96 19
Hex DA 60 13

RGB Percentages of Color #da6013

%65.47
%28.83
%5.71

CMYK Percentages of Color #da6013

%0
%56
%91
%15

Triadic Colors of #da6013

#da6013 #13da60 #6013da

Analogous Colors of #da6013

#da6013 #dac413 #da132a

Monochromatic Colors of #da6013

#da6013

Complementary Color

#da6013 #138dda

#da6013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6013 Color CSS Codes

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

#da6013 Text Font Color

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

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


#da6013 Background Color

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

This div background color is #da6013


#da6013 Border Color

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

This div border color is #da6013


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6013


Comments

No comments written yet.

Please login to write comment.