#826214

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

Shades of Yukon Gold #826214

Tints of Yukon Gold #826214

Color information

#826214 (or 0x826214) is unknown color: approx Yukon Gold. HEX triplet: 82, 62 and 14. RGB value is (130,98,20). Sum of RGB (Red+Green+Blue) = 130+98+20=248 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.42% from 248); Green value is 98 (38.67% from 255 or 39.52% from 248); Blue value is 20 (8.20% from 255 or 8.06% from 248); Max value from RGB is 130 - color contains mainly: red. Hex color #826214 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826214 is #7D9DEB. Grayscale: #636363. Windows color (decimal): -8232428 or 1335938. OLE color: 1335938.

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

Color convert

RGB1309820-
CMYK00.250.850.49
HSL42.55º73.33%29.41%-
HSV(B)42.55º84.62%50.98%-
XYZ13.713.532.55-
YUV98.6883.6150.34-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.42%
GREEN value IS 98 (38.67% from 255) = 39.52%
BLUE value IS 20 (8.20% from 255) = 8.06%
R=52.42%
G=39.52%
B=8.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130982000.250.850.4942.5573.3329.41
Hex82621401955312b491d
Octal20214224031125615311135
Binary100000101100010101000110011010101110001101011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826214; }

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

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

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

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

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

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

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

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