#816401

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

Shades of Yukon Gold #816401

Tints of Yukon Gold #816401

Color information

#816401 (or 0x816401) is unknown color: approx Yukon Gold. HEX triplet: 81, 64 and 01. RGB value is (129,100,1). Sum of RGB (Red+Green+Blue) = 129+100+1=230 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.09% from 230); Green value is 100 (39.45% from 255 or 43.48% from 230); Blue value is 1 (0.78% from 255 or 0.43% from 230); Max value from RGB is 129 - color contains mainly: red. Hex color #816401 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #816401 is #7E9BFE. Grayscale: #616161. Windows color (decimal): -8297471 or 91265. OLE color: 91265.

HSL color Cylindrical-coordinate representation of color #816401: hue angle of 46.41º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #816401 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB1291001-
CMYK00.220.990.49
HSL46.41º98.46%25.49%-
HSV(B)46.41º99.22%50.59%-
XYZ13.6213.781.97-
YUV97.3873.61150.55-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 56.09%
GREEN value IS 100 (39.45% from 255) = 43.48%
BLUE value IS 1 (0.78% from 255) = 0.43%
R=56.09%
G=43.48%
B=0.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129100100.220.990.4946.4198.4625.49
Hex8164101663312e6219
Octal2011441026143615614231
Binary10000001110010010101101100011110001101110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816401; }

 p { color: rgb(129,100,1); }

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

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

 a { background-color: rgb(129,100,1); }

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

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

 span { border-color: rgb(129,100,1); }

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