Html Css Color HEX #826501 Yukon Gold

📋 copy color: '#826501'

red 130 ◦ green 101 ◦ blue 1

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

Shades of Yukon Gold #826501

Tints of Yukon Gold #826501

RGB

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

 GREEN value IS 101 (39.84% from 255) = 43.53%

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

R = 56.03%
G = 43.53%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#826501 (or 0x826501) is known color: Yukon Gold. HEX triplet: 82, 65 and 01. RGB value is (130,101,1). Sum of RGB (Red+Green+Blue) = 130+101+1=232 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.03% from 232); Green value is 101 (39.84% from 255 or 43.53% from 232); Blue value is 1 (0.78% from 255 or 0.43% from 232); Max value from RGB is 130 - color contains mainly: red. Hex color #826501 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826501 is #7D9AFE. Grayscale: #626262. Windows color (decimal): -8231679 or 91522. OLE color: 91522.

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

Color convert

RGB 130 101 1 -
CMYK 0 0.22 0.99 0.49
HSL 46.51º 0.98% 0.26% -
HSV(B) 46.51º 0.99% 0.51% -
XYZ 13.87 14.06 2.01 -
YUV 98.27 73.11 150.63 -
System Red Green Blue C M Y K H S L
Decimal 130 101 1 0 0.22 0.99 0.49 46.51 0.98 0.26
Hex 82 65 1 0 16 63 31 2F 62 1A
Octal 202 145 1 0 26 143 61 57 142 32
Binary 10000010 1100101 1 0 10110 1100011 110001 101111 1100010 11010

Color Harmonies of #826501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826501

Black with #826501

Text Example


Text Example

White with #826501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826501; }

 p { color: rgb(130,101,1); }

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

background-color css

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

 a { background-color: rgb(130,101,1); }

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

border-color css

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

 span { border-color: rgb(130,101,1); }

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