#826301

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

Shades of Yukon Gold #826301

Tints of Yukon Gold #826301

Color information

#826301 (or 0x826301) is unknown color: approx Yukon Gold. HEX triplet: 82, 63 and 01. RGB value is (130,99,1). Sum of RGB (Red+Green+Blue) = 130+99+1=230 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.52% from 230); Green value is 99 (39.06% from 255 or 43.04% from 230); Blue value is 1 (0.78% from 255 or 0.43% from 230); Max value from RGB is 130 - color contains mainly: red. Hex color #826301 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826301 is #7D9CFE. Grayscale: #616161. Windows color (decimal): -8232191 or 91010. OLE color: 91010.

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

Color convert

RGB130991-
CMYK00.240.990.49
HSL45.58º98.47%25.69%-
HSV(B)45.58º99.23%50.98%-
XYZ13.6713.671.95-
YUV97.173.77151.47-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 56.52%
GREEN value IS 99 (39.06% from 255) = 43.04%
BLUE value IS 1 (0.78% from 255) = 0.43%
R=56.52%
G=43.04%
B=0.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13099100.240.990.4945.5898.4725.69
Hex8263101863312e621a
Octal2021431030143615614232
Binary10000010110001110110001100011110001101110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826301; }

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

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

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

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

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

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

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

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