Color Hex Logo

#da6712 Color Hex

#DA6712
(218,103,18)
0 Favorites   0 Comments

Color spaces of #da6712

RGB 21810318
HSL0.070.850.46
HSV26°92°85°
CMYK 0.000.530.92   0.15
XYZ33.872924.64963.5448
Yxy24.64960.54570.3971
Hunter Lab49.648434.898130.5207
CIE-Lab56.732440.991561.5390

#da6712 color RGB value is (218,103,18).

#da6712 hex color red value is 218, green value is 103 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #da6712 hue: 0.07 , saturation: 0.85 and the lightness value of da6712 is 0.46.

The process color (four color CMYK) of #da6712 color hex is 0.00, 0.53, 0.92, 0.15. Web safe color of #da6712 is #cc6600. Color #da6712 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100111 00010010
Octal 332 147 22
Decimal 218 103 18
Hex DA 67 12

RGB Percentages of Color #da6712

%64.31
%30.38
%5.31

CMYK Percentages of Color #da6712

%0
%53
%92
%15

Triadic Colors of #da6712

#da6712 #12da67 #6712da

Analogous Colors of #da6712

#da6712 #dacb12 #da1221

Monochromatic Colors of #da6712

#da6712

Complementary Color

#da6712 #1285da

#da6712 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6712 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6712 Color CSS Codes

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

#da6712 Text Font Color

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

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


#da6712 Background Color

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

This div background color is #da6712


#da6712 Border Color

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

This div border color is #da6712


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6712


Comments

No comments written yet.

Please login to write comment.