Color Hex Logo

#da790e Color Hex

#DA790E
(218,121,14)
0 Favorites   0 Comments

Color spaces of #da790e

RGB 21812114
HSL0.090.880.45
HSV31°94°85°
CMYK 0.000.440.94   0.15
XYZ35.830128.61194.0497
Yxy28.61190.52310.4177
Hunter Lab53.490125.959832.9543
CIE-Lab60.437631.721265.0287

#da790e color RGB value is (218,121,14).

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

The process color (four color CMYK) of #da790e color hex is 0.00, 0.44, 0.94, 0.15. Web safe color of #da790e is #cc6600. Color #da790e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01111001 00001110
Octal 332 171 16
Decimal 218 121 14
Hex DA 79 E

RGB Percentages of Color #da790e

%61.76
%34.28
%3.97

CMYK Percentages of Color #da790e

%0
%44
%94
%15

Triadic Colors of #da790e

#da790e #0eda79 #790eda

Analogous Colors of #da790e

#da790e #d5da0e #da130e

Monochromatic Colors of #da790e

#da790e

Complementary Color

#da790e #0e6fda

#da790e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da790e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da790e Color CSS Codes

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

#da790e Text Font Color

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

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


#da790e Background Color

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

This div background color is #da790e


#da790e Border Color

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

This div border color is #da790e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,121,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 #da790e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da790e


Comments

No comments written yet.

Please login to write comment.