Html Css Color HEX #806502 Yukon Gold

📋 copy color: '#806502'

red 128 ◦ green 101 ◦ blue 2

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

Shades of Yukon Gold #806502

Tints of Yukon Gold #806502

RGB

 RED value IS 128 (50.39% from 255) = 55.41%

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

 BLUE value IS 2 (1.17% from 255) = 0.87%

R = 55.41%
G = 43.72%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#806502 (or 0x806502) is known color: Yukon Gold. HEX triplet: 80, 65 and 02. RGB value is (128,101,2). Sum of RGB (Red+Green+Blue) = 128+101+2=231 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.41% from 231); Green value is 101 (39.84% from 255 or 43.72% from 231); Blue value is 2 (1.17% from 255 or 0.87% from 231); Max value from RGB is 128 - color contains mainly: red. Hex color #806502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806502 is #7F9AFD. Grayscale: #626262. Windows color (decimal): -8362750 or 157056. OLE color: 157056.

HSL color Cylindrical-coordinate representation of color #806502: hue angle of 47.14º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #806502 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 101 2 -
CMYK 0 0.21 0.98 0.50
HSL 47.14º 0.97% 0.25% -
HSV(B) 47.14º 0.98% 0.5% -
XYZ 13.57 13.9 2.03 -
YUV 97.79 73.95 149.55 -
System Red Green Blue C M Y K H S L
Decimal 128 101 2 0 0.21 0.98 0.50 47.14 0.97 0.25
Hex 80 65 2 0 15 62 32 2F 61 19
Octal 200 145 2 0 25 142 62 57 141 31
Binary 10000000 1100101 10 0 10101 1100010 110010 101111 1100001 11001

Color Harmonies of #806502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806502

Black with #806502

Text Example


Text Example

White with #806502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806502; }

 p { color: rgb(128,101,2); }

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

background-color css

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

 a { background-color: rgb(128,101,2); }

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

border-color css

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

 span { border-color: rgb(128,101,2); }

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