Color Hex Logo

#da700c Color Hex

#DA700C
(218,112,12)
0 Favorites   0 Comments

Color spaces of #da700c

RGB 21811212
HSL0.080.900.45
HSV29°94°85°
CMYK 0.000.490.94   0.15
XYZ34.774026.52033.6340
Yxy26.52030.53560.4085
Hunter Lab51.497930.411131.8646
CIE-Lab58.527736.369464.1030

#da700c color RGB value is (218,112,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110000 00001100
Octal 332 160 14
Decimal 218 112 12
Hex DA 70 C

RGB Percentages of Color #da700c

%63.74
%32.75
%3.51

CMYK Percentages of Color #da700c

%0
%49
%94
%15

Triadic Colors of #da700c

#da700c #0cda70 #700cda

Analogous Colors of #da700c

#da700c #dad70c #da0c0f

Monochromatic Colors of #da700c

#da700c

Complementary Color

#da700c #0c76da

#da700c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da700c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da700c Color CSS Codes

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

#da700c Text Font Color

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

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


#da700c Background Color

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

This div background color is #da700c


#da700c Border Color

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

This div border color is #da700c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da700c


Comments

No comments written yet.

Please login to write comment.