#816314

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

Shades of Yukon Gold #816314

Tints of Yukon Gold #816314

Color information

#816314 (or 0x816314) is unknown color: approx Yukon Gold. HEX triplet: 81, 63 and 14. RGB value is (129,99,20). Sum of RGB (Red+Green+Blue) = 129+99+20=248 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.02% from 248); Green value is 99 (39.06% from 255 or 39.92% from 248); Blue value is 20 (8.20% from 255 or 8.06% from 248); Max value from RGB is 129 - color contains mainly: red. Hex color #816314 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #816314 is #7E9CEB. Grayscale: #636363. Windows color (decimal): -8297708 or 1336193. OLE color: 1336193.

HSL color Cylindrical-coordinate representation of color #816314: hue angle of 43.49º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #816314 is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB1299920-
CMYK00.230.840.49
HSL43.49º73.15%29.22%-
HSV(B)43.49º84.5%50.59%-
XYZ13.6413.642.58-
YUV98.9683.44149.42-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.02%
GREEN value IS 99 (39.06% from 255) = 39.92%
BLUE value IS 20 (8.20% from 255) = 8.06%
R=52.02%
G=39.92%
B=8.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129992000.230.840.4943.4973.1529.22
Hex81631401754312b491d
Octal20114324027124615311135
Binary100000011100011101000101111010100110001101011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816314; }

 p { color: rgb(129,99,20); }

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

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

 a { background-color: rgb(129,99,20); }

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

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

 span { border-color: rgb(129,99,20); }

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