#8F7214

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

Shades of Yukon Gold #8F7214

Tints of Yukon Gold #8F7214

Color information

#8F7214 (or 0x8F7214) is unknown color: approx Yukon Gold. HEX triplet: 8F, 72 and 14. RGB value is (143,114,20). Sum of RGB (Red+Green+Blue) = 143+114+20=277 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.62% from 277); Green value is 114 (44.92% from 255 or 41.16% from 277); Blue value is 20 (8.20% from 255 or 7.22% from 277); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7214 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F7214 is #708DEB. Grayscale: #707070. Windows color (decimal): -7376364 or 1340047. OLE color: 1340047.

HSL color Cylindrical-coordinate representation of color #8F7214: hue angle of 45.85º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8F7214 is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB14311420-
CMYK00.200.860.44
HSL45.85º75.46%31.96%-
HSV(B)45.85º86.01%56.08%-
XYZ17.4717.923.2-
YUV111.9576.11150.14-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 51.62%
GREEN value IS 114 (44.92% from 255) = 41.16%
BLUE value IS 20 (8.20% from 255) = 7.22%
R=51.62%
G=41.16%
B=7.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.86
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431142000.200.860.4445.8575.4631.96
Hex8F7214014562C2e4b20
Octal21716224024126545611340
Binary1000111111100101010001010010101101011001011101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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