Color Hex Logo

#da9310 Color Hex

#DA9310
(218,147,16)
0 Favorites   0 Comments

Color spaces of #da9310

RGB 21814716
HSL0.110.860.46
HSV39°93°85°
CMYK 0.000.330.93   0.15
XYZ39.440735.81035.3235
Yxy35.81030.48950.4444
Hunter Lab59.841712.923536.6148
CIE-Lab66.374717.876368.8931

#da9310 color RGB value is (218,147,16).

#da9310 hex color red value is 218, green value is 147 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #da9310 hue: 0.11 , saturation: 0.86 and the lightness value of da9310 is 0.46.

The process color (four color CMYK) of #da9310 color hex is 0.00, 0.33, 0.93, 0.15. Web safe color of #da9310 is #cc9900. Color #da9310 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010011 00010000
Octal 332 223 20
Decimal 218 147 16
Hex DA 93 10

RGB Percentages of Color #da9310

%57.22
%38.58
%4.20

CMYK Percentages of Color #da9310

%0
%33
%93
%15

Triadic Colors of #da9310

#da9310 #10da93 #9310da

Analogous Colors of #da9310

#da9310 #bcda10 #da2e10

Monochromatic Colors of #da9310

#da9310

Complementary Color

#da9310 #1057da

#da9310 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da9310 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da9310 Color CSS Codes

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

#da9310 Text Font Color

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

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


#da9310 Background Color

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

This div background color is #da9310


#da9310 Border Color

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

This div border color is #da9310


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da9310


Comments

No comments written yet.

Please login to write comment.