#805E14

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

Shades of Yukon Gold #805E14

Tints of Yukon Gold #805E14

Color information

#805E14 (or 0x805E14) is unknown color: approx Yukon Gold. HEX triplet: 80, 5E and 14. RGB value is (128,94,20). Sum of RGB (Red+Green+Blue) = 128+94+20=242 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.89% from 242); Green value is 94 (37.11% from 255 or 38.84% from 242); Blue value is 20 (8.20% from 255 or 8.26% from 242); Max value from RGB is 128 - color contains mainly: red. Hex color #805E14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805E14 is #7FA1EB. Grayscale: #606060. Windows color (decimal): -8364524 or 1334912. OLE color: 1334912.

HSL color Cylindrical-coordinate representation of color #805E14: hue angle of 41.11º 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 #805E14 is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB1289420-
CMYK00.270.840.50
HSL41.11º72.97%29.02%-
HSV(B)41.11º84.38%50.2%-
XYZ13.0312.652.42-
YUV95.7385.26151.02-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 52.89%
GREEN value IS 94 (37.11% from 255) = 38.84%
BLUE value IS 20 (8.20% from 255) = 8.26%
R=52.89%
G=38.84%
B=8.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.84
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128942000.270.840.5041.1172.9729.02
Hex805E1401B543229491d
Octal20013624033124625111135
Binary100000001011110101000110111010100110010101001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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