Color Hex Logo

#da7616 Color Hex

#DA7616
(218,118,22)
0 Favorites   0 Comments

Color spaces of #da7616

RGB 21811822
HSL0.080.820.47
HSV29°90°85°
CMYK 0.000.460.90   0.15
XYZ35.536727.92024.2752
Yxy27.92020.52470.4122
Hunter Lab52.839627.579132.1906
CIE-Lab59.816633.409362.7412

#da7616 color RGB value is (218,118,22).

#da7616 hex color red value is 218, green value is 118 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #da7616 hue: 0.08 , saturation: 0.82 and the lightness value of da7616 is 0.47.

The process color (four color CMYK) of #da7616 color hex is 0.00, 0.46, 0.90, 0.15. Web safe color of #da7616 is #cc6600. Color #da7616 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110110 00010110
Octal 332 166 26
Decimal 218 118 22
Hex DA 76 16

RGB Percentages of Color #da7616

%60.89
%32.96
%6.15

CMYK Percentages of Color #da7616

%0
%46
%90
%15

Triadic Colors of #da7616

#da7616 #16da76 #7616da

Analogous Colors of #da7616

#da7616 #dad816 #da1618

Monochromatic Colors of #da7616

#da7616

Complementary Color

#da7616 #167ada

#da7616 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da7616 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da7616 Color CSS Codes

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

#da7616 Text Font Color

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

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


#da7616 Background Color

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

This div background color is #da7616


#da7616 Border Color

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

This div border color is #da7616


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da7616


Comments

No comments written yet.

Please login to write comment.