#806203

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

Shades of Yukon Gold #806203

Tints of Yukon Gold #806203

Color information

#806203 (or 0x806203) is unknown color: approx Yukon Gold. HEX triplet: 80, 62 and 03. RGB value is (128,98,3). Sum of RGB (Red+Green+Blue) = 128+98+3=229 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.90% from 229); Green value is 98 (38.67% from 255 or 42.79% from 229); Blue value is 3 (1.56% from 255 or 1.31% from 229); Max value from RGB is 128 - color contains mainly: red. Hex color #806203 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806203 is #7F9DFC. Grayscale: #606060. Windows color (decimal): -8363517 or 221824. OLE color: 221824.

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

Color convert

RGB128983-
CMYK00.230.980.50
HSL45.6º95.42%25.69%-
HSV(B)45.6º97.66%50.2%-
XYZ13.2913.331.96-
YUV96.1475.44150.72-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 55.90%
GREEN value IS 98 (38.67% from 255) = 42.79%
BLUE value IS 3 (1.56% from 255) = 1.31%
R=55.90%
G=42.79%
B=1.31%

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
Decimal12898300.230.980.5045.695.4225.69
Hex8062301762322e5f1a
Octal2001423027142625613732
Binary100000001100010110101111100010110010101110101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806203; }

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

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

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

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

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

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

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

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