#806302

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

Shades of Yukon Gold #806302

Tints of Yukon Gold #806302

Color information

#806302 (or 0x806302) is unknown color: approx Yukon Gold. HEX triplet: 80, 63 and 02. RGB value is (128,99,2). Sum of RGB (Red+Green+Blue) = 128+99+2=229 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.90% from 229); Green value is 99 (39.06% from 255 or 43.23% from 229); Blue value is 2 (1.17% from 255 or 0.87% from 229); Max value from RGB is 128 - color contains mainly: red. Hex color #806302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806302 is #7F9CFD. Grayscale: #616161. Windows color (decimal): -8363262 or 156544. OLE color: 156544.

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

Color convert

RGB128992-
CMYK00.230.980.50
HSL46.19º96.92%25.49%-
HSV(B)46.19º98.44%50.2%-
XYZ13.3713.521.96-
YUV96.6174.61150.39-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 55.90%
GREEN value IS 99 (39.06% from 255) = 43.23%
BLUE value IS 2 (1.17% from 255) = 0.87%
R=55.90%
G=43.23%
B=0.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.98
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12899200.230.980.5046.1996.9225.49
Hex8063201762322e6119
Octal2001432027142625614131
Binary100000001100011100101111100010110010101110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806302; }

 p { color: rgb(128,99,2); }

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

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

 a { background-color: rgb(128,99,2); }

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

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

 span { border-color: rgb(128,99,2); }

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