Html Css Color HEX #826503 Yukon Gold

📋 copy color: '#826503'

red 130 ◦ green 101 ◦ blue 3

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

Shades of Yukon Gold #826503

Tints of Yukon Gold #826503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.28%

R = 55.56%
G = 43.16%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#826503 (or 0x826503) is known color: Yukon Gold. HEX triplet: 82, 65 and 03. RGB value is (130,101,3). Sum of RGB (Red+Green+Blue) = 130+101+3=234 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.56% from 234); Green value is 101 (39.84% from 255 or 43.16% from 234); Blue value is 3 (1.56% from 255 or 1.28% from 234); Max value from RGB is 130 - color contains mainly: red. Hex color #826503 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826503 is #7D9AFC. Grayscale: #626262. Windows color (decimal): -8231677 or 222594. OLE color: 222594.

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

Color convert

RGB 130 101 3 -
CMYK 0 0.22 0.98 0.49
HSL 46.3º 0.95% 0.26% -
HSV(B) 46.3º 0.98% 0.51% -
XYZ 13.88 14.06 2.07 -
YUV 98.5 74.11 150.47 -
System Red Green Blue C M Y K H S L
Decimal 130 101 3 0 0.22 0.98 0.49 46.3 0.95 0.26
Hex 82 65 3 0 16 62 31 2E 5F 1A
Octal 202 145 3 0 26 142 61 56 137 32
Binary 10000010 1100101 11 0 10110 1100010 110001 101110 1011111 11010

Color Harmonies of #826503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826503

Black with #826503

Text Example


Text Example

White with #826503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826503; }

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

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

background-color css

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

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

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

border-color css

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

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

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