Color Hex Logo

#da6119 Color Hex

#DA6119
(218,97,25)
0 Favorites   0 Comments

Color spaces of #da6119

RGB 2189725
HSL0.060.790.48
HSV22°89°85°
CMYK 0.000.560.89   0.15
XYZ33.363623.52503.7020
Yxy23.52500.55060.3883
Hunter Lab48.502637.905829.4264
CIE-Lab55.609044.047958.6718

#da6119 color RGB value is (218,97,25).

#da6119 hex color red value is 218, green value is 97 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #da6119 hue: 0.06 , saturation: 0.79 and the lightness value of da6119 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100001 00011001
Octal 332 141 31
Decimal 218 97 25
Hex DA 61 19

RGB Percentages of Color #da6119

%64.12
%28.53
%7.35

CMYK Percentages of Color #da6119

%0
%56
%89
%15

Triadic Colors of #da6119

#da6119 #19da61 #6119da

Analogous Colors of #da6119

#da6119 #dac219 #da1931

Monochromatic Colors of #da6119

#da6119

Complementary Color

#da6119 #1992da

#da6119 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6119 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6119 Color CSS Codes

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

#da6119 Text Font Color

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

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


#da6119 Background Color

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

This div background color is #da6119


#da6119 Border Color

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

This div border color is #da6119


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6119


Comments

No comments written yet.

Please login to write comment.