#826308

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

Shades of Yukon Gold #826308

Tints of Yukon Gold #826308

Color information

#826308 (or 0x826308) is unknown color: approx Yukon Gold. HEX triplet: 82, 63 and 08. RGB value is (130,99,8). Sum of RGB (Red+Green+Blue) = 130+99+8=237 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.85% from 237); Green value is 99 (39.06% from 255 or 41.77% from 237); Blue value is 8 (3.52% from 255 or 3.38% from 237); Max value from RGB is 130 - color contains mainly: red. Hex color #826308 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826308 is #7D9CF7. Grayscale: #626262. Windows color (decimal): -8232184 or 549762. OLE color: 549762.

HSL color Cylindrical-coordinate representation of color #826308: hue angle of 44.75º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #826308 is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB130998-
CMYK00.240.940.49
HSL44.75º88.41%27.06%-
HSV(B)44.75º93.85%50.98%-
XYZ13.7113.692.15-
YUV97.977.27150.9-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.85%
GREEN value IS 99 (39.06% from 255) = 41.77%
BLUE value IS 8 (3.52% from 255) = 3.38%
R=54.85%
G=41.77%
B=3.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13099800.240.940.4944.7588.4127.06
Hex826380185E312d581b
Octal20214310030136615513033
Binary10000010110001110000110001011110110001101101101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826308; }

 p { color: rgb(130,99,8); }

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

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

 a { background-color: rgb(130,99,8); }

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

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

 span { border-color: rgb(130,99,8); }

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