Color Hex Logo

#da6f0c Color Hex

#DA6F0C
(218,111,12)
0 Favorites   0 Comments

Color spaces of #da6f0c

RGB 21811112
HSL0.080.900.45
HSV29°94°85°
CMYK 0.000.490.94   0.15
XYZ34.664226.30083.5974
Yxy26.30080.53690.4074
Hunter Lab51.284330.904631.7400
CIE-Lab58.321536.881363.9644

#da6f0c color RGB value is (218,111,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01101111 00001100
Octal 332 157 14
Decimal 218 111 12
Hex DA 6F C

RGB Percentages of Color #da6f0c

%63.93
%32.55
%3.52

CMYK Percentages of Color #da6f0c

%0
%49
%94
%15

Triadic Colors of #da6f0c

#da6f0c #0cda6f #6f0cda

Analogous Colors of #da6f0c

#da6f0c #dad60c #da0c10

Monochromatic Colors of #da6f0c

#da6f0c

Complementary Color

#da6f0c #0c77da

#da6f0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6f0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6f0c Color CSS Codes

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

#da6f0c Text Font Color

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

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


#da6f0c Background Color

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

This div background color is #da6f0c


#da6f0c Border Color

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

This div border color is #da6f0c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6f0c


Comments

No comments written yet.

Please login to write comment.