Html Css Color HEX #80650A Yukon Gold

📋 copy color: '#80650A'

red 128 ◦ green 101 ◦ blue 10

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

Shades of Yukon Gold #80650A

Tints of Yukon Gold #80650A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.18%

R = 53.56%
G = 42.26%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.50

RGB Variations

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

Color information

#80650A (or 0x80650A) is known color: Yukon Gold. HEX triplet: 80, 65 and 0A. RGB value is (128,101,10). Sum of RGB (Red+Green+Blue) = 128+101+10=239 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.56% from 239); Green value is 101 (39.84% from 255 or 42.26% from 239); Blue value is 10 (4.30% from 255 or 4.18% from 239); Max value from RGB is 128 - color contains mainly: red. Hex color #80650A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #80650A is #7F9AF5. Grayscale: #636363. Windows color (decimal): -8362742 or 681344. OLE color: 681344.

HSL color Cylindrical-coordinate representation of color #80650A: hue angle of 46.27º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #80650A is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 101 10 -
CMYK 0 0.21 0.92 0.50
HSL 46.27º 0.86% 0.27% -
HSV(B) 46.27º 0.92% 0.5% -
XYZ 13.61 13.92 2.26 -
YUV 98.7 77.95 148.9 -
System Red Green Blue C M Y K H S L
Decimal 128 101 10 0 0.21 0.92 0.50 46.27 0.86 0.27
Hex 80 65 A 0 15 5C 32 2E 56 1B
Octal 200 145 12 0 25 134 62 56 126 33
Binary 10000000 1100101 1010 0 10101 1011100 110010 101110 1010110 11011

Color Harmonies of #80650A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80650A

Black with #80650A

Text Example


Text Example

White with #80650A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80650A; }

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

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

background-color css

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

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

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

border-color css

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

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

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