#8C7011

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

Shades of Yukon Gold #8C7011

Tints of Yukon Gold #8C7011

Color information

#8C7011 (or 0x8C7011) is unknown color: approx Yukon Gold. HEX triplet: 8C, 70 and 11. RGB value is (140,112,17). Sum of RGB (Red+Green+Blue) = 140+112+17=269 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.04% from 269); Green value is 112 (44.14% from 255 or 41.64% from 269); Blue value is 17 (7.03% from 255 or 6.32% from 269); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7011 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7011 is #738FEE. Grayscale: #6D6D6D. Windows color (decimal): -7573487 or 1142924. OLE color: 1142924.

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

Color convert

RGB14011217-
CMYK00.200.880.45
HSL46.34º78.34%30.78%-
HSV(B)46.34º87.86%54.9%-
XYZ16.7117.22.97-
YUV109.5475.78149.72-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 52.04%
GREEN value IS 112 (44.14% from 255) = 41.64%
BLUE value IS 17 (7.03% from 255) = 6.32%
R=52.04%
G=41.64%
B=6.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.88
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401121700.200.880.4546.3478.3430.78
Hex8C7011014582D2e4e1f
Octal21416021024130555611637
Binary100011001110000100010101001011000101101101110100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,112,17); }

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

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

 a { background-color: rgb(140,112,17); }

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

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

 span { border-color: rgb(140,112,17); }

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