Color Hex Logo

#da820e Color Hex

#DA820E
(218,130,14)
0 Favorites   0 Comments

Color spaces of #da820e

RGB 21813014
HSL0.090.880.45
HSV34°94°85°
CMYK 0.000.400.94   0.15
XYZ36.975330.90244.4314
Yxy30.90240.51140.4274
Hunter Lab55.589921.445834.1866
CIE-Lab62.425226.961966.4208

#da820e color RGB value is (218,130,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000010 00001110
Octal 332 202 16
Decimal 218 130 14
Hex DA 82 E

RGB Percentages of Color #da820e

%60.22
%35.91
%3.87

CMYK Percentages of Color #da820e

%0
%40
%94
%15

Triadic Colors of #da820e

#da820e #0eda82 #820eda

Analogous Colors of #da820e

#da820e #ccda0e #da1c0e

Monochromatic Colors of #da820e

#da820e

Complementary Color

#da820e #0e66da

#da820e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da820e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da820e Color CSS Codes

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

#da820e Text Font Color

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

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


#da820e Background Color

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

This div background color is #da820e


#da820e Border Color

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

This div border color is #da820e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da820e


Comments

No comments written yet.

Please login to write comment.