#826D14

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

Shades of Yukon Gold #826D14

Tints of Yukon Gold #826D14

Color information

#826D14 (or 0x826D14) is unknown color: approx Yukon Gold. HEX triplet: 82, 6D and 14. RGB value is (130,109,20). Sum of RGB (Red+Green+Blue) = 130+109+20=259 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.19% from 259); Green value is 109 (42.97% from 255 or 42.08% from 259); Blue value is 20 (8.20% from 255 or 7.72% from 259); Max value from RGB is 130 - color contains mainly: red. Hex color #826D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826D14 is #7D92EB. Grayscale: #696969. Windows color (decimal): -8229612 or 1338754. OLE color: 1338754.

HSL color Cylindrical-coordinate representation of color #826D14: hue angle of 48.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 #826D14 is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB13010920-
CMYK00.160.850.49
HSL48.55º73.33%29.41%-
HSV(B)48.55º84.62%50.98%-
XYZ14.815.732.92-
YUV105.1379.96145.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.19%
GREEN value IS 109 (42.97% from 255) = 42.08%
BLUE value IS 20 (8.20% from 255) = 7.72%
R=50.19%
G=42.08%
B=7.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301092000.160.850.4948.5573.3329.41
Hex826D14010553131491d
Octal20215524020125616111135
Binary100000101101101101000100001010101110001110001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826D14; }

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

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

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

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

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

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

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

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