#796005

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

Shades of Yukon Gold #796005

Tints of Yukon Gold #796005

Color information

#796005 (or 0x796005) is unknown color: approx Yukon Gold. HEX triplet: 79, 60 and 05. RGB value is (121,96,5). Sum of RGB (Red+Green+Blue) = 121+96+5=222 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.50% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 5 (2.34% from 255 or 2.25% from 222); Max value from RGB is 121 - color contains mainly: red. Hex color #796005 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796005 is #869FFA. Grayscale: #5D5D5D. Windows color (decimal): -8822779 or 352377. OLE color: 352377.

HSL color Cylindrical-coordinate representation of color #796005: hue angle of 47.07º 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 #796005 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.53.

Color convert

RGB121965-
CMYK00.210.960.53
HSL47.07º92.06%24.71%-
HSV(B)47.07º95.87%47.45%-
XYZ12.112.441.91-
YUV93.178.28147.9-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 54.50%
GREEN value IS 96 (37.89% from 255) = 43.24%
BLUE value IS 5 (2.34% from 255) = 2.25%
R=54.50%
G=43.24%
B=2.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12196500.210.960.5347.0792.0624.71
Hex7960501560352f5c19
Octal1711405025140655713431
Binary111100111000001010101011100000110101101111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796005; }

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

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

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

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

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

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

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

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