Color Hex Logo

#da730c Color Hex

#DA730C
(218,115,12)
0 Favorites   0 Comments

Color spaces of #da730c

RGB 21811512
HSL0.080.900.45
HSV30°94°85°
CMYK 0.000.470.94   0.15
XYZ35.110527.19343.7462
Yxy27.19340.53160.4117
Hunter Lab52.147328.925432.2438
CIE-Lab59.152934.824164.5250

#da730c color RGB value is (218,115,12).

#da730c hex color red value is 218, green value is 115 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #da730c hue: 0.08 , saturation: 0.90 and the lightness value of da730c is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110011 00001100
Octal 332 163 14
Decimal 218 115 12
Hex DA 73 C

RGB Percentages of Color #da730c

%63.19
%33.33
%3.48

CMYK Percentages of Color #da730c

%0
%47
%94
%15

Triadic Colors of #da730c

#da730c #0cda73 #730cda

Analogous Colors of #da730c

#da730c #dada0c #da0c0c

Monochromatic Colors of #da730c

#da730c

Complementary Color

#da730c #0c73da

#da730c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da730c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da730c Color CSS Codes

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

#da730c Text Font Color

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

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


#da730c Background Color

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

This div background color is #da730c


#da730c Border Color

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

This div border color is #da730c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da730c


Comments

No comments written yet.

Please login to write comment.