Html Css Color HEX #807311 Yukon Gold

📋 copy color: '#807311'

red 128 ◦ green 115 ◦ blue 17

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

Shades of Yukon Gold #807311

Tints of Yukon Gold #807311

RGB

 RED value IS 128 (50.39% from 255) = 49.23%

 GREEN value IS 115 (45.31% from 255) = 44.23%

 BLUE value IS 17 (7.03% from 255) = 6.54%

R = 49.23%
G = 44.23%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.87

 K value IS 0.50

RGB Variations

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

Color information

#807311 (or 0x807311) is known color: Yukon Gold. HEX triplet: 80, 73 and 11. RGB value is (128,115,17). Sum of RGB (Red+Green+Blue) = 128+115+17=260 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.23% from 260); Green value is 115 (45.31% from 255 or 44.23% from 260); Blue value is 17 (7.03% from 255 or 6.54% from 260); Max value from RGB is 128 - color contains mainly: red. Hex color #807311 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807311 is #7F8CEE. Grayscale: #6C6C6C. Windows color (decimal): -8359151 or 1143680. OLE color: 1143680.

HSL color Cylindrical-coordinate representation of color #807311: hue angle of 52.97º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #807311 is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 115 17 -
CMYK 0 0.10 0.87 0.50
HSL 52.97º 0.77% 0.28% -
HSV(B) 52.97º 0.87% 0.5% -
XYZ 15.13 16.89 2.99 -
YUV 107.72 76.81 142.47 -
System Red Green Blue C M Y K H S L
Decimal 128 115 17 0 0.10 0.87 0.50 52.97 0.77 0.28
Hex 80 73 11 0 A 57 32 35 4D 1C
Octal 200 163 21 0 12 127 62 65 115 34
Binary 10000000 1110011 10001 0 1010 1010111 110010 110101 1001101 11100

Color Harmonies of #807311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807311

Black with #807311

Text Example


Text Example

White with #807311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807311; }

 p { color: rgb(128,115,17); }

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

background-color css

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

 a { background-color: rgb(128,115,17); }

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

border-color css

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

 span { border-color: rgb(128,115,17); }

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