#826201

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

Shades of Yukon Gold #826201

Tints of Yukon Gold #826201

Color information

#826201 (or 0x826201) is unknown color: approx Yukon Gold. HEX triplet: 82, 62 and 01. RGB value is (130,98,1). Sum of RGB (Red+Green+Blue) = 130+98+1=229 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.77% from 229); Green value is 98 (38.67% from 255 or 42.79% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 130 - color contains mainly: red. Hex color #826201 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826201 is #7D9DFE. Grayscale: #606060. Windows color (decimal): -8232447 or 90754. OLE color: 90754.

HSL color Cylindrical-coordinate representation of color #826201: hue angle of 45.12º 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 #826201 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB130981-
CMYK00.250.990.49
HSL45.12º98.47%25.69%-
HSV(B)45.12º99.23%50.98%-
XYZ13.5813.481.92-
YUV96.5174.1151.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 56.77%
GREEN value IS 98 (38.67% from 255) = 42.79%
BLUE value IS 1 (0.78% from 255) = 0.44%
R=56.77%
G=42.79%
B=0.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13098100.250.990.4945.1298.4725.69
Hex8262101963312d621a
Octal2021421031143615514232
Binary10000010110001010110011100011110001101101110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826201; }

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

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

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

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

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

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

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

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