#826703

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

Shades of Yukon Gold #826703

Tints of Yukon Gold #826703

Color information

#826703 (or 0x826703) is unknown color: approx Yukon Gold. HEX triplet: 82, 67 and 03. RGB value is (130,103,3). Sum of RGB (Red+Green+Blue) = 130+103+3=236 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.08% from 236); Green value is 103 (40.62% from 255 or 43.64% from 236); Blue value is 3 (1.56% from 255 or 1.27% from 236); Max value from RGB is 130 - color contains mainly: red. Hex color #826703 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826703 is #7D98FC. Grayscale: #646464. Windows color (decimal): -8231165 or 223106. OLE color: 223106.

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

Color convert

RGB1301033-
CMYK00.210.980.49
HSL47.24º95.49%26.08%-
HSV(B)47.24º97.69%50.98%-
XYZ14.0714.452.13-
YUV99.6773.45149.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 55.08%
GREEN value IS 103 (40.62% from 255) = 43.64%
BLUE value IS 3 (1.56% from 255) = 1.27%
R=55.08%
G=43.64%
B=1.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130103300.210.980.4947.2495.4926.08
Hex8267301562312f5f1a
Octal2021473025142615713732
Binary100000101100111110101011100010110001101111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826703; }

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

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

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

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

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

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

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

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