#805F14

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

Shades of Yukon Gold #805F14

Tints of Yukon Gold #805F14

Color information

#805F14 (or 0x805F14) is unknown color: approx Yukon Gold. HEX triplet: 80, 5F and 14. RGB value is (128,95,20). Sum of RGB (Red+Green+Blue) = 128+95+20=243 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.67% from 243); Green value is 95 (37.5% from 255 or 39.09% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 128 - color contains mainly: red. Hex color #805F14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805F14 is #7FA0EB. Grayscale: #606060. Windows color (decimal): -8364268 or 1335168. OLE color: 1335168.

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

Color convert

RGB1289520-
CMYK00.260.840.50
HSL41.67º72.97%29.02%-
HSV(B)41.67º84.38%50.2%-
XYZ13.1212.822.45-
YUV96.3284.93150.6-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 52.67%
GREEN value IS 95 (37.5% from 255) = 39.09%
BLUE value IS 20 (8.20% from 255) = 8.23%
R=52.67%
G=39.09%
B=8.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.84
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128952000.260.840.5041.6772.9729.02
Hex805F1401A54322a491d
Octal20013724032124625211135
Binary100000001011111101000110101010100110010101010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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