#805E07

Color #805E07 Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #805E07

Tints of Yukon Gold #805E07

Color information

#805E07 (or 0x805E07) is unknown color: approx Yukon Gold. HEX triplet: 80, 5E and 07. RGB value is (128,94,7). Sum of RGB (Red+Green+Blue) = 128+94+7=229 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.90% from 229); Green value is 94 (37.11% from 255 or 41.05% from 229); Blue value is 7 (3.12% from 255 or 3.06% from 229); Max value from RGB is 128 - color contains mainly: red. Hex color #805E07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805E07 is #7FA1F8. Grayscale: #5E5E5E. Windows color (decimal): -8364537 or 482944. OLE color: 482944.

HSL color Cylindrical-coordinate representation of color #805E07: hue angle of 43.14º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #805E07 is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.50.

Color convert

RGB128947-
CMYK00.270.950.50
HSL43.14º89.63%26.47%-
HSV(B)43.14º94.53%50.2%-
XYZ12.9412.611.95-
YUV94.2578.76152.07-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 55.90%
GREEN value IS 94 (37.11% from 255) = 41.05%
BLUE value IS 7 (3.12% from 255) = 3.06%
R=55.90%
G=41.05%
B=3.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.95
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12894700.270.950.5043.1489.6326.47
Hex805E701B5F322b5a1a
Octal2001367033137625313232
Binary1000000010111101110110111011111110010101011101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805E07; }

 p { color: rgb(128,94,7); }

 H1.HeaderClassName
 {
   color: #805E07;
 }
 .AnyTagClassName
 {
   color: #805E07;
 }
</style>
background-color css

<style>
 a { background-color: #805E07; }

 a { background-color: rgb(128,94,7); }

 div.DivClassName
 {
   background-color: #805E07;
 }
 .BgClassName
 {
   background-color: #805E07;
 }
</style>
border-color css

<style>
 span { border-color: #805E07; }

 span { border-color: rgb(128,94,7); }

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