Color Hex Logo

#da620d Color Hex

#DA620D
(218,98,13)
0 Favorites   0 Comments

Color spaces of #da620d

RGB 2189813
HSL0.070.890.45
HSV25°94°85°
CMYK 0.000.550.94   0.15
XYZ33.353823.66983.1916
Yxy23.66980.55390.3931
Hunter Lab48.651637.232830.1666
CIE-Lab55.755743.381462.0506

#da620d color RGB value is (218,98,13).

#da620d hex color red value is 218, green value is 98 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #da620d hue: 0.07 , saturation: 0.89 and the lightness value of da620d is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100010 00001101
Octal 332 142 15
Decimal 218 98 13
Hex DA 62 D

RGB Percentages of Color #da620d

%66.26
%29.79
%3.95

CMYK Percentages of Color #da620d

%0
%55
%94
%15

Triadic Colors of #da620d

#da620d #0dda62 #620dda

Analogous Colors of #da620d

#da620d #dac90d #da0d1e

Monochromatic Colors of #da620d

#da620d

Complementary Color

#da620d #0d85da

#da620d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da620d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da620d Color CSS Codes

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

#da620d Text Font Color

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

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


#da620d Background Color

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

This div background color is #da620d


#da620d Border Color

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

This div border color is #da620d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da620d


Comments

No comments written yet.

Please login to write comment.