#8C7214

Color #8C7214 Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #8C7214

Tints of Yukon Gold #8C7214

Color information

#8C7214 (or 0x8C7214) is unknown color: approx Yukon Gold. HEX triplet: 8C, 72 and 14. RGB value is (140,114,20). Sum of RGB (Red+Green+Blue) = 140+114+20=274 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.09% from 274); Green value is 114 (44.92% from 255 or 41.61% from 274); Blue value is 20 (8.20% from 255 or 7.30% from 274); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7214 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7214 is #738DEB. Grayscale: #6F6F6F. Windows color (decimal): -7572972 or 1340044. OLE color: 1340044.

HSL color Cylindrical-coordinate representation of color #8C7214: hue angle of 47º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C7214 is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB14011420-
CMYK00.190.860.45
HSL47º75%31.37%-
HSV(B)47º85.71%54.9%-
XYZ16.9617.663.18-
YUV111.0676.61148.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 140 (55.08% from 255) = 51.09%
GREEN value IS 114 (44.92% from 255) = 41.61%
BLUE value IS 20 (8.20% from 255) = 7.30%
R=51.09%
G=41.61%
B=7.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401142000.190.860.45477531.37
Hex8C7214013562D2f4b1f
Octal21416224023126555711337
Binary100011001110010101000100111010110101101101111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C7214; }

 p { color: rgb(140,114,20); }

 H1.HeaderClassName
 {
   color: #8C7214;
 }
 .AnyTagClassName
 {
   color: #8C7214;
 }
</style>
background-color css

<style>
 a { background-color: #8C7214; }

 a { background-color: rgb(140,114,20); }

 div.DivClassName
 {
   background-color: #8C7214;
 }
 .BgClassName
 {
   background-color: #8C7214;
 }
</style>
border-color css

<style>
 span { border-color: #8C7214; }

 span { border-color: rgb(140,114,20); }

 td.TdClassName
 {
   border-color: #8C7214;
 }
 .TagClassName
 {
   border-color: #8C7214;
 }
</style>