#796305

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

Shades of Yukon Gold #796305

Tints of Yukon Gold #796305

Color information

#796305 (or 0x796305) is unknown color: approx Yukon Gold. HEX triplet: 79, 63 and 05. RGB value is (121,99,5). Sum of RGB (Red+Green+Blue) = 121+99+5=225 (29% of max value = 765). Red value is 121 (47.66% from 255 or 53.78% from 225); Green value is 99 (39.06% from 255 or 44% from 225); Blue value is 5 (2.34% from 255 or 2.22% from 225); Max value from RGB is 121 - color contains mainly: red. Hex color #796305 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796305 is #869CFA. Grayscale: #5F5F5F. Windows color (decimal): -8822011 or 353145. OLE color: 353145.

HSL color Cylindrical-coordinate representation of color #796305: hue angle of 48.62º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #796305 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.53.

Color convert

RGB121995-
CMYK00.180.960.53
HSL48.62º92.06%24.71%-
HSV(B)48.62º95.87%47.45%-
XYZ12.37132-
YUV94.8677.29146.64-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 53.78%
GREEN value IS 99 (39.06% from 255) = 44%
BLUE value IS 5 (2.34% from 255) = 2.22%
R=53.78%
G=44%
B=2.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12199500.180.960.5348.6292.0624.71
Hex796350126035315c19
Octal1711435022140656113431
Binary111100111000111010100101100000110101110001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796305; }

 p { color: rgb(121,99,5); }

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

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

 a { background-color: rgb(121,99,5); }

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

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

 span { border-color: rgb(121,99,5); }

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