#826300

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

Shades of Yukon Gold #826300

Tints of Yukon Gold #826300

Color information

#826300 (or 0x826300) is unknown color: approx Yukon Gold. HEX triplet: 82, 63 and 00. RGB value is (130,99,0). Sum of RGB (Red+Green+Blue) = 130+99+0=229 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.77% from 229); Green value is 99 (39.06% from 255 or 43.23% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 130 - color contains mainly: red. Hex color #826300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826300 is #7D9CFF. Grayscale: #616161. Windows color (decimal): -8232192 or 25474. OLE color: 25474.

HSL color Cylindrical-coordinate representation of color #826300: hue angle of 45.69º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #826300 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB130990-
CMYK00.2410.49
HSL45.69º100%25.49%-
HSV(B)45.69º100%50.98%-
XYZ13.6713.671.92-
YUV96.9873.27151.55-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 56.77%
GREEN value IS 99 (39.06% from 255) = 43.23%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.77%
G=43.23%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13099000.2410.4945.6910025.49
Hex8263001864312e6419
Octal2021430030144615614431
Binary10000010110001100110001100100110001101110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826300; }

 p { color: rgb(130,99,0); }

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

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

 a { background-color: rgb(130,99,0); }

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

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

 span { border-color: rgb(130,99,0); }

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