Color Hex Logo

#da6414 Color Hex

#DA6414
(218,100,20)
0 Favorites   0 Comments

Color spaces of #da6414

RGB 21810020
HSL0.070.830.47
HSV24°91°85°
CMYK 0.000.540.91   0.15
XYZ33.596924.07033.5371
Yxy24.07030.54890.3933
Hunter Lab49.061536.377730.0685
CIE-Lab56.158142.501560.5951

#da6414 color RGB value is (218,100,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100100 00010100
Octal 332 144 24
Decimal 218 100 20
Hex DA 64 14

RGB Percentages of Color #da6414

%64.50
%29.59
%5.92

CMYK Percentages of Color #da6414

%0
%54
%91
%15

Triadic Colors of #da6414

#da6414 #14da64 #6414da

Analogous Colors of #da6414

#da6414 #dac714 #da1427

Monochromatic Colors of #da6414

#da6414

Complementary Color

#da6414 #148ada

#da6414 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6414 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6414 Color CSS Codes

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

#da6414 Text Font Color

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

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


#da6414 Background Color

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

This div background color is #da6414


#da6414 Border Color

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

This div border color is #da6414


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6414


Comments

No comments written yet.

Please login to write comment.