Html Css Color HEX #80701E Yukon Gold

📋 copy color: '#80701E'

red 128 ◦ green 112 ◦ blue 30

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

Shades of Yukon Gold #80701E

Tints of Yukon Gold #80701E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.11%

R = 47.41%
G = 41.48%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.77

 K value IS 0.50

RGB Variations

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

Color information

#80701E (or 0x80701E) is known color: Yukon Gold. HEX triplet: 80, 70 and 1E. RGB value is (128,112,30). Sum of RGB (Red+Green+Blue) = 128+112+30=270 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.41% from 270); Green value is 112 (44.14% from 255 or 41.48% from 270); Blue value is 30 (12.11% from 255 or 11.11% from 270); Max value from RGB is 128 - color contains mainly: red. Hex color #80701E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80701E is #7F8FE1. Grayscale: #6B6B6B. Windows color (decimal): -8359906 or 1994880. OLE color: 1994880.

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

Color convert

RGB 128 112 30 -
CMYK 0 0.12 0.77 0.50
HSL 50.2º 0.62% 0.31% -
HSV(B) 50.2º 0.77% 0.5% -
XYZ 14.93 16.27 3.58 -
YUV 107.44 84.3 142.67 -
System Red Green Blue C M Y K H S L
Decimal 128 112 30 0 0.12 0.77 0.50 50.2 0.62 0.31
Hex 80 70 1E 0 C 4D 32 32 3E 1F
Octal 200 160 36 0 14 115 62 62 76 37
Binary 10000000 1110000 11110 0 1100 1001101 110010 110010 111110 11111

Color Harmonies of #80701E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80701E

Black with #80701E

Text Example


Text Example

White with #80701E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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