Html Css Color HEX #80650B Yukon Gold

📋 copy color: '#80650B'

red 128 ◦ green 101 ◦ blue 11

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

Shades of Yukon Gold #80650B

Tints of Yukon Gold #80650B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.58%

R = 53.33%
G = 42.08%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#80650B (or 0x80650B) is known color: Yukon Gold. HEX triplet: 80, 65 and 0B. RGB value is (128,101,11). Sum of RGB (Red+Green+Blue) = 128+101+11=240 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.33% from 240); Green value is 101 (39.84% from 255 or 42.08% from 240); Blue value is 11 (4.69% from 255 or 4.58% from 240); Max value from RGB is 128 - color contains mainly: red. Hex color #80650B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #80650B is #7F9AF4. Grayscale: #636363. Windows color (decimal): -8362741 or 746880. OLE color: 746880.

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

Color convert

RGB 128 101 11 -
CMYK 0 0.21 0.91 0.50
HSL 46.15º 0.84% 0.27% -
HSV(B) 46.15º 0.91% 0.5% -
XYZ 13.62 13.92 2.29 -
YUV 98.81 78.45 148.82 -
System Red Green Blue C M Y K H S L
Decimal 128 101 11 0 0.21 0.91 0.50 46.15 0.84 0.27
Hex 80 65 B 0 15 5B 32 2E 54 1B
Octal 200 145 13 0 25 133 62 56 124 33
Binary 10000000 1100101 1011 0 10101 1011011 110010 101110 1010100 11011

Color Harmonies of #80650B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80650B

Black with #80650B

Text Example


Text Example

White with #80650B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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