Html Css Color HEX #826201 Yukon Gold

📋 copy color: '#826201'

red 130 ◦ green 98 ◦ blue 1

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

Shades of Yukon Gold #826201

Tints of Yukon Gold #826201

RGB

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

 GREEN value IS 98 (38.67% from 255) = 42.79%

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

R = 56.77%
G = 42.79%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#826201 (or 0x826201) is known color: Yukon Gold. HEX triplet: 82, 62 and 01. RGB value is (130,98,1). Sum of RGB (Red+Green+Blue) = 130+98+1=229 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.77% from 229); Green value is 98 (38.67% from 255 or 42.79% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 130 - color contains mainly: red. Hex color #826201 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826201 is #7D9DFE. Grayscale: #606060. Windows color (decimal): -8232447 or 90754. OLE color: 90754.

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

Color convert

RGB 130 98 1 -
CMYK 0 0.25 0.99 0.49
HSL 45.12º 0.98% 0.26% -
HSV(B) 45.12º 0.99% 0.51% -
XYZ 13.58 13.48 1.92 -
YUV 96.51 74.1 151.89 -
System Red Green Blue C M Y K H S L
Decimal 130 98 1 0 0.25 0.99 0.49 45.12 0.98 0.26
Hex 82 62 1 0 19 63 31 2D 62 1A
Octal 202 142 1 0 31 143 61 55 142 32
Binary 10000010 1100010 1 0 11001 1100011 110001 101101 1100010 11010

Color Harmonies of #826201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826201

Black with #826201

Text Example


Text Example

White with #826201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826201; }

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

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

background-color css

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

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

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

border-color css

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

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

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