Html Css Color HEX #826303 Yukon Gold

📋 copy color: '#826303'

red 130 ◦ green 99 ◦ blue 3

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

Shades of Yukon Gold #826303

Tints of Yukon Gold #826303

RGB

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

 GREEN value IS 99 (39.06% from 255) = 42.67%

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

R = 56.03%
G = 42.67%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#826303 (or 0x826303) is known color: Yukon Gold. HEX triplet: 82, 63 and 03. RGB value is (130,99,3). Sum of RGB (Red+Green+Blue) = 130+99+3=232 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.03% from 232); Green value is 99 (39.06% from 255 or 42.67% from 232); Blue value is 3 (1.56% from 255 or 1.29% from 232); Max value from RGB is 130 - color contains mainly: red. Hex color #826303 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826303 is #7D9CFC. Grayscale: #616161. Windows color (decimal): -8232189 or 222082. OLE color: 222082.

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

Color convert

RGB 130 99 3 -
CMYK 0 0.24 0.98 0.49
HSL 45.35º 0.95% 0.26% -
HSV(B) 45.35º 0.98% 0.51% -
XYZ 13.68 13.68 2 -
YUV 97.33 74.77 151.31 -
System Red Green Blue C M Y K H S L
Decimal 130 99 3 0 0.24 0.98 0.49 45.35 0.95 0.26
Hex 82 63 3 0 18 62 31 2D 5F 1A
Octal 202 143 3 0 30 142 61 55 137 32
Binary 10000010 1100011 11 0 11000 1100010 110001 101101 1011111 11010

Color Harmonies of #826303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826303

Black with #826303

Text Example


Text Example

White with #826303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826303; }

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

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

background-color css

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

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

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

border-color css

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

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

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