Html Css Color HEX #826401 Yukon Gold

📋 copy color: '#826401'

red 130 ◦ green 100 ◦ blue 1

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

Shades of Yukon Gold #826401

Tints of Yukon Gold #826401

RGB

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

 GREEN value IS 100 (39.45% from 255) = 43.29%

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

R = 56.28%
G = 43.29%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#826401 (or 0x826401) is known color: Yukon Gold. HEX triplet: 82, 64 and 01. RGB value is (130,100,1). Sum of RGB (Red+Green+Blue) = 130+100+1=231 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.28% from 231); Green value is 100 (39.45% from 255 or 43.29% from 231); Blue value is 1 (0.78% from 255 or 0.43% from 231); Max value from RGB is 130 - color contains mainly: red. Hex color #826401 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826401 is #7D9BFE. Grayscale: #626262. Windows color (decimal): -8231935 or 91266. OLE color: 91266.

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

Color convert

RGB 130 100 1 -
CMYK 0 0.23 0.99 0.49
HSL 46.05º 0.98% 0.26% -
HSV(B) 46.05º 0.99% 0.51% -
XYZ 13.77 13.86 1.98 -
YUV 97.68 73.44 151.05 -
System Red Green Blue C M Y K H S L
Decimal 130 100 1 0 0.23 0.99 0.49 46.05 0.98 0.26
Hex 82 64 1 0 17 63 31 2E 62 1A
Octal 202 144 1 0 27 143 61 56 142 32
Binary 10000010 1100100 1 0 10111 1100011 110001 101110 1100010 11010

Color Harmonies of #826401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826401

Black with #826401

Text Example


Text Example

White with #826401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826401; }

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

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

background-color css

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

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

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

border-color css

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

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

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