#806217

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

Shades of Yukon Gold #806217

Tints of Yukon Gold #806217

Color information

#806217 (or 0x806217) is unknown color: approx Yukon Gold. HEX triplet: 80, 62 and 17. RGB value is (128,98,23). Sum of RGB (Red+Green+Blue) = 128+98+23=249 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.41% from 249); Green value is 98 (38.67% from 255 or 39.36% from 249); Blue value is 23 (9.38% from 255 or 9.24% from 249); Max value from RGB is 128 - color contains mainly: red. Hex color #806217 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806217 is #7F9DE8. Grayscale: #626262. Windows color (decimal): -8363497 or 1532544. OLE color: 1532544.

HSL color Cylindrical-coordinate representation of color #806217: hue angle of 42.86º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #806217 is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.50.

Color convert

RGB1289823-
CMYK00.230.820.50
HSL42.86º69.54%29.61%-
HSV(B)42.86º82.03%50.2%-
XYZ13.4213.392.69-
YUV98.4285.44149.1-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 51.41%
GREEN value IS 98 (38.67% from 255) = 39.36%
BLUE value IS 23 (9.38% from 255) = 9.24%
R=51.41%
G=39.36%
B=9.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.82
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128982300.230.820.5042.8669.5429.61
Hex80621701752322b461e
Octal20014227027122625310636
Binary100000001100010101110101111010010110010101011100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806217; }

 p { color: rgb(128,98,23); }

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

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

 a { background-color: rgb(128,98,23); }

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

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

 span { border-color: rgb(128,98,23); }

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