#805F09

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

Shades of Yukon Gold #805F09

Tints of Yukon Gold #805F09

Color information

#805F09 (or 0x805F09) is unknown color: approx Yukon Gold. HEX triplet: 80, 5F and 09. RGB value is (128,95,9). Sum of RGB (Red+Green+Blue) = 128+95+9=232 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.17% from 232); Green value is 95 (37.5% from 255 or 40.95% from 232); Blue value is 9 (3.91% from 255 or 3.88% from 232); Max value from RGB is 128 - color contains mainly: red. Hex color #805F09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805F09 is #7FA0F6. Grayscale: #5F5F5F. Windows color (decimal): -8364279 or 614272. OLE color: 614272.

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

Color convert

RGB128959-
CMYK00.260.930.50
HSL43.36º86.86%26.86%-
HSV(B)43.36º92.97%50.2%-
XYZ13.0412.792.04-
YUV95.0679.43151.49-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 55.17%
GREEN value IS 95 (37.5% from 255) = 40.95%
BLUE value IS 9 (3.91% from 255) = 3.88%
R=55.17%
G=40.95%
B=3.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.93
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12895900.260.930.5043.3686.8626.86
Hex805F901A5D322b571b
Octal20013711032135625312733
Binary10000000101111110010110101011101110010101011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,95,9); }

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

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

 a { background-color: rgb(128,95,9); }

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

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

 span { border-color: rgb(128,95,9); }

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