Html Css Color HEX #80701B Yukon Gold

📋 copy color: '#80701B'

red 128 ◦ green 112 ◦ blue 27

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

Shades of Yukon Gold #80701B

Tints of Yukon Gold #80701B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.95%

 BLUE value IS 27 (10.94% from 255) = 10.11%

R = 47.94%
G = 41.95%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.50

RGB Variations

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

Color information

#80701B (or 0x80701B) is known color: Yukon Gold. HEX triplet: 80, 70 and 1B. RGB value is (128,112,27). Sum of RGB (Red+Green+Blue) = 128+112+27=267 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.94% from 267); Green value is 112 (44.14% from 255 or 41.95% from 267); Blue value is 27 (10.94% from 255 or 10.11% from 267); Max value from RGB is 128 - color contains mainly: red. Hex color #80701B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80701B is #7F8FE4. Grayscale: #6B6B6B. Windows color (decimal): -8359909 or 1798272. OLE color: 1798272.

HSL color Cylindrical-coordinate representation of color #80701B: hue angle of 50.5º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #80701B is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 112 27 -
CMYK 0 0.12 0.79 0.50
HSL 50.5º 0.65% 0.3% -
HSV(B) 50.5º 0.79% 0.5% -
XYZ 14.89 16.26 3.39 -
YUV 107.09 82.8 142.91 -
System Red Green Blue C M Y K H S L
Decimal 128 112 27 0 0.12 0.79 0.50 50.5 0.65 0.3
Hex 80 70 1B 0 C 4F 32 32 41 1E
Octal 200 160 33 0 14 117 62 62 101 36
Binary 10000000 1110000 11011 0 1100 1001111 110010 110010 1000001 11110

Color Harmonies of #80701B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80701B

Black with #80701B

Text Example


Text Example

White with #80701B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,112,27); }

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

background-color css

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

 a { background-color: rgb(128,112,27); }

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

border-color css

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

 span { border-color: rgb(128,112,27); }

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