#816805

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

Shades of Yukon Gold #816805

Tints of Yukon Gold #816805

Color information

#816805 (or 0x816805) is unknown color: approx Yukon Gold. HEX triplet: 81, 68 and 05. RGB value is (129,104,5). Sum of RGB (Red+Green+Blue) = 129+104+5=238 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.20% from 238); Green value is 104 (41.02% from 255 or 43.70% from 238); Blue value is 5 (2.34% from 255 or 2.10% from 238); Max value from RGB is 129 - color contains mainly: red. Hex color #816805 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #816805 is #7E97FA. Grayscale: #646464. Windows color (decimal): -8296443 or 354433. OLE color: 354433.

HSL color Cylindrical-coordinate representation of color #816805: hue angle of 47.9º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #816805 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB1291045-
CMYK00.190.960.49
HSL47.9º92.54%26.27%-
HSV(B)47.9º96.12%50.59%-
XYZ14.0314.582.22-
YUV100.1974.28148.55-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 54.20%
GREEN value IS 104 (41.02% from 255) = 43.70%
BLUE value IS 5 (2.34% from 255) = 2.10%
R=54.20%
G=43.70%
B=2.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.96
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129104500.190.960.4947.992.5426.27
Hex816850136031305d1a
Octal2011505023140616013532
Binary1000000111010001010100111100000110001110000101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816805; }

 p { color: rgb(129,104,5); }

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

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

 a { background-color: rgb(129,104,5); }

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

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

 span { border-color: rgb(129,104,5); }

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