#8D710F

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

Shades of Yukon Gold #8D710F

Tints of Yukon Gold #8D710F

Color information

#8D710F (or 0x8D710F) is unknown color: approx Yukon Gold. HEX triplet: 8D, 71 and 0F. RGB value is (141,113,15). Sum of RGB (Red+Green+Blue) = 141+113+15=269 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.42% from 269); Green value is 113 (44.53% from 255 or 42.01% from 269); Blue value is 15 (6.25% from 255 or 5.58% from 269); Max value from RGB is 141 - color contains mainly: red. Hex color #8D710F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D710F is #728EF0. Grayscale: #6E6E6E. Windows color (decimal): -7507697 or 1012109. OLE color: 1012109.

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

Color convert

RGB14111315-
CMYK00.200.890.45
HSL46.67º80.77%30.59%-
HSV(B)46.67º89.36%55.29%-
XYZ16.9817.512.94-
YUV110.274.28149.97-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 52.42%
GREEN value IS 113 (44.53% from 255) = 42.01%
BLUE value IS 15 (6.25% from 255) = 5.58%
R=52.42%
G=42.01%
B=5.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411131500.200.890.4546.6780.7730.59
Hex8D71F014592D2f511f
Octal21516117024131555712137
Binary10001101111000111110101001011001101101101111101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D710F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,113,15); }

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

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

 a { background-color: rgb(141,113,15); }

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

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

 span { border-color: rgb(141,113,15); }

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