Color Hex Logo

#da9016 Color Hex

#DA9016
(218,144,22)
0 Favorites   0 Comments

Color spaces of #da9016

RGB 21814422
HSL0.100.820.47
HSV37°90°85°
CMYK 0.000.340.90   0.15
XYZ39.031534.90995.4402
Yxy34.90990.49170.4398
Hunter Lab59.084614.519735.9001
CIE-Lab65.678519.583267.1621

#da9016 color RGB value is (218,144,22).

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

The process color (four color CMYK) of #da9016 color hex is 0.00, 0.34, 0.90, 0.15. Web safe color of #da9016 is #cc9900. Color #da9016 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010000 00010110
Octal 332 220 26
Decimal 218 144 22
Hex DA 90 16

RGB Percentages of Color #da9016

%56.77
%37.50
%5.73

CMYK Percentages of Color #da9016

%0
%34
%90
%15

Triadic Colors of #da9016

#da9016 #16da90 #9016da

Analogous Colors of #da9016

#da9016 #c2da16 #da2e16

Monochromatic Colors of #da9016

#da9016

Complementary Color

#da9016 #1660da

#da9016 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da9016 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da9016 Color CSS Codes

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

#da9016 Text Font Color

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

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


#da9016 Background Color

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

This div background color is #da9016


#da9016 Border Color

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

This div border color is #da9016


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da9016


Comments

No comments written yet.

Please login to write comment.