Html Css Color HEX #826400 Yukon Gold

📋 copy color: '#826400'

red 130 ◦ green 100 ◦ blue 0

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

Shades of Yukon Gold #826400

Tints of Yukon Gold #826400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.52%
G = 43.48%
B = 0%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#826400 (or 0x826400) is known color: Yukon Gold. HEX triplet: 82, 64 and 00. RGB value is (130,100,0). Sum of RGB (Red+Green+Blue) = 130+100+0=230 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.52% from 230); Green value is 100 (39.45% from 255 or 43.48% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 130 - color contains mainly: red. Hex color #826400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826400 is #7D9BFF. Grayscale: #626262. Windows color (decimal): -8231936 or 25730. OLE color: 25730.

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

Color convert

RGB 130 100 0 -
CMYK 0 0.23 1 0.49
HSL 46.15º 1% 0.25% -
HSV(B) 46.15º 1% 0.51% -
XYZ 13.76 13.86 1.95 -
YUV 97.57 72.94 151.13 -
System Red Green Blue C M Y K H S L
Decimal 130 100 0 0 0.23 1 0.49 46.15 1 0.25
Hex 82 64 0 0 17 64 31 2E 64 19
Octal 202 144 0 0 27 144 61 56 144 31
Binary 10000010 1100100 0 0 10111 1100100 110001 101110 1100100 11001

Color Harmonies of #826400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826400

Black with #826400

Text Example


Text Example

White with #826400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826400; }

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

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

background-color css

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

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

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

border-color css

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

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

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