Color Hex Logo

#da901e Color Hex

#DA901E
(218,144,30)
0 Favorites   0 Comments

Color spaces of #da901e

RGB 21814430
HSL0.100.760.49
HSV36°86°85°
CMYK 0.000.340.86   0.15
XYZ39.121034.94575.9116
Yxy34.94570.48910.4369
Hunter Lab59.114914.676535.4513
CIE-Lab65.706419.746865.1412

#da901e color RGB value is (218,144,30).

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

The process color (four color CMYK) of #da901e color hex is 0.00, 0.34, 0.86, 0.15. Web safe color of #da901e is #cc9933. Color #da901e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010000 00011110
Octal 332 220 36
Decimal 218 144 30
Hex DA 90 1E

RGB Percentages of Color #da901e

%55.61
%36.73
%7.65

CMYK Percentages of Color #da901e

%0
%34
%86
%15

Triadic Colors of #da901e

#da901e #1eda90 #901eda

Analogous Colors of #da901e

#da901e #c6da1e #da321e

Monochromatic Colors of #da901e

#da901e

Complementary Color

#da901e #1e68da

#da901e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da901e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da901e Color CSS Codes

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

#da901e Text Font Color

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

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


#da901e Background Color

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

This div background color is #da901e


#da901e Border Color

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

This div border color is #da901e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da901e


Comments

No comments written yet.

Please login to write comment.