Html Css Color HEX #826014 Yukon Gold

📋 copy color: '#826014'

red 130 ◦ green 96 ◦ blue 20

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

Shades of Yukon Gold #826014

Tints of Yukon Gold #826014

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.02%

 BLUE value IS 20 (8.2% from 255) = 8.13%

R = 52.85%
G = 39.02%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#826014 (or 0x826014) is known color: Yukon Gold. HEX triplet: 82, 60 and 14. RGB value is (130,96,20). Sum of RGB (Red+Green+Blue) = 130+96+20=246 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.85% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 20 (8.20% from 255 or 8.13% from 246); Max value from RGB is 130 - color contains mainly: red. Hex color #826014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826014 is #7D9FEB. Grayscale: #616161. Windows color (decimal): -8232940 or 1335426. OLE color: 1335426.

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

Color convert

RGB 130 96 20 -
CMYK 0 0.26 0.85 0.49
HSL 41.45º 0.73% 0.29% -
HSV(B) 41.45º 0.85% 0.51% -
XYZ 13.52 13.16 2.49 -
YUV 97.5 84.26 151.18 -
System Red Green Blue C M Y K H S L
Decimal 130 96 20 0 0.26 0.85 0.49 41.45 0.73 0.29
Hex 82 60 14 0 1A 55 31 29 49 1D
Octal 202 140 24 0 32 125 61 51 111 35
Binary 10000010 1100000 10100 0 11010 1010101 110001 101001 1001001 11101

Color Harmonies of #826014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826014

Black with #826014

Text Example


Text Example

White with #826014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826014; }

 p { color: rgb(130,96,20); }

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

background-color css

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

 a { background-color: rgb(130,96,20); }

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

border-color css

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

 span { border-color: rgb(130,96,20); }

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