Html Css Color HEX #8D760E Yukon Gold

📋 copy color: '#8D760E'

red 141 ◦ green 118 ◦ blue 14

#8D760E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yukon Gold #8D760E

Tints of Yukon Gold #8D760E

RGB

 RED value IS 141 (55.47% from 255) = 51.65%

 GREEN value IS 118 (46.48% from 255) = 43.22%

 BLUE value IS 14 (5.86% from 255) = 5.13%

R = 51.65%
G = 43.22%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.45

RGB Variations

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

Color information

#8D760E (or 0x8D760E) is known color: Yukon Gold. HEX triplet: 8D, 76 and 0E. RGB value is (141,118,14). Sum of RGB (Red+Green+Blue) = 141+118+14=273 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.65% from 273); Green value is 118 (46.48% from 255 or 43.22% from 273); Blue value is 14 (5.86% from 255 or 5.13% from 273); Max value from RGB is 141 - color contains mainly: red. Hex color #8D760E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D760E is #7289F1. Grayscale: #717171. Windows color (decimal): -7506418 or 947853. OLE color: 947853.

HSL color Cylindrical-coordinate representation of color #8D760E: hue angle of 49.13º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8D760E is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 118 14 -
CMYK 0 0.16 0.90 0.45
HSL 49.13º 0.82% 0.3% -
HSV(B) 49.13º 0.9% 0.55% -
XYZ 17.54 18.65 3.09 -
YUV 113.02 72.12 147.96 -
System Red Green Blue C M Y K H S L
Decimal 141 118 14 0 0.16 0.90 0.45 49.13 0.82 0.3
Hex 8D 76 E 0 10 5A 2D 31 52 1E
Octal 215 166 16 0 20 132 55 61 122 36
Binary 10001101 1110110 1110 0 10000 1011010 101101 110001 1010010 11110

Color Harmonies of #8D760E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D760E

Black with #8D760E

Text Example


Text Example

White with #8D760E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,118,14); }

 H1.HeaderClassName
 {
   color: #8D760E;
 }
 .AnyTagClassName
 {
   color: #8D760E;
 }
</style>

background-color css

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

 a { background-color: rgb(141,118,14); }

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

border-color css

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

 span { border-color: rgb(141,118,14); }

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