Color Hex Logo

#da703c Color Hex

#DA703C
(218,112,60)
0 Favorites   0 Comments

Color spaces of #da703c

RGB 21811260
HSL0.050.680.55
HSV20°72°85°
CMYK 0.000.490.72   0.15
XYZ35.523226.82007.5795
Yxy26.82000.50800.3836
Hunter Lab51.788031.810327.5742
CIE-Lab58.807337.713846.7053

#da703c color RGB value is (218,112,60).

#da703c hex color red value is 218, green value is 112 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #da703c hue: 0.05 , saturation: 0.68 and the lightness value of da703c is 0.55.

The process color (four color CMYK) of #da703c color hex is 0.00, 0.49, 0.72, 0.15. Web safe color of #da703c is #cc6633. Color #da703c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110000 00111100
Octal 332 160 74
Decimal 218 112 60
Hex DA 70 3C

RGB Percentages of Color #da703c

%55.90
%28.72
%15.38

CMYK Percentages of Color #da703c

%0
%49
%72
%15

Triadic Colors of #da703c

#da703c #3cda70 #703cda

Analogous Colors of #da703c

#da703c #dabf3c #da3c57

Monochromatic Colors of #da703c

#da703c

Complementary Color

#da703c #3ca6da

#da703c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da703c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da703c Color CSS Codes

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

#da703c Text Font Color

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

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


#da703c Background Color

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

This div background color is #da703c


#da703c Border Color

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

This div border color is #da703c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da703c


Comments

No comments written yet.

Please login to write comment.