Color Hex Logo

#da900e Color Hex

#DA900E
(218,144,14)
0 Favorites   0 Comments

Color spaces of #da900e

RGB 21814414
HSL0.110.880.45
HSV38°94°85°
CMYK 0.000.340.94   0.15
XYZ38.966034.88375.0950
Yxy34.88370.49360.4419
Hunter Lab59.062414.404836.2291
CIE-Lab65.658019.463368.7191

#da900e color RGB value is (218,144,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010000 00001110
Octal 332 220 16
Decimal 218 144 14
Hex DA 90 E

RGB Percentages of Color #da900e

%57.98
%38.30
%3.72

CMYK Percentages of Color #da900e

%0
%34
%94
%15

Triadic Colors of #da900e

#da900e #0eda90 #900eda

Analogous Colors of #da900e

#da900e #beda0e #da2a0e

Monochromatic Colors of #da900e

#da900e

Complementary Color

#da900e #0e58da

#da900e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da900e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da900e Color CSS Codes

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

#da900e Text Font Color

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

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


#da900e Background Color

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

This div background color is #da900e


#da900e Border Color

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

This div border color is #da900e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da900e


Comments

No comments written yet.

Please login to write comment.