Html Css Color HEX #806200 Yukon Gold

📋 copy color: '#806200'

red 128 ◦ green 98 ◦ blue 0

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

Shades of Yukon Gold #806200

Tints of Yukon Gold #806200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.64%
G = 43.36%
B = 0%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1

 K value IS 0.50

RGB Variations

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

Color information

#806200 (or 0x806200) is known color: Yukon Gold. HEX triplet: 80, 62 and 00. RGB value is (128,98,0). Sum of RGB (Red+Green+Blue) = 128+98+0=226 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.64% from 226); Green value is 98 (38.67% from 255 or 43.36% from 226); Blue value is 0 (0.39% from 255 or 0% from 226); Max value from RGB is 128 - color contains mainly: red. Hex color #806200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806200 is #7F9DFF. Grayscale: #606060. Windows color (decimal): -8363520 or 25216. OLE color: 25216.

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

Color convert

RGB 128 98 0 -
CMYK 0 0.23 1 0.50
HSL 45.94º 1% 0.25% -
HSV(B) 45.94º 1% 0.5% -
XYZ 13.27 13.32 1.87 -
YUV 95.8 73.94 150.97 -
System Red Green Blue C M Y K H S L
Decimal 128 98 0 0 0.23 1 0.50 45.94 1 0.25
Hex 80 62 0 0 17 64 32 2E 64 19
Octal 200 142 0 0 27 144 62 56 144 31
Binary 10000000 1100010 0 0 10111 1100100 110010 101110 1100100 11001

Color Harmonies of #806200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806200

Black with #806200

Text Example


Text Example

White with #806200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806200; }

 p { color: rgb(128,98,0); }

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

background-color css

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

 a { background-color: rgb(128,98,0); }

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

border-color css

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

 span { border-color: rgb(128,98,0); }

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