Html Css Color HEX #826205 Yukon Gold

📋 copy color: '#826205'

red 130 ◦ green 98 ◦ blue 5

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

Shades of Yukon Gold #826205

Tints of Yukon Gold #826205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.15%

R = 55.79%
G = 42.06%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#826205 (or 0x826205) is known color: Yukon Gold. HEX triplet: 82, 62 and 05. RGB value is (130,98,5). Sum of RGB (Red+Green+Blue) = 130+98+5=233 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.79% from 233); Green value is 98 (38.67% from 255 or 42.06% from 233); Blue value is 5 (2.34% from 255 or 2.15% from 233); Max value from RGB is 130 - color contains mainly: red. Hex color #826205 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826205 is #7D9DFA. Grayscale: #616161. Windows color (decimal): -8232443 or 352898. OLE color: 352898.

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

Color convert

RGB 130 98 5 -
CMYK 0 0.25 0.96 0.49
HSL 44.64º 0.93% 0.26% -
HSV(B) 44.64º 0.96% 0.51% -
XYZ 13.6 13.49 2.03 -
YUV 96.97 76.1 151.56 -
System Red Green Blue C M Y K H S L
Decimal 130 98 5 0 0.25 0.96 0.49 44.64 0.93 0.26
Hex 82 62 5 0 19 60 31 2D 5D 1A
Octal 202 142 5 0 31 140 61 55 135 32
Binary 10000010 1100010 101 0 11001 1100000 110001 101101 1011101 11010

Color Harmonies of #826205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826205

Black with #826205

Text Example


Text Example

White with #826205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826205; }

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

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

background-color css

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

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

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

border-color css

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

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

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