#816210

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

Shades of Yukon Gold #816210

Tints of Yukon Gold #816210

Color information

#816210 (or 0x816210) is unknown color: approx Yukon Gold. HEX triplet: 81, 62 and 10. RGB value is (129,98,16). Sum of RGB (Red+Green+Blue) = 129+98+16=243 (32% of max value = 765). Red value is 129 (50.78% from 255 or 53.09% from 243); Green value is 98 (38.67% from 255 or 40.33% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 129 - color contains mainly: red. Hex color #816210 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #816210 is #7E9DEF. Grayscale: #626262. Windows color (decimal): -8297968 or 1073793. OLE color: 1073793.

HSL color Cylindrical-coordinate representation of color #816210: hue angle of 43.54º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #816210 is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB1299816-
CMYK00.240.880.49
HSL43.54º77.93%28.43%-
HSV(B)43.54º87.6%50.59%-
XYZ13.5113.442.37-
YUV97.9281.77150.17-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 53.09%
GREEN value IS 98 (38.67% from 255) = 40.33%
BLUE value IS 16 (6.64% from 255) = 6.58%
R=53.09%
G=40.33%
B=6.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129981600.240.880.4943.5477.9328.43
Hex81621001858312c4e1c
Octal20114220030130615411634
Binary100000011100010100000110001011000110001101100100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816210; }

 p { color: rgb(129,98,16); }

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

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

 a { background-color: rgb(129,98,16); }

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

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

 span { border-color: rgb(129,98,16); }

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