Html Css Color HEX #796201 Yukon Gold

📋 copy color: '#796201'

red 121 ◦ green 98 ◦ blue 1

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

Shades of Yukon Gold #796201

Tints of Yukon Gold #796201

RGB

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

 GREEN value IS 98 (38.67% from 255) = 44.55%

 BLUE value IS 1 (0.78% from 255) = 0.45%

R = 55%
G = 44.55%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#796201 (or 0x796201) is known color: Yukon Gold. HEX triplet: 79, 62 and 01. RGB value is (121,98,1). Sum of RGB (Red+Green+Blue) = 121+98+1=220 (29% of max value = 765). Red value is 121 (47.66% from 255 or 55% from 220); Green value is 98 (38.67% from 255 or 44.55% from 220); Blue value is 1 (0.78% from 255 or 0.45% from 220); Max value from RGB is 121 - color contains mainly: red. Hex color #796201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796201 is #869DFE. Grayscale: #5E5E5E. Windows color (decimal): -8822271 or 90745. OLE color: 90745.

HSL color Cylindrical-coordinate representation of color #796201: hue angle of 48.5º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #796201 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 98 1 -
CMYK 0 0.19 0.99 0.53
HSL 48.5º 0.98% 0.24% -
HSV(B) 48.5º 0.99% 0.47% -
XYZ 12.26 12.8 1.85 -
YUV 93.82 75.62 147.39 -
System Red Green Blue C M Y K H S L
Decimal 121 98 1 0 0.19 0.99 0.53 48.5 0.98 0.24
Hex 79 62 1 0 13 63 35 30 62 18
Octal 171 142 1 0 23 143 65 60 142 30
Binary 1111001 1100010 1 0 10011 1100011 110101 110000 1100010 11000

Color Harmonies of #796201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796201

Black with #796201

Text Example


Text Example

White with #796201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796201; }

 p { color: rgb(121,98,1); }

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

background-color css

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

 a { background-color: rgb(121,98,1); }

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

border-color css

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

 span { border-color: rgb(121,98,1); }

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