#8D701A

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

Shades of Yukon Gold #8D701A

Tints of Yukon Gold #8D701A

Color information

#8D701A (or 0x8D701A) is unknown color: approx Yukon Gold. HEX triplet: 8D, 70 and 1A. RGB value is (141,112,26). Sum of RGB (Red+Green+Blue) = 141+112+26=279 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.54% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 141 - color contains mainly: red. Hex color #8D701A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D701A is #728FE5. Grayscale: #6F6F6F. Windows color (decimal): -7507942 or 1732749. OLE color: 1732749.

HSL color Cylindrical-coordinate representation of color #8D701A: hue angle of 44.87º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8D701A is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.45.

Color convert

RGB14111226-
CMYK00.210.820.45
HSL44.87º68.86%32.75%-
HSV(B)44.87º81.56%55.29%-
XYZ16.9717.333.43-
YUV110.8780.11149.49-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 50.54%
GREEN value IS 112 (44.14% from 255) = 40.14%
BLUE value IS 26 (10.55% from 255) = 9.32%
R=50.54%
G=40.14%
B=9.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.82
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411122600.210.820.4544.8768.8632.75
Hex8D701A015522D2d4521
Octal21516032025122555510541
Binary1000110111100001101001010110100101011011011011000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D701A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,112,26); }

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

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

 a { background-color: rgb(141,112,26); }

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

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

 span { border-color: rgb(141,112,26); }

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