Color Hex Logo

#c79016 Color Hex

#C79016
(199,144,22)
0 Favorites   0 Comments

Color spaces of #c79016

RGB 19914422
HSL0.110.800.43
HSV41°89°78°
CMYK 0.000.280.89   0.22
XYZ33.671332.14665.1893
Yxy32.14660.47420.4527
Hunter Lab56.69806.784634.2620
CIE-Lab63.463911.271964.4942

#c79016 color RGB value is (199,144,22).

#c79016 hex color red value is 199, green value is 144 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #c79016 hue: 0.11 , saturation: 0.80 and the lightness value of c79016 is 0.43.

The process color (four color CMYK) of #c79016 color hex is 0.00, 0.28, 0.89, 0.22. Web safe color of #c79016 is #cc9900. Color #c79016 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10010000 00010110
Octal 307 220 26
Decimal 199 144 22
Hex C7 90 16

RGB Percentages of Color #c79016

%54.52
%39.45
%6.03

CMYK Percentages of Color #c79016

%0
%28
%89
%22

Triadic Colors of #c79016

#c79016 #16c790 #9016c7

Analogous Colors of #c79016

#c79016 #a6c716 #c73816

Monochromatic Colors of #c79016

#c79016

Complementary Color

#c79016 #164dc7

#c79016 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c79016 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c79016 Color CSS Codes

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

#c79016 Text Font Color

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

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


#c79016 Background Color

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

This div background color is #c79016


#c79016 Border Color

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

This div border color is #c79016


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,144,22, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c79016; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c79016;
  -webkit-box-shadow: 1px 1px 3px 2px #c79016;
  box-shadow:         1px 1px 3px 2px #c79016; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,144,22, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c79016


Comments

No comments written yet.

Please login to write comment.