Color Hex Logo

#da5614 Color Hex

#DA5614
(218,86,20)
0 Favorites   0 Comments

Color spaces of #da5614

RGB 2188620
HSL0.060.830.47
HSV20°91°85°
CMYK 0.000.610.91   0.15
XYZ32.367521.61153.1273
Yxy21.61150.56680.3784
Hunter Lab46.488242.926828.5532
CIE-Lab53.612349.108758.7722

#da5614 color RGB value is (218,86,20).

#da5614 hex color red value is 218, green value is 86 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #da5614 hue: 0.06 , saturation: 0.83 and the lightness value of da5614 is 0.47.

The process color (four color CMYK) of #da5614 color hex is 0.00, 0.61, 0.91, 0.15. Web safe color of #da5614 is #cc6600. Color #da5614 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010110 00010100
Octal 332 126 24
Decimal 218 86 20
Hex DA 56 14

RGB Percentages of Color #da5614

%67.28
%26.54
%6.17

CMYK Percentages of Color #da5614

%0
%61
%91
%15

Triadic Colors of #da5614

#da5614 #14da56 #5614da

Analogous Colors of #da5614

#da5614 #dab914 #da1435

Monochromatic Colors of #da5614

#da5614

Complementary Color

#da5614 #1498da

#da5614 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da5614 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da5614 Color CSS Codes

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

#da5614 Text Font Color

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

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


#da5614 Background Color

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

This div background color is #da5614


#da5614 Border Color

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

This div border color is #da5614


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da5614


Comments

No comments written yet.

Please login to write comment.