Color Hex Logo

#da9006 Color Hex

#DA9006
(218,144,6)
0 Favorites   0 Comments

Color spaces of #da9006

RGB 2181446
HSL0.110.950.44
HSV39°97°85°
CMYK 0.000.340.97   0.15
XYZ38.919634.86514.8506
Yxy34.86510.49490.4434
Hunter Lab59.046714.323536.4621
CIE-Lab65.643519.378469.8654

#da9006 color RGB value is (218,144,6).

#da9006 hex color red value is 218, green value is 144 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #da9006 hue: 0.11 , saturation: 0.95 and the lightness value of da9006 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010000 00000110
Octal 332 220 6
Decimal 218 144 6
Hex DA 90 6

RGB Percentages of Color #da9006

%59.24
%39.13
%1.63

CMYK Percentages of Color #da9006

%0
%34
%97
%15

Triadic Colors of #da9006

#da9006 #06da90 #9006da

Analogous Colors of #da9006

#da9006 #bada06 #da2606

Monochromatic Colors of #da9006

#da9006

Complementary Color

#da9006 #0650da

#da9006 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da9006 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da9006 Color CSS Codes

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

#da9006 Text Font Color

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

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


#da9006 Background Color

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

This div background color is #da9006


#da9006 Border Color

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

This div border color is #da9006


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da9006


Comments

No comments written yet.

Please login to write comment.