#816503

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

Shades of Yukon Gold #816503

Tints of Yukon Gold #816503

Color information

#816503 (or 0x816503) is unknown color: approx Yukon Gold. HEX triplet: 81, 65 and 03. RGB value is (129,101,3). Sum of RGB (Red+Green+Blue) = 129+101+3=233 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.36% from 233); Green value is 101 (39.84% from 255 or 43.35% from 233); Blue value is 3 (1.56% from 255 or 1.29% from 233); Max value from RGB is 129 - color contains mainly: red. Hex color #816503 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #816503 is #7E9AFC. Grayscale: #626262. Windows color (decimal): -8297213 or 222593. OLE color: 222593.

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

Color convert

RGB1291013-
CMYK00.220.980.49
HSL46.67º95.45%25.88%-
HSV(B)46.67º97.67%50.59%-
XYZ13.7213.982.06-
YUV98.274.28149.97-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 55.36%
GREEN value IS 101 (39.84% from 255) = 43.35%
BLUE value IS 3 (1.56% from 255) = 1.29%
R=55.36%
G=43.35%
B=1.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129101300.220.980.4946.6795.4525.88
Hex8165301662312f5f1a
Octal2011453026142615713732
Binary100000011100101110101101100010110001101111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816503; }

 p { color: rgb(129,101,3); }

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

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

 a { background-color: rgb(129,101,3); }

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

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

 span { border-color: rgb(129,101,3); }

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