Html Css Color HEX #796014 Yukon Gold

📋 copy color: '#796014'

red 121 ◦ green 96 ◦ blue 20

#796014
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yukon Gold #796014

Tints of Yukon Gold #796014

RGB

 RED value IS 121 (47.66% from 255) = 51.05%

 GREEN value IS 96 (37.89% from 255) = 40.51%

 BLUE value IS 20 (8.2% from 255) = 8.44%

R = 51.05%
G = 40.51%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#796014 (or 0x796014) is known color: Yukon Gold. HEX triplet: 79, 60 and 14. RGB value is (121,96,20). Sum of RGB (Red+Green+Blue) = 121+96+20=237 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.05% from 237); Green value is 96 (37.89% from 255 or 40.51% from 237); Blue value is 20 (8.20% from 255 or 8.44% from 237); Max value from RGB is 121 - color contains mainly: red. Hex color #796014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796014 is #869FEB. Grayscale: #5F5F5F. Windows color (decimal): -8822764 or 1335417. OLE color: 1335417.

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

Color convert

RGB 121 96 20 -
CMYK 0 0.21 0.83 0.53
HSL 45.15º 0.72% 0.28% -
HSV(B) 45.15º 0.83% 0.47% -
XYZ 12.19 12.48 2.43 -
YUV 94.81 85.78 146.68 -
System Red Green Blue C M Y K H S L
Decimal 121 96 20 0 0.21 0.83 0.53 45.15 0.72 0.28
Hex 79 60 14 0 15 53 35 2D 48 1C
Octal 171 140 24 0 25 123 65 55 110 34
Binary 1111001 1100000 10100 0 10101 1010011 110101 101101 1001000 11100

Color Harmonies of #796014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796014

Black with #796014

Text Example


Text Example

White with #796014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796014; }

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

 H1.HeaderClassName
 {
   color: #796014;
 }
 .AnyTagClassName
 {
   color: #796014;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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