#816400

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

Shades of Yukon Gold #816400

Tints of Yukon Gold #816400

Color information

#816400 (or 0x816400) is unknown color: approx Yukon Gold. HEX triplet: 81, 64 and 00. RGB value is (129,100,0). Sum of RGB (Red+Green+Blue) = 129+100+0=229 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.33% from 229); Green value is 100 (39.45% from 255 or 43.67% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 129 - color contains mainly: red. Hex color #816400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #816400 is #7E9BFF. Grayscale: #616161. Windows color (decimal): -8297472 or 25729. OLE color: 25729.

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

Color convert

RGB1291000-
CMYK00.2210.49
HSL46.51º100%25.29%-
HSV(B)46.51º100%50.59%-
XYZ13.6113.781.94-
YUV97.2773.11150.63-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 56.33%
GREEN value IS 100 (39.45% from 255) = 43.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.33%
G=43.67%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129100000.2210.4946.5110025.29
Hex8164001664312f6419
Octal2011440026144615714431
Binary10000001110010000101101100100110001101111110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816400; }

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

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

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

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

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

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

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

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