Html Css Color HEX #80650E Yukon Gold

📋 copy color: '#80650E'

red 128 ◦ green 101 ◦ blue 14

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

Shades of Yukon Gold #80650E

Tints of Yukon Gold #80650E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.76%

R = 52.67%
G = 41.56%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.50

RGB Variations

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

Color information

#80650E (or 0x80650E) is known color: Yukon Gold. HEX triplet: 80, 65 and 0E. RGB value is (128,101,14). Sum of RGB (Red+Green+Blue) = 128+101+14=243 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.67% from 243); Green value is 101 (39.84% from 255 or 41.56% from 243); Blue value is 14 (5.86% from 255 or 5.76% from 243); Max value from RGB is 128 - color contains mainly: red. Hex color #80650E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #80650E is #7F9AF1. Grayscale: #636363. Windows color (decimal): -8362738 or 943488. OLE color: 943488.

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

Color convert

RGB 128 101 14 -
CMYK 0 0.21 0.89 0.50
HSL 45.79º 0.8% 0.28% -
HSV(B) 45.79º 0.89% 0.5% -
XYZ 13.64 13.93 2.39 -
YUV 99.16 79.95 148.57 -
System Red Green Blue C M Y K H S L
Decimal 128 101 14 0 0.21 0.89 0.50 45.79 0.8 0.28
Hex 80 65 E 0 15 59 32 2E 50 1C
Octal 200 145 16 0 25 131 62 56 120 34
Binary 10000000 1100101 1110 0 10101 1011001 110010 101110 1010000 11100

Color Harmonies of #80650E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80650E

Black with #80650E

Text Example


Text Example

White with #80650E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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