#796D14

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

Shades of Yukon Gold #796D14

Tints of Yukon Gold #796D14

Color information

#796D14 (or 0x796D14) is unknown color: approx Yukon Gold. HEX triplet: 79, 6D and 14. RGB value is (121,109,20). Sum of RGB (Red+Green+Blue) = 121+109+20=250 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.4% from 250); Green value is 109 (42.97% from 255 or 43.6% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 121 - color contains mainly: red. Hex color #796D14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796D14 is #8692EB. Grayscale: #666666. Windows color (decimal): -8819436 or 1338745. OLE color: 1338745.

HSL color Cylindrical-coordinate representation of color #796D14: hue angle of 52.87º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #796D14 is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB12110920-
CMYK00.100.830.53
HSL52.87º71.63%27.65%-
HSV(B)52.87º83.47%47.45%-
XYZ13.4815.052.86-
YUV102.4481.48141.24-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 48.4%
GREEN value IS 109 (42.97% from 255) = 43.6%
BLUE value IS 20 (8.20% from 255) = 8%
R=48.4%
G=43.6%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211092000.100.830.5352.8771.6327.65
Hex796D140A533535481c
Octal17115524012123656511034
Binary1111001110110110100010101010011110101110101100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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