Color Hex Logo

#da6916 Color Hex

#DA6916
(218,105,22)
0 Favorites   0 Comments

Color spaces of #da6916

RGB 21810522
HSL0.070.820.47
HSV25°90°85°
CMYK 0.000.520.90   0.15
XYZ34.109825.06653.7996
Yxy25.06650.54160.3980
Hunter Lab50.066533.994130.5469
CIE-Lab57.140240.058560.7471

#da6916 color RGB value is (218,105,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01101001 00010110
Octal 332 151 26
Decimal 218 105 22
Hex DA 69 16

RGB Percentages of Color #da6916

%63.19
%30.43
%6.38

CMYK Percentages of Color #da6916

%0
%52
%90
%15

Triadic Colors of #da6916

#da6916 #16da69 #6916da

Analogous Colors of #da6916

#da6916 #dacb16 #da1625

Monochromatic Colors of #da6916

#da6916

Complementary Color

#da6916 #1687da

#da6916 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6916 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6916 Color CSS Codes

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

#da6916 Text Font Color

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

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


#da6916 Background Color

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

This div background color is #da6916


#da6916 Border Color

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

This div border color is #da6916


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6916


Comments

No comments written yet.

Please login to write comment.