#826805

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

Shades of Yukon Gold #826805

Tints of Yukon Gold #826805

Color information

#826805 (or 0x826805) is unknown color: approx Yukon Gold. HEX triplet: 82, 68 and 05. RGB value is (130,104,5). Sum of RGB (Red+Green+Blue) = 130+104+5=239 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.39% from 239); Green value is 104 (41.02% from 255 or 43.51% from 239); Blue value is 5 (2.34% from 255 or 2.09% from 239); Max value from RGB is 130 - color contains mainly: red. Hex color #826805 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826805 is #7D97FA. Grayscale: #646464. Windows color (decimal): -8230907 or 354434. OLE color: 354434.

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

Color convert

RGB1301045-
CMYK00.20.960.49
HSL47.52º92.59%26.47%-
HSV(B)47.52º96.15%50.98%-
XYZ14.1814.662.23-
YUV100.4974.11149.05-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.39%
GREEN value IS 104 (41.02% from 255) = 43.51%
BLUE value IS 5 (2.34% from 255) = 2.09%
R=54.39%
G=43.51%
B=2.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.96
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130104500.20.960.4947.5292.5926.47
Hex826850146031305d1a
Octal2021505024140616013532
Binary1000001011010001010101001100000110001110000101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826805; }

 p { color: rgb(130,104,5); }

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

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

 a { background-color: rgb(130,104,5); }

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

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

 span { border-color: rgb(130,104,5); }

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