#826103

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

Shades of Yukon Gold #826103

Tints of Yukon Gold #826103

Color information

#826103 (or 0x826103) is unknown color: approx Yukon Gold. HEX triplet: 82, 61 and 03. RGB value is (130,97,3). Sum of RGB (Red+Green+Blue) = 130+97+3=230 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.52% from 230); Green value is 97 (38.28% from 255 or 42.17% from 230); Blue value is 3 (1.56% from 255 or 1.30% from 230); Max value from RGB is 130 - color contains mainly: red. Hex color #826103 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826103 is #7D9EFC. Grayscale: #606060. Windows color (decimal): -8232701 or 221570. OLE color: 221570.

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

Color convert

RGB130973-
CMYK00.250.980.49
HSL44.41º95.49%26.08%-
HSV(B)44.41º97.69%50.98%-
XYZ13.513.31.94-
YUV96.1575.43152.14-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 56.52%
GREEN value IS 97 (38.28% from 255) = 42.17%
BLUE value IS 3 (1.56% from 255) = 1.30%
R=56.52%
G=42.17%
B=1.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13097300.250.980.4944.4195.4926.08
Hex8261301962312c5f1a
Octal2021413031142615413732
Binary100000101100001110110011100010110001101100101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826103; }

 p { color: rgb(130,97,3); }

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

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

 a { background-color: rgb(130,97,3); }

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

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

 span { border-color: rgb(130,97,3); }

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