Html Css Color HEX #796312 Yukon Gold

📋 copy color: '#796312'

red 121 ◦ green 99 ◦ blue 18

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

Shades of Yukon Gold #796312

Tints of Yukon Gold #796312

RGB

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

 GREEN value IS 99 (39.06% from 255) = 41.6%

 BLUE value IS 18 (7.42% from 255) = 7.56%

R = 50.84%
G = 41.6%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#796312 (or 0x796312) is known color: Yukon Gold. HEX triplet: 79, 63 and 12. RGB value is (121,99,18). Sum of RGB (Red+Green+Blue) = 121+99+18=238 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.84% from 238); Green value is 99 (39.06% from 255 or 41.60% from 238); Blue value is 18 (7.42% from 255 or 7.56% from 238); Max value from RGB is 121 - color contains mainly: red. Hex color #796312 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796312 is #869CED. Grayscale: #606060. Windows color (decimal): -8821998 or 1205113. OLE color: 1205113.

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

Color convert

RGB 121 99 18 -
CMYK 0 0.18 0.85 0.53
HSL 47.18º 0.74% 0.27% -
HSV(B) 47.18º 0.85% 0.47% -
XYZ 12.46 13.03 2.43 -
YUV 96.34 83.79 145.59 -
System Red Green Blue C M Y K H S L
Decimal 121 99 18 0 0.18 0.85 0.53 47.18 0.74 0.27
Hex 79 63 12 0 12 55 35 2F 4A 1B
Octal 171 143 22 0 22 125 65 57 112 33
Binary 1111001 1100011 10010 0 10010 1010101 110101 101111 1001010 11011

Color Harmonies of #796312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796312

Black with #796312

Text Example


Text Example

White with #796312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796312; }

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

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

background-color css

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

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

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

border-color css

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

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

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