Html Css Color HEX #826805 Yukon Gold

📋 copy color: '#826805'

red 130 ◦ green 104 ◦ blue 5

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

Shades of Yukon Gold #826805

Tints of Yukon Gold #826805

RGB

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

 GREEN value IS 104 (41.02% from 255) = 43.51%

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

R = 54.39%
G = 43.51%
B = 2.09%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#826805 (or 0x826805) is known color: Yukon Gold. HEX triplet: 82, 68 and 05. RGB value is (130,104,5). Sum of RGB (Red+Green+Blue) = 130+104+5=239 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.39% from 239); Green value is 104 (41.02% from 255 or 43.51% from 239); Blue value is 5 (2.34% from 255 or 2.09% from 239); Max value from RGB is 130 - color contains mainly: red. Hex color #826805 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826805 is #7D97FA. Grayscale: #646464. Windows color (decimal): -8230907 or 354434. OLE color: 354434.

HSL color Cylindrical-coordinate representation of color #826805: hue angle of 47.52º 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 #826805 is Cyan = 0, Magento = 0.2, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 104 5 -
CMYK 0 0.2 0.96 0.49
HSL 47.52º 0.93% 0.26% -
HSV(B) 47.52º 0.96% 0.51% -
XYZ 14.18 14.66 2.23 -
YUV 100.49 74.11 149.05 -
System Red Green Blue C M Y K H S L
Decimal 130 104 5 0 0.2 0.96 0.49 47.52 0.93 0.26
Hex 82 68 5 0 14 60 31 30 5D 1A
Octal 202 150 5 0 24 140 61 60 135 32
Binary 10000010 1101000 101 0 10100 1100000 110001 110000 1011101 11010

Color Harmonies of #826805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826805

Black with #826805

Text Example


Text Example

White with #826805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826805; }

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

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

background-color css

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

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

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

border-color css

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

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

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