Color Hex Logo

#da9311 Color Hex

#DA9311
(218,147,17)
0 Favorites   0 Comments

Color spaces of #da9311

RGB 21814717
HSL0.110.860.46
HSV39°92°85°
CMYK 0.000.330.92   0.15
XYZ39.448335.81335.3638
Yxy35.81330.48930.4442
Hunter Lab59.844212.936836.5768
CIE-Lab66.377017.890468.7130

#da9311 color RGB value is (218,147,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010011 00010001
Octal 332 223 21
Decimal 218 147 17
Hex DA 93 11

RGB Percentages of Color #da9311

%57.07
%38.48
%4.45

CMYK Percentages of Color #da9311

%0
%33
%92
%15

Triadic Colors of #da9311

#da9311 #11da93 #9311da

Analogous Colors of #da9311

#da9311 #bdda11 #da2f11

Monochromatic Colors of #da9311

#da9311

Complementary Color

#da9311 #1158da

#da9311 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da9311 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da9311 Color CSS Codes

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

#da9311 Text Font Color

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

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


#da9311 Background Color

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

This div background color is #da9311


#da9311 Border Color

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

This div border color is #da9311


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da9311


Comments

No comments written yet.

Please login to write comment.