Html Css Color HEX #826005 Yukon Gold

📋 copy color: '#826005'

red 130 ◦ green 96 ◦ blue 5

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

Shades of Yukon Gold #826005

Tints of Yukon Gold #826005

RGB

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

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

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

R = 56.28%
G = 41.56%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#826005 (or 0x826005) is known color: Yukon Gold. HEX triplet: 82, 60 and 05. RGB value is (130,96,5). Sum of RGB (Red+Green+Blue) = 130+96+5=231 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.28% from 231); Green value is 96 (37.89% from 255 or 41.56% from 231); Blue value is 5 (2.34% from 255 or 2.16% from 231); Max value from RGB is 130 - color contains mainly: red. Hex color #826005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826005 is #7D9FFA. Grayscale: #606060. Windows color (decimal): -8232955 or 352386. OLE color: 352386.

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

Color convert

RGB 130 96 5 -
CMYK 0 0.26 0.96 0.49
HSL 43.68º 0.93% 0.26% -
HSV(B) 43.68º 0.96% 0.51% -
XYZ 13.42 13.12 1.97 -
YUV 95.79 76.76 152.4 -
System Red Green Blue C M Y K H S L
Decimal 130 96 5 0 0.26 0.96 0.49 43.68 0.93 0.26
Hex 82 60 5 0 1A 60 31 2C 5D 1A
Octal 202 140 5 0 32 140 61 54 135 32
Binary 10000010 1100000 101 0 11010 1100000 110001 101100 1011101 11010

Color Harmonies of #826005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826005

Black with #826005

Text Example


Text Example

White with #826005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826005; }

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

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

background-color css

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

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

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

border-color css

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

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

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