#807311

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

Shades of Yukon Gold #807311

Tints of Yukon Gold #807311

Color information

#807311 (or 0x807311) is unknown color: approx 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

RGB12811517-
CMYK00.100.870.50
HSL52.97º76.55%28.43%-
HSV(B)52.97º86.72%50.2%-
XYZ15.1316.892.99-
YUV107.7176.81142.47-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.87
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281151700.100.870.5052.9776.5528.43
Hex8073110A5732354d1c
Octal20016321012127626511534
Binary10000000111001110001010101010111110010110101100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>