Html Css Color HEX #826204 Yukon Gold

📋 copy color: '#826204'

red 130 ◦ green 98 ◦ blue 4

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

Shades of Yukon Gold #826204

Tints of Yukon Gold #826204

RGB

 RED value IS 130 (51.17% from 255) = 56.03%

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

 BLUE value IS 4 (1.95% from 255) = 1.72%

R = 56.03%
G = 42.24%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#826204 (or 0x826204) is known color: Yukon Gold. HEX triplet: 82, 62 and 04. RGB value is (130,98,4). Sum of RGB (Red+Green+Blue) = 130+98+4=232 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.03% from 232); Green value is 98 (38.67% from 255 or 42.24% from 232); Blue value is 4 (1.95% from 255 or 1.72% from 232); Max value from RGB is 130 - color contains mainly: red. Hex color #826204 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826204 is #7D9DFB. Grayscale: #616161. Windows color (decimal): -8232444 or 287362. OLE color: 287362.

HSL color Cylindrical-coordinate representation of color #826204: hue angle of 44.76º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #826204 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 98 4 -
CMYK 0 0.25 0.97 0.49
HSL 44.76º 0.94% 0.26% -
HSV(B) 44.76º 0.97% 0.51% -
XYZ 13.6 13.49 2 -
YUV 96.85 75.6 151.64 -
System Red Green Blue C M Y K H S L
Decimal 130 98 4 0 0.25 0.97 0.49 44.76 0.94 0.26
Hex 82 62 4 0 19 61 31 2D 5E 1A
Octal 202 142 4 0 31 141 61 55 136 32
Binary 10000010 1100010 100 0 11001 1100001 110001 101101 1011110 11010

Color Harmonies of #826204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826204

Black with #826204

Text Example


Text Example

White with #826204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826204; }

 p { color: rgb(130,98,4); }

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

background-color css

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

 a { background-color: rgb(130,98,4); }

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

border-color css

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

 span { border-color: rgb(130,98,4); }

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